- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 01:05 AM
Hi ,
I have created a field of name "External Test ID" type "Integer". There is comma appearing which I do not want.
Later when i try to change the type. It is giving Error!
Note : These data were loaded from Excel sheet.
Thanks,
Vaishnavi
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 01:10 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 01:10 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 01:16 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 01:21 AM
No, its just used for formatting/displaying of data. Should not have any impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2020 01:25 AM
Thanks Jaspal.