Problem: The Problem is that building groups has a fixed length of four characters, only digits from “0000” to “9999”. Excel suppresses all leading zeros, therefore the first building groups are to short, e.g. instead of “0010” only “10” is displayed.
Solution: Add below code into RTF XML Tags and run the report to see the changes.
<fo:bidi-override direction=”ltr” unicode-bidi=”bidi-override”><?XML_ELEMENT?></fo:bidi-override>