约 9,840,000 个结果
在新选项卡中打开链接
  1. obiee - Correct Syntax for optional multi-select parameter in BIP ...

    2022年12月14日 · 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 …

  2. obiee - Passing multiple values through a Presentation Variable in …

    2019年12月9日 · 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 …

  3. 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)', …

  4. obiee - How to replace 0.00 values with null in OBIEE12c . my …

    2022年8月13日 · How to replace 0.00 values with null in OBIEE12c . my column datatype is number i need to apply it in RPD or as a self servicing report . it is not require for dashboard …

  5. OBIEE Merge two queries (join) - Stack Overflow

    2016年4月26日 · You also have unions in OBIEE, you union the results of 2 queries which return the same structure, so you have query A with Order ID, Target Date, No Products and a …

  6. OBIEE: filter that supports "LIKE" and "IN" - Stack Overflow

    2018年3月7日 · OBIEE: How can I make a filter that supports "LIKE" and "IN", so for example, the user can enter in the analysis prompt either A3% or A31;A34;A3C 1) This works for IN: …

  7. Extracting SQL Queries of all Oracle BI Publisher Reports

    2022年4月12日 · I have a catalog of OBIEE reports which include many BI Publisher Reports. I want the SQL queries (and eventually the list of physical tables) used in the data models of all …

  8. 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 …

  9. OBIEE12c answers encounter an Odbc driver error - Stack Overflow

    2021年8月24日 · After migrating OBIEE from 11g to 12c, BI answers encounter the following error. Odbc driver returned an error (SQLExecDirectW). State: HY000. Code: 10058. …

  10. OBIEE EVALUATE or EVALUATE_AGGR, MAX/MIN Group By

    2018年12月27日 · 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 …