Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
lakshmittpd
Contributor
Contributor

calculate last 3 months hits count

Hi,

 

I created an application in which I need to show on first glance show only last 3 months count of users and upon month selection it should change accordingly.

Labels (1)
1 Solution

Accepted Solutions
Channa
Specialist III
Specialist III

we dont have onopen filter in qliksense you can try extinctions

 

try some thing like below

if (Count(Month)>1 ,Sum({$<[date]={">=$(=MonthStart(Today(),-3))<$(=monthend(Today(),0))"}>}Sales), sum(sales))

 

Channa

View solution in original post

1 Reply
Channa
Specialist III
Specialist III

we dont have onopen filter in qliksense you can try extinctions

 

try some thing like below

if (Count(Month)>1 ,Sum({$<[date]={">=$(=MonthStart(Today(),-3))<$(=monthend(Today(),0))"}>}Sales), sum(sales))

 

Channa