Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi How to show the attached date range in Qliksense. please guide
Hello,
Natively this use case scenario seems to be not supported. Natively you have only the following Date picker:
Your options for this use case scenario are:
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.
---
[2] https://developer.qlik.com/garden
You take 'Filter pane' object from Charts selection and put in your sheet somewhere you need. Try to keep it 'horizontal', as I suggested, 1 grid tall (if needed you can change height of your grid a bit in sheet properties -> grid spacing)
Now you add you dimension you want to filter (in my case I convert date to month by month([DATE FIELD])):
and set Title similarly to:
=concat(distinct month([DATE FIELD]), ' | ', month([DATE FIELD]))
Final result will look like this:
* month names are in Lithuanian. For you they will be in your local language.
Hello,
Natively this use case scenario seems to be not supported. Natively you have only the following Date picker:
Your options for this use case scenario are:
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.
---
[2] https://developer.qlik.com/garden
A partial workaround is to set the filter to one grid high with a field month([YOUR DATE FIELD]) and set Title to:
=concat(distinct month([YOUR DATE FIELD]), ' | ', [YOUR DATE FIELD])
so it will look like yours button row.
Or try to search horizontal selection extension if you really need button-like selection, not filter popup.
Can you please clearly explain what kind of filter I need to set on grid. I have the month filed so did title set as per your comments.
You take 'Filter pane' object from Charts selection and put in your sheet somewhere you need. Try to keep it 'horizontal', as I suggested, 1 grid tall (if needed you can change height of your grid a bit in sheet properties -> grid spacing)
Now you add you dimension you want to filter (in my case I convert date to month by month([DATE FIELD])):
and set Title similarly to:
=concat(distinct month([DATE FIELD]), ' | ', month([DATE FIELD]))
Final result will look like this:
* month names are in Lithuanian. For you they will be in your local language.