Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
- 
                Hello @Shripad Patwardhan-Oracle Try this: @{user.id} Thanks!
- 
                You're Welcome @Bhaskar Konar !!!
- 
                We've similar requirement, Upvoted!
- 
                Excellent Debasmita Das !!!
- 
                Check the below example for Step By Step Guide: Example - Supplier Invoice Analysis (Page Break By Supplier) Add or select the column you want to use as a page break in the Sections area. In the 'Insert Page Break' properties, select the same column. Validate the Report Output in 'Printable PDF' Thanks, Sankar Balu
- 
                Hello, Creating a Page Break in the Layout Section Properties: Add or select the column you want to use as a page break in the Sections area. In the 'Insert Page Break' properties, select the same column. Thanks, Sankar Balu
- 
                Hi Ganapati, Check the value, when multiple values were chosen. Its a collection and It was bundled with square parentheses []. Check the below SQLs. SQL1: SELECT '2018' P_YEAR FROM DUAL WHERE '2018' IN (:P_YEAR) UNION ALL SELECT '2019' FROM DUAL WHERE '2019' IN (:P_YEAR) UNION ALL SELECT '2020' FROM DUAL WHERE '2020' IN…
