cancel
Showing results for 
Search instead for 
Did you mean: 

Date and amount mask in XSF

Former Member
0 Kudos

Hi,

When utilizing SmartForms for getting XSF output file, I've noticed, that dates and amounts are being formatted according country specific settings, i.e. date like MM/DD/YYYY or DD/MM/YYYY or DD-MM-YYYY etc. Similarly, the numeric values (amounts) are being formatted differently (1,234.56 or 1 234,56 etc.)

I would need to get rid from that masking and get only generic format in XSF output, i.e. 8 digit date (YYYYMMDD) and numeric values without any thousand separators, just with decimal dot (1234.56)

Does anyone know, how to turn this masking off?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

&symbol(T)& -- to remove the thousands seperator.

Example:::&EKPO-MENGE(T)& -> 1234.560

Use---->&symbol(K)& for Ignoring Conversion Routines

surya

Former Member
0 Kudos

great hint, thanks. Please, is there a way how to make sure, that decimal separator would always be dot and not comma?

Edited by: Viktor Kunc on Oct 14, 2009 5:10 AM