Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm currently new user for Qlik. Let me explain what I need: Suppose date you pick the any date from the date filter then a line chart will show last 7 day's value for that day u picked. Assume that you pick the 1.1.2025 line chart will show the datas between 25 Dec 2025 and 1 Oct 2025 but other objects work according the just 1.1.2025 value. Many thanks
You can use set analysis
more like this Sum({<Date={">=Date($(=Max(Date))-7 ) <=$(=Max(Date))"}>}Measure)
Both will work.
You can use set analysis
more like this Sum({<Date={">=Date($(=Max(Date))-7 ) <=$(=Max(Date))"}>}Measure)
Both will work.