Leading and trailing spaces - force LTR RTF-Excel
hi,
I am developing a report for a field AP invoice number and i am using force ltr so that i can display leading or trailing zeros of invoice number has any.
I am doing in RTF and out put is excel. How ever when i generate out put in excel, i see some invisible spaces in excel. Due to this if i copy and query the invoice number in application i don't get any hit.
by doing force ltr , this the tag that got created .
<fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?TRANSACTION_NUMBER?></fo:bidi-override>
How can we fix?