What does this error message I get mean?
G
Written by Gary Ditsch
Updated over a week ago

Table doesn't exist

In the example, you can see that the table being referenced is 'incnt' which is not an actual table on the instance.

No read access to this table

In this example, the user is trying to reference the pm_project table, however they do not have access to that table.

Invalid query

There is a check on every function, to determine if you have entered a valid encoded query. If you enter values that are not valid, this error message will be display.

String template includes empty cell reference

In this example, the user has a referenced cell within their encoded query. It is the {{C2}} reference. They see this error message because the referenced cell has no value.

Alert: VividSheets countered the following invalid cell key

When this alert appears, it is an immediate reaction to the user trying to enter a cell reference within their function, which uses a lowercase letter. The alert will show the mistake, but note it doesn't say which cell. The cell that triggers the alert is the active cell when the alert appears (which is immediately).

Did this answer your question?