I am new to Appsheet…
Question:
Is there a way to include all or part of the columns names in an enumlist?
Description:
I am using a form to input data in a table with about 30 columns to store field data tests results. (There are 5 types of tests and each has about 5 result columns) Each row in the table represents a site visit to a construction site, and during each visit, more than one test may need to be performed (The test required depends on the site condition on the date of the visit - so I do not know what test they will perform on a given day).
I tried to organize the test-related columns in “Appsheet Show Pages” in an attempt to simplify the field input. However, that did not work, because I ended up with 6 pages and needed to scroll through all of them before saving the data. (This turned out to be too cumbersome to use in the field).
Now I think a better approach is to show only the columns related to the test in an “Appsheet Show Section”. I like to use the Show_If of each “Appsheet Show Section” to determine what columns are shown.
Now to avoid hardcoding the columns in the Show_if formula, I like to get all the column names in an enum list that I can use to select the columns I need for each test.
Therefore the question: How can I get the column names in a list?
(PS: Hope this makes sense to the other uses… otherwise send me questions…).
Thanks.