I am trying to add values using an enumlist in a child table from parent table but it is not showing options at all despite trying everything . Its only showing NEW as an option and takes me properly to the desired form when I click new. It also works fine when I change the column type from Enumlist to Ref .
When using a column of type Enum or EnumList of Ref, you’ll need to provide a Valid If or Suggested values expression to generate a list of options from which the user may choose.
Thanks Mate . I used this SELECT(Production[Production_ID],true) and it works now and I was also trying to get them inside the inline view just as what we get using the Ref_Rows in the parent table. I referred this
[Using REF_ROW when "ref-column" is a list](https://community.appsheet.com/t/using-ref-row-when-ref-column-is-a-list/41536/4) Questions
Yah, it should just work, assuming you set everything up appropriately. [image] [image] [image]
and it works but I am not getting the header . I get something like this
Also , Is there a way to customise the view of the list that we get using this filter method, just like we customise the inline views , the number of columns and the type of view we wanna show.