Categories
- All Categories
- 168 Oracle Analytics News
- 34 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.8K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
RTF file Configuration for Eliminating Null Value Column

Nilesh Kumar Mal-Oracle
Rank 1 - Community Starter
I am creating an RTF file using Word table with 3 fixed columns and another 4 columns that I do want to show the non null columns
If a column is totally null values i don't want to show, is that feasible ?
0
Best Answer
-
There is no straightforward way of achieving it. However, you can try below approach:
- Create an RTF template with 4 different tables. First table will have only the 3 columns which are always displayed.
- Second table shall have 3 mandatory + one optional column and so on.
- Create 4 temporary variable at RTF level. Initialize them to 0 and loop through the data set to get the number of values for 4 optional columns in each temp variable.
- If all 4 are having 0 values, display first table.
- If any of the temp variable is having a value, display the second table (3 mand + 1 optional) and so on.
Thanks.
0
Answers
-
Thanks!
0