Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
I am trying to create a Filter to select a range of dates in my table, instead of selecting one by one, so i can see the items between them, but when it select both dates, it doesn't do anything.
I used the SelectRangeDate extension and i completed it in this way:
Please, could you tell me what i am doing wrong? I am using QlikSense server
Thanks for your help!
Regards
Daniela
Hi Cpmeren003,
I could solved the issue replacing this formula ,where i defined the field, =Date(<my-data-field-name>) and the DataPicker worked fine.
There was a problem with the field format.
Thanks for your help!
Regards
Daniela
What does your =MIN({1} TRANS_DATE) and =MAX({1} TRANS_DATE) evaluate to? It might not evaluate to the correct format.
Hi Cpomeren003,
I tried to follow this guide : https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Visualizations/Dashb...
I set the values min Date and Max Date following this section "Setting the available date range", but the data from the grid table is still not properly shown.
Is there any configuration i am missing?
Thanks
Hi Cpomeren003,
The field TRANS_DATE has this format MM/DD/YYY as you can see in the below image .
I am trying to filter dates 10/28/2018 and 10/29/2018 so i can see the other items related to that range.
I might be missing some configuration.
Thanks for your help!
Regards
Daniela
Hi Cpmeren003,
I could solved the issue replacing this formula ,where i defined the field, =Date(<my-data-field-name>) and the DataPicker worked fine.
There was a problem with the field format.
Thanks for your help!
Regards
Daniela
Good to hear you solved it!
I just knew it was something with the field format, because it's always the problem I have ;). In the future you can just check if the date picker auto suggest your field. If it doesn't you need to either change your data through the script or use =date() as you did.
Have a nice day/evening!