2014 Jul 30 8:18 AM
Hi
col1 clo2 col3 col4
1 abccc cd
dddd 30.00
2 eeeee ff
efffffffff dd 40.00
here currency data are displaying 2nd row i need to display on same line how to i solve this?
Thanks
Ravilla
2014 Jul 30 8:29 AM
Hi Ravilla,
Give it like this GWA_MSEG-UNIT(CIZ).
Regards
Arun VS
2014 Jul 30 8:29 AM
Hi Ravilla,
Give it like this GWA_MSEG-UNIT(CIZ).
Regards
Arun VS
2014 Jul 30 9:33 AM
Thank you every one for earlier response my issue is resolved.
Thanks
Ravilla
2014 Jul 30 8:34 AM
This might because of the extra spaces. Remove space using (CZ) after the Currency variable.
2014 Jul 30 8:52 AM
If field is char type, use CZ.
Else, if possible convert it to char type and use CZ.
Else, expand cell size.
2014 Jul 30 8:56 AM
2014 Aug 02 5:37 AM
Dear Experts
I just pass formatting option "CS" with in our varibles that solves everything.
Thanks
Lakshman
2014 Jul 30 9:57 AM
Hi Ravilla,
Increase the col4(currency) column width size. Then the value comes in first line itself.
Regards
Rajkumar Narasimman