Using :xdo_user_name Safely in Oracle Fusion BI Publisher: Case-Insensitive User Filtering with LOWER()

LOWER() + :xdo_user_name Creating user-aware BI Publisher reports with :xdo_user_name in Oracle Fusion Cloud means letting the report engine quietly inject the signed-in user into your SQL, then using that to drive row-level filtering. Why :xdo_user_name matters In Oracle Fusion Cloud BI Publisher, :xdo_user_name is a built‑in bind variable that resolves to the username of…

Using Default Date Parameters in Oracle BI Publisher

Using Default Date Parameters in Oracle BI Publisher Oracle BI Publisher allows you to set default date parameters dynamically in your report data models, making reports adaptive and eliminating the need for manual date input each time the report is run. These dynamic defaults empower automated scheduling and streamline user experience. Common Default Date Functions Here are…