Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations 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