Categories
- All Categories
 - Oracle Analytics Learning Hub
 - 19 Oracle Analytics Sharing Center
 - 17 Oracle Analytics Lounge
 - 233 Oracle Analytics News
 - 44 Oracle Analytics Videos
 - 15.9K Oracle Analytics Forums
 - 6.2K Oracle Analytics Idea Labs
 - Oracle Analytics User Groups
 - 87 Oracle Analytics Trainings
 - 15 Oracle Analytics Data Visualizations Challenge
 - Find Partners
 - For Partners
 
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
New Line issue
                
                    Muhammad Hyder                
                
                     Rank 3 - Community Apprentice                
            
                        
            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
0  
            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