Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How to remove Enum comma in Number data type

Hi

I need help.

I have a CSV file that will be uploaded regularly which contains the Year column in number type. In the app Year is an Enum Number data type. But by doing this thousand separated comma is automatically added.

Is there a way to go about this without changing the data type to text in CSV or in the APP? 

Solved Solved
0 10 695
  • UX
1 ACCEPTED SOLUTION

I found a solution for this. Writing the solution for others to see. 

Add a new table with the ID as list of year.

Use Enum and Base type make it Ref and reference the year table. This solves the issue.

Mayura_0-1705400496087.png

 

View solution in original post

10 REPLIES 10
Top Labels in this Space