Hi everyone,
My client approach me once in few months back saying that the system is not working as expected in which they are able to enter a duplicate entry of some columns which is weird because when I check back in appsheet data tab, valid if and error should be showing. When I tested few times using mine and my colleague laptop, some weird things happen because my laptop could get the valid if error but when I tested with another laptop it couldnt, they could still enter data which were not supposed to be able to enter and should be showing error instead. Okay this is few months back and somehow the error is showing again but today they approach me saying same things is happening. I am confused cause the formula should be working fine.
Below are the valid if information and a snapshot of the database
Valid if Formula:
or(
NOT(IN(
[_THIS],
SELECT(
Pest Control 3 Monthly[Unit],
([Month] = MONTH(TODAY()))
))),
isnotblank([Status]))
Error Message: The data of Unit has been entered this month. Please change.
Snapshot of database: The highlighted line, the right one is unit and month is in another column but you could see on the left the month is same. Status also is in the form.
Supposed error shown in other places:
However in mentioned table form: No error shown despite checking all valid if formula
Below is the valid if formula for working valid if table if you want to compare:
or(
NOT(IN(
[_THIS],
SELECT(
Office Monthly[Unit],
([Month] = MONTH(TODAY()))
))),
isnotblank([Status]))


