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
Word RTF Line Numbers in BI?

Summary
Word RTF Line Numbers in BI?
Content
Hi,
I'm still trying to find my way inside of BIP for Word. One problem I'm having is that I'm getting errors that are pointing to line numbers.
How do I find these line numbers?
Thanks,
John
Answers
-
Once you develop any rtf before it produce output it XDO parser converts the rtf into xsl-fo format. That line number comes from that format.
To convert your rtf to xsl-fo
Go to BI Publshier Add ins > Export > XSL-FO Stylesheet it will produce it text file which is XSL-FO file you can see your line number here.
Alternatively you can go to BI Publshier Add ins > Validate template to validate your template
Regards,
Brajesh
0 -
Thanks Brajesh... does your xsl output into wordpad or some other tool? If it is in wordpad, do you get line numbers in it? How? If it is in another program, where do you change what program the XSL-FO opens in?
Thanks,
john
0 -
please elaborate your requirement , Thanks
0 -
XSL-FO Is text file you can open in any text editor line Notepad, Notepad++ or in Internet explorer as well.
You text editor should have line number enabled to see the line number
0