Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to hide/unhide row in RTF template

Summary
How to hide/unhide row in RTF template
Content
Suppose I have three fields in RTF Template
Row1 : A
Row2 : B
Row3 : C
When I run Report if Row 2 : B has null value it skips row. I want Row : A and Row : C to get synced like,
Row1 : A
Row3 : C
Answers
-
-
Can you Please help me to write Condition.
Please Guide
0 -
Can you Please help me to write Condition.
Please Guide
0 -
You can use an if condition just make sure its outside the row.
0 -
-
SQL doesn't have RTF templates. I suspect you're talking about BI Publisher or something - you should ask your question in the appropriate forum.
0 -
@row feature can be used .. please see the following example to get an idea
https://blogs.oracle.com/xmlpublisher/entry/conditional_rows_and_columns
Hope this helps ..
--YG
0 -
-
You should be opening a new thread when you have a new question.
0 -
Dear Friend,
I have three fields Address_line_1, Address_line_2 and Address_Line3
Address Line1 = ABC ROAD
Address Line2 = ABC Area
Address_Line3 = ABC City
How to concatenate these three fields in RTF template like below
ABC ROAD, ABC Area, ABC City
Comma and space should be printed if Address_Line2 is not null. (same Comma and space for Address_Line3 if not null)
0