Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
How to skip a row in BIP Report using RTF template.
Summary
How to skip a row in BIP Report using RTF template.
Content
How to skip a row in BIP Report using RTF template.
There is Pivot table in the report. Snapshot is below.
Banker Id | Customer Id | Dec 16 | Jan 16 | Feb 16 | march 16 | Total
------------------------------------------------------------------------------------------
123 | 1234 | 0 | 0 | 0 | 0 | 0
234 | 2345 | 1000 | 0 | 2000 | 500 | 3500
-------------------------------------------------------------------------------------------
Total 3500
------------------------------------------------------------------------------------------
I need to hide the row where banker id = 123 and customer id 1234. i.e first row.
How to hide using RTF template.
XML and RTF are attached
Answers
-
Hello , you want to remove complete row or display null values in place of 123 and 1234 ? Thanks
0 -
Keep <?if:banker id = 123?> after group and <?end if ?> before ending group.
If you have still problem ,Please upload xml and Layout
0 -
Hi,
I need to hide complete row.
Thanks
0