Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Review the below KM notes as it might be helpful: Fusion BI Publisher - Time Zones Display - Best Practices of Coding (Doc ID 2256176.1) Fusion BIP: How to get user preferred timezone in BIP reports (Doc ID 2425942.1) Set Default Time Zone For All Users in Fusion Applications (Doc ID 1630493.1) Legal Entity Time Zone -vs-…
-
Hi @User_I895I, Below steps are the minimum set of steps required , to access data through cross subject area analysis Please make sure that columns from a CONFORMED Dimension are included in the analysis (= a dimension common to both subject areas ) Include at least one Fact / Measure column from each subject area - In…
-
Try formatting using <?if:condition?> ... <?end if?> statements. You can wrap the column in an if statement to exclude it when values are null: xml <?if: COLUMN_NAME != ''?> <Column> <?COLUMN_NAME?> </Column> <?end if?> Check this: Use Conditional Formatting Ensure Hidden Columns stay Hidden in all Report Formats — Oracle…
-
Instead of just display:none, try applying conditional formatting to the entire column, including the header. See if it helps:set a condition like ifnull(column_name, '') to hide both the data and the header.
-
Hi Hylton, Use Conditional Formatting in Column Properties Navigate to Column Properties in OTBI. Under the Conditional Format tab, set a rule to hide columns when they contain null values. Set Properties for Columns
-
Check below if it help: Create OTBI Reports for Manufacturers and Items
-
Try the below:Use Column Selection in Pivot Table Settings In OTBI, manually deselect unwanted columns from the Pivot Table Layout. Ensure that only the required columns are included in the dataset. 2. Apply Conditional Formatting to Hide Empty Columns If some columns contain only null values, apply a conditional format to…
-
Hi Ayala01, Potential Causes of Data Variation: Query Execution Plan Changes Optimizing execution time may have altered the query execution plan, causing different indexing or join strategies to be used. This can lead to variations in how data is fetched, especially if the query involves aggregations or joins. 2. Parallel…
-
Check if this helps: Use initial-page-number="1" at the Member Level Apply initial-page-number="1" to the outer for-each@section (for members). This ensures that each member starts at page 1. 2. Ensure Continuous Numbering Across Parts Instead of using initial-page-number="auto" in the inner section, try removing it. This…
-
Check if this helps: Modify the Data Model: Ensure that all columns are explicitly included in the SQL query. Use NVL(column_name, ' ') or COALESCE(column_name, ' ') to replace null values with a placeholder (such as a space or default text). 2. Enable "Include Empty Tags" in BI Publisher Navigate to the Report Properties.…
-
Hi Giovanni, Check if this helps: FA: SCM: OM: EFF Artifacts Are Not Complete - .....privateVO.xml - Files Are Missing (Doc ID 2429276.1) Creating Custom PVO's on oracle fusion custom tables for BICC jobs — Oracle Analytics How do I make custom PVOs visible in BICC?
-
DFFs in Oracle applications contain columns named ATTRIBUTEn, where n is a number. These columns store additional information that businesses may need beyond standard fields. If you're working with PO_HEADERS_ALL or PO_LINES_ALL, the DFFs would be associated with these tables. To get the exact schema definition, you might…
-
Workforce Management - Worker Assignment Real Time:This is the primary subject area to report workers current assignment information. A worker can have multiple active or inactive assignments. This subject area provides details of all the worker assignments, including their start and end dates, assignment type, status…
-
Thanks for the info!!!
-
Currently, dashboard filters allow users to select values but may not support sorting directly. Check out below documentation on adding dashboard filters and using dashboard filters: Use Dashboard Filters Add Dashboard Filters
-
Thanks for the info!!!
-
Thanks for the info!!!
-
Hi Ravi, The subject areas Worker Assignment Real Time and Payroll Costing Setup Details Real Time are commonly used for employment and costing details, but they may not always provide the full picture depending on your specific reporting needs. Alternative Subject Areas to Consider: Payroll - Payroll Process Results Real…
-
Hey Peter: Try the below options: Change the division operation to explicitly use a floating-point number (7.0 instead of 7): sql (CASE WHEN CAST(@{T_Date}{'YYYY-MM-DD'} AS DATE) < "Assignment Event Details"."Effective End Date" THEN CAST(@{T_Date}{'YYYY-MM-DD'} AS DATE) ELSE "Assignment Event Details"."Effective End Date"…
-
Hi Mark, It looks like "Recruiting – Job Applications Real Time" & "Recruiting – Candidate Job Applications Real Time" is not a listed subject area in Oracle Fusion Cloud, but there is a similar subject area called "Recruiting – Recruiting Real Time". This subject area provides real-time information on the recruiting…