Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue]IIf([rtxtchk] And [ltxtchk],[bilattxt],"")[/blue]
[blue]IIf([Value1] And [Value2],[bilattxt],"")
If [blue][b]Value1[/b][/blue] is IF [blue][b]Value2[/b][/blue] is [purple][b]Result[/b][/purple] is
------------ ------------ ---------
False False False
False True False
True False False
True True True
After the expression is evaluated the IIf really looks like this:
IIf([purple][b]Result[/b][/purple],[bilattxt],"")[/blue]