This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
How do I make data from tables provided with enum ref columns
automatically deleted when I delete the parent table? In the normal Ref
column I can easily do this with "Is a part of?"
What formula should I use to open a folder on the desktop with a link
from the application,I was not successful with Hyperlink and Linkurl, I
created a Url column but I could not write the expression. I want the
folder I want to open when I click on ...
"The AppSheet servers seem to be busy today. Please try waiting a moment
and refreshing the page." I'm getting this warning, does anyone have the
same problem?
There is a main table and a child table on the Dashboard. How can I make
the child table appear only when I click on the main table? Interactive
mode is on, all child data is show. It should be show when clicked.
Even though I use enum ref instead of ref row in some tables, the system
creates View Ref (ID). In some cases it does not. In which case does the
system create a View Ref (ID) action?
I think I expressed it wrong. The folder is on the desktop PC, I want to
open any folder from the application, for example;"C:\Windows"When I
click, this folder will open.
This is because the automatic update feature is turned on in the sync
settings, and the data is uploaded back to the device from the server
every 30 minutes. If you turn it off, data will decrease.
To show the action in the table, the action display must be set as
primary and the action expression must target the related row in the
related table.sample:ANY(SELECT(Table[list],
AND(ISNOTBLANK([list]),[Date] =
MAX(Select(Table[Date],AND(ISNOTBLANK...