Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 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