How to remove comma(,) from a Numeric Field

Vaishnavi35
Tera Guru

Hi ,

I have created a field of name "External Test ID" type "Integer". There is comma appearing which I do not want.

find_real_file.png

Later when i try to change the type. It is giving Error!

find_real_file.png

Note : These data were loaded from Excel sheet.

Thanks,

Vaishnavi

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Hi Vaishnavi,

 

You need to pass attribute for the integer field's dictionary as format=none that should do the trick.

Right click the field, configure dictionary & pass attribute as suggested above.

View solution in original post

4 REPLIES 4

Jaspal Singh
Mega Patron
Mega Patron

Hi Vaishnavi,

 

You need to pass attribute for the integer field's dictionary as format=none that should do the trick.

Right click the field, configure dictionary & pass attribute as suggested above.

perfect! Thank you so much Jaspal.

This will not effect the data i will load later right?

Because i have actually provide the template(excel) to the client?

No, its just used for formatting/displaying of data. Should not have any impact.

Thanks Jaspal.