Can CTXT and LJS be combined together in a choose statement?
 
I need to display an integer value (qty) with other text columns in
lined up for easy readability.
 
The following statement however does not seem to work:
 
CHOOSE INO FROM #VALUES FOR ((LJS(ITEMNO,15)) & (CTXT(LJS(QTY,5))) & (LJS(ITEMDESC,45)) & (LJS(MFG,5)))
 
Is there a way to line up integer values in a choose statement??
 
Any ideas would be appreciated!
 
Thanks,
 
Rob Vincent
Dearborn Heights, Michigan
 

Reply via email to