Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to create a Button called "Today's Date" on clicking this Button my dashboard should show the today's date info.
Hi,
just add a trigger to the button to select today's date in the date_field you have - there is a function TODAY().
HTH
Create a button and variable name vVar = 0. on button put action:
Action Type= External
Set Variable and select variable vVar =: if(vVar =0,1,0)
Take one Text Box and write expression =: '=Today()'
Go to text box properties and select conditional show = 'vVar=1'
QVD attached.
Hi, If I press the Today button then i need to see the today's selection on my current selection.
Hi,
Please see the attached file
Add one more action named "Select in Field", give your Date field name and matching string.
Hello Kushal.
If i have dates from 2015-2022 how i am gonna take the current month of the current year?
Thank you for your time.