Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sat_tok52
Creator
Creator

90 Days Rolling

Hi Guru's

I want show 90 days rolling on bar chart,i have a date column and i written expression like below.

count({<Date={'>=$(=Date-90)<=$(=Date(Today()))'}>} Id) 

Any help thanks in advance.

Thnaks,

Sateesh

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

I think date format is the issue

Count({<Date={'>=$(=Date(Date-90))<=$(=Date(Today()))'}>} Id)

Check this link

Set Analysis for certain Point in Time

View solution in original post

3 Replies
tamilarasu
Champion
Champion

Hi,


Try,


count({<Date={">=$(=Date(Today()-90))<=$(=Date(Today()))"}>} Id)


Make sure your date field format should match with expression. Else you need adapt like


count({<Date={">=$(=Date(Today()-90,'DD/MM/YYYY'))<=$(=Date(Today(),'DD/MM/YYYY'))"}>} Id)


Change the highlighted format to your Date field format.


Let me know.

jagan
Luminary Alumni
Luminary Alumni

Hi,

I think date format is the issue

Count({<Date={'>=$(=Date(Date-90))<=$(=Date(Today()))'}>} Id)

Check this link

Set Analysis for certain Point in Time

harithadogiparthi505
Contributor III
Contributor III

Hello, 

I have encouraged an error when placed in a pivot table one week is showing data and when  2 weeks get selected second week data is missing. Any help?