Invalid Error Messages USUALLY tell the user Why the data is wrong, or suggest a correct input.
This Tip is more fun, than functional.
![]()
It could be used to add character to your app, or maybe even in creating a turn-based game (dice role).
Using the Columnโs Invalid value error
setting, enter a SWITCH() expression with RANDBETWEEN() to select the random error phrase.
SWITCH(RANDBETWEEN(0,9),
0,"You're not even trying. ๐ข",
1,"You can do better than that.",
2,"Is that your final answer?",
3,"PEBKAC Error โจ๏ธ๐๐ช",
5,"โญ๏ธ I'm sorry, Dave. I'm afraid I can't do that.",
6,"Here we go again! ๐คฆ",
7,"INCORRECT!! ONE TRY REMAINING!!",
8,"Yeah, uh... I don't think that's gonna work.",
9,"1010-BEEP-โก๏ธ-GLRORK-RABLE-RABLE-CHUCHUNK-ZZZZZZZ",
"Default Response")
NOTE: In this example, the Valid_If expression ensures the value is unique.
The value entered is unique, but still failing validation because the TYPE is set to Number, and the input is Text.
Youโre right, that is fun!
LINKTOFORM(โViewโ, โColumnโ RANDBETWEEN() )
could be a dice-roll.
I think we could build a turn-based game. I just donโt know which game to try.
u crae. why would you do this to poor end users? Lolz I love it. (Just saw this postโฆ)