When I try to key in data from the slice form, the Enum only show the slice data not the whole list. I have tried the valid IF function but it will restrict me to key in new data which is not in enum list.
Any solution to show whole list of enum in slice and able to add new from form?
my column already set to ref, but since the form is made from slice table, so the ref model only show the SLICED Enum, for example i sliced the table to show data from date to date, then the enum in form only show the option from date to date but not the whole listing
I once had a similar situation, what I ended up doing was creating an action that opened the original table form instead of the slide form. There are other tweaks to be made but the general idea is that