Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I am new in Qlik sense.
I have a year and quarter filters, when I open the application, default selection is year 2021 and quarter Q2(previous quarter),how to do that,also I need to reflect 3 charts when selections applied.
Please help me anyone.
Thanks in advance 🙏
Regards,
Subba
By default your charts will reflect your filter selections, so nothing additional needed.
You can create a default bookmark to handle this default selections:
What values do you have in Quarter? is it QuarterName? I'll assume it is, but then you wouldn't need to select also a year.
In your Quarter filterpane object, search:
=quarter_field =quartername(max(total quarter_field, 2))
(hit enter)
In your Year filterpane object, search:
=year_field =year(max(total year_field, 2))
(hit enter)
Create bookmark.
Right click bookmark and select as default.
Steve - thanks so much, this solved an issue I've been wrestling with for months.