Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We are using calendar objects in our dashboard. User can chose a particular day/month/year from those calendar objects. But apart from that is it possible that user will type the date which he/she wants. Please let me know if there is any workaround.
Thanks in advance,
Goirik
If you are asking for selecting a particular date by input, you can place a search box on top them with the fields you need. It will even have drop down.
Add a list box for the date field this will have a search option by default.
You can use input box to store entered value into a variable and "Select" button with "Select in field" action (using expression with the variable). In such way you can create two of input boxes which will allow users to select range.