Multiselect ref is working?

Hi

I am trying to add a simple multiple select from a ref table - I just cannot get it to workโ€ฆ

I have 2 tables - one contains a list of medicines and another should have a list of times of the day on which that medicine was taken

For the โ€œMedicine usage historyโ€ tableโ€™s โ€œmedicineโ€ column - I have created an enumList of type Ref which links to my โ€œMedicinesโ€ table but it shows an empty list - Saving/Opening/Closing, nothing helpsโ€ฆ the only way I can get it to work is if I add a new medicine from inside the Medicine drop down - that somehow creates a hyperlink and Appsheet remembersโ€ฆ but if I delete that same medicine from the โ€œMedicineโ€ table, it shows a broken link (the one with a yellow triangle warning sign)

I already have data in the โ€œmedicinesโ€ table

And I link it to the other table via an EnumList Ref


But when I open the view, I donโ€™t see the entry for โ€œAspirinโ€ - the one that I do see is one I created from the โ€œNewโ€ button in the dropdown (and later deleted from the medicine table)

Iโ€™ve tried changing table names, column names but I canโ€™t get it to workโ€ฆ

0 1 138
1 REPLY 1

Enum(List) w/ Base type Ref require you to specify a valid_if expression to create the dropdown options, they will not automatically show up like for a basic Ref type column.

Top Labels in this Space