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.
What expression would validate latlong as not having a value? isblank(),
<>“0”, <>“0.000000, 0.000000” seem to not evaluate as true when compared
with here() with gps off.
Android mobile I have a business app and a personal app; I use my
business login for the business and my personal login for the personal
app. My login is persistent with appsheet regardless the app I launch, I
would like my login to be persistent per...
I would like to sort a column by occurrence (used in suggestions). I
have an associated VC with
count(select(tbl[col],[col]=[_thisrow].[col])) with which I use oderby
to sort the keys, but rather than the key being displayed, I want the
label display...
I have a notification message after clicking “Save” for only one form.
“Local changes have not been synced. Proceed anyway?” I have my version
updated (synced), this is a new notification for me, have not had this
in the past.
ColumnType EnumList, BaseType LongText, ItemSeparator " ". I have
Suggestions as one word, to be used as combination (Repaired, Pump,
Inspected) This works well because I have the data sorted as Verb, Noun,
and then common words. When I create a Form...
Table of customers, which not all have gelocation, do I need to save the
location and compare that with HERE() via DISTANCE()? That sounds like a
nice check, to have the location data and compare via distance, but for
now all I desire is that HERE() ...
FormA is a site survey. FormB is a ticket system. FormC is a contractor
invoice. FormA may have a false value, which should trigger FormB, but
FormB is per a contractors discretion, not alway appropriate to be
saved. FormC should always be presented ...
Required is enabled, value is 0.0, 0.0 when gps is off and passes the
requirement validation. I want the form to not save when gps is off, or
0.0, 0.0.
Workflow policy on table where isblank([Confirmation]) email
in(“Boss”,Employees[Duty]) and isnotblank([Confirmation]) email
in("Driver’,Employees[Duty])? Restrict data view on Employee[Duty].