
obiee - Correct Syntax for optional multi-select parameter in BIP ...
Dec 14, 2022 · I have a query that was written as a Data Analysis in Oracle OTBI, and I am using it inside of BIP Data Model and I am structuring parameters for the Oracle BI EE logical SQL. …
obiee - Casting String to date then date to string - Stack Overflow
FILTER("source"."recordCount" USING "source"."snapshot_date" = EVALUATE('TO_CHAR(%1, ''YYYYMMDD'')', TIMESTAMPADD(SQL_TSI_DAY, -7, EVALUATE('TO_DATE(%1, %2)', …
Extract project and Report level metadata from obiee12c
Jun 9, 2021 · OBIEE comes with several client tool with the "Catalog Manager" being the admin tool of choice for handling catalog-related tasks like yours. It exists as a GU and a command …
How to export obiee12c users with application roles?
Sep 14, 2021 · exportarchieve utility does not export users in bar file. You need to export security data (i.e., users and applications roles) to a file separately. The following is the way to export …
OBIEE12c answers encounter an Odbc driver error - Stack Overflow
Aug 24, 2021 · After migrating OBIEE from 11g to 12c, BI answers encounter the following error. Odbc driver returned an error (SQLExecDirectW). State: HY000. Code: 10058. [NQODBC] …
obiee - Passing multiple values through a Presentation Variable in …
Dec 9, 2019 · I have created multiple Direct Database Requests in OBIEE, I am able to pass a presentation variable to a Dashboard Prompt. However I am only able to select one value, if I …
obiee - How to count one column when another column is distinct …
Nov 11, 2022 · I want to have a new column showing how many orders that I have for the shipment. How can I do that in obiee Example Table: Shipment Order Order Quantity 125 001 …
obiee - obiee12c RCU creation fails with oracle database 19c
Aug 12, 2021 · I have installed OBIEE12c(12.2.1.4). OBIEE12c certification matrix says RCU creation utility supports oracle database 19c. However, when I run RCU creation utility it fail …
OBIEE EVALUATE or EVALUATE_AGGR, MAX/MIN Group By
Dec 27, 2018 · I am trying to summarize the table in OBIEE Analysis Tool (11g) using the EVALUATE or EVALUATE_AGGR Function. I have tried using the traditional MAX and MIN …
Understanding evaluate function in OBIEE - Stack Overflow
The Evaluate function enables you to send a function to the database to evaluate and return data to OBIEE. For security purposes you must use references in the function rather than the …