I am new to Appsheet (1 .5 weeks and counting).
I am having a problems when defining Enum Data Validity with a Table Column
(See Below)
ej1: TG.099.ReferenceTables[Job_Rates]
ej2:TG.999.TestTable[Job_Rates]
When I use ej1 - the field does not show up on the forms view.
When I use ej2 - the field works fine in the forms view.
Questions:
Notes:
1-ej1 and ej2 refer to different Data Tables (Sheets) in the same file.
2-I verified the setting of each column is the same in both Data Tables.
Appsheet permits certain “non-standard” naming schemas, in the name of ease-of-use. However, I highly recommend sticking to simple naming schemas for Table and Columns. Use only letters, use underscores for spaces, no other special characters, and keep them short. Your life will be easier that way.
M_D:
Thank you for the recommendation (will try to KISS it…).
Question:
Notes:
Hello @Felix.P_Tong.
There’s no mention of a limitation of that kind in the docs, and i have never heard of issues regarding that, did you check your column types? does your spreadsheet actually have data to display in those two tables?
I can confirm this, makes it easier to write expressions and navigate your own data structure later on.
Ralph,
Thank you for chiming in.
I check the columns and they have the same configuration.
The only thing that I changed in the JobRate Column is the column pointed to in Data Validation.
Any ideas?
Worksheets can be named whatever you want, but the name of the corresponding table in your app has limitations. Note that the app table’s name does not need to be the same as the worksheet.
The app table’s name should not contain any characters that have special meanings in expressions. Characters with special meanings in expressions include: &
, *
, (,
)
, -
, =
, +
, [
, {
, ]
, }
, ;
, :
, '
, "
, ,
, <
, .
, >
, and /
. There may be others, too. In the past, the app editor allowed these without comment, but the names would cause problems when used in expressions. At some point, the app editor began complaining about special characters in table names. Most recently, I believe it will just remove the special characters without comment–or maybe that’s just in slice names?
Spaces are allowed in app table names. Leading and trailing spaces will be removed. No more than a single consecutive space should be used internally (for instance, don’t put two spaces between a pair of words, just use one space). Table names may not include tabs, newlines, or any other whitespace characters.
Generally speaking, your app table names should start with a letter or underscore (_
) and include only letters, numbers, underscores, and spaces.
Steve,
Once more, thank you for your prompt response.
As always, informative and to the point…
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |