Help with Enum data type using Percent as base type

Hello all,

I have a strange thing happening and can’t figure it out. Need some help. I have a Column Type Enum that has some choices for values that need to be presented as Percent, so I have selected Percent as the Base Type.

The issue is that some of the values do not show up as selected when viewing the record in Form View and other values do show up as selected. All other functionality using these values is working as expected.

Attached images of what it looks like in Form View and the corresponding screenshot of the data in the table showing the values of the field.

Thanks in advance!


Solved Solved
0 6 298
1 ACCEPTED SOLUTION

That’s odd. Could be a bug.

Let’s try a couple other things though:

  1. Make all of your Enum selections the full 3-digit representation. So 1.00, 0.20, etc.
  2. In your GSheet, select the values and format them as “plain text”, then report back what the actual data values are in both the working and not-working cases.
  3. You could try to use Percent column type, instead of Enum, then provide the following expression in Valid_If or Suggested Values
    LIST( 0.00 , 0.02 , 0.10 )

View solution in original post

6 REPLIES 6
Top Labels in this Space