I currently have a text box that I only want visible on Monday and Tuesday, and hidden every other day.
What would I put in display mode to do this?
Something like: If(weekday=1|2, display, disabled)?
Solved! Go to Solution.
in the visible property of the textbox, Weekday(Today())=2||Weekday(Today())=3
No If() is required as the above will reduce to either true or false.
in the visible property of the textbox, Weekday(Today())=2||Weekday(Today())=3
No If() is required as the above will reduce to either true or false.
User | Count |
---|---|
246 | |
103 | |
82 | |
49 | |
43 |