This is somewhat a follow up to this thread
https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Expression-Assistance-Only-Show-Button-if-Not-R...
I was using this expression to control the visibility of a button to submit daily totals:
COUNT(
FILTER(
"Daily Totals",[Date]=TODAY()))
=0
with the idea that the button would only show if totals for the day had not been submitted. It worked, but it introduced a problem of not being able to retroactively add totals for missed days if a record already exists for today.
So i figured i could use the same formula as a "valid if" expression on the Date column and pop up a message like "A record already exists for the selected date. Please enter another date or edit the existing record."
The formula is accepted as a working expression, but it is not working to reject the form entry as expected. What am i missing?
Solved! Go to Solution.
cancel, i am an idiot.... I tested using a date that is not today 😂
it works fine, but i need to edit my filter to have it just make sure that the date being entered does not exist....
problem solved, thanks for coming to my TED talk.
User | Count |
---|---|
15 | |
10 | |
7 | |
3 | |
2 |