Appsheet

Hello, does anyone have any idea about how to make an EnumList that only appears after selecting certain things in an initial EnumList? My app is for a medical laboratory, so I would like to be able to select multiple categories of tests, then have the specific types of tests available appear after my selection of their categories. All I have been able to do is make the EnumLists for the category and the EnumLists for the specific tests, but I have no idea how to make it so the EnumList for the specific tests only appear if their main category was selected in the previous EnumList. So far all of the information I have found is for Enum only. Thank you.

Solved Solved
0 4 120
1 ACCEPTED SOLUTION

If I understand you correctly, you can try following the steps I described in the image below.

z4529507101330_bca0da551f35c359dff19f28a8014b44.jpg

View solution in original post

4 REPLIES 4

If I understand you correctly, you can try following the steps I described in the image below.

z4529507101330_bca0da551f35c359dff19f28a8014b44.jpg

Great @T_I_Phong 

@dejajdej234 you can use a more efficient expression for the second valid_if expression:

[ColumnName_1].[Related Test Tables]

 

Thank you so much, this has really helped!

Yup, thank you for the detailed answer!

Top Labels in this Space