Using CR XI and have following formulas:
CStr({Transaction.TicketNumber})
the value is the table is 8482931 and is being rendered as 8.482.931.00 how can I get the value without decimals and periods?
CStr(CDate({Transaction.DateOut}),"MM/dd/yyyy HH:mm")
the value in the table is 2/6/12 6:49 am and I need to get the value 2/6/2012 6:49am
Thank you.
Edited by snufse - 03 May 2012 at 4:40am