Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
New Line issue

Summary
New Line issue
Content
Hi Experts,
This is <?If:LEGAL_ENTITY=’xyz’?>xyz<?end if?><?If:LEGAL_ENTITY=’ABC’?>ABC<?end if?>company
expected output:
This is xyz company
actual output:
This is
xyz
company
Please help me to find the solution.
Regards,
Muhammad Hyder
Answers
-
Try also by replacing <?if: with <?if@inline:
0 -
Hi,
For the best practice, always develop your template layout using table(please hide the table boarder, in example i have put to demonstrate)
0 -
Use inline if https://docs.oracle.com/cd/E28280_01/bi.1111/e22254/create_rtf_tmpl.htm#BIPRD2483
Edit: Violeta F-Oracle was quicker.
0