Showing posts with label XML Reports. Show all posts
Showing posts with label XML Reports. Show all posts

Monday, May 18, 2015

In XML Report Date format zero's are missing (How to get zero values in XML Report)


By using this Below tag in RTF Template we will disply the zero starting and ending dates and number valued tags.


Here Tag is Creation_date.

Normally if the value for this tag is 03-JAN-2010,when you run the XML report by using Excel output the value will come like 3-jan-10.

by using below one overriding tag we will get expected output like 03-JAN-2010.

<fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?CREATION_DATE?></fo:bidi-override>