Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
Is it possible that if a user selects date range in the 'Input box'-'Select Date Range' the date that will be display in the 'current selection'
will be in the format 'YYYY-MM-DD HH:SS' instead of the format 'num'
I'm using the flowing variables:
VstartDate
VEndDate
VstartDate1=num(VstartDate)
VEndDate=num(VEndDate)
When the user selects a date range,I used variable event trigger on select in field:
='>=' & VstartDate1 & '<=' & VEndDate1
I've included a sample file
Thanks,
There is only 2 input boxes. Can you try selection from your end and then will look in detail. I believe this should work as expected.
What do you mean by selection from your end ?
I'am talking on the input 'Select Date Range'
Are you going to select in input box only, right? That is what my intention do selection and/or enter manually to check whether it is working or not in selection.
If you need from calendar object then go and change ..
Please find attached
I updated my example qvw.
I changed the field (SaleDate) to 'SaleDatenum'
When a user selects a date range, I want it to display in the current selection like this:
Is it possible to change the information shown in the current selection box?
It´s not possible,
If you select into SaleDatenum field, this field would be shown not SalesDate