On my order form, I wanna restrict date selection to todayโs and yesterdayโs date. But i want todayโs date to be selected by default. Today() does not seem to work in enum, i need some helpโฆ
Solved! Go to Solution.
Valid_if of the Date column may be LIST(TODAY(), TODAY()-1)
Please try TODAY() as initial value in the Date column.
Valid_if of the Date column may be LIST(TODAY(), TODAY()-1)
its working!! thank you!
User | Count |
---|---|
25 | |
14 | |
4 | |
3 | |
3 |