Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
d_koti24
Creator II
Creator II

regarding set analysis exp?

Hi All,

I want display the data weekly wise and monthly wise in chart.How to achive this?

weekly -today() to last monday

monthly-29/06/2015 to 29/05/2015

regards,

kd

2 Replies
buzzy996
Master II
Master II

u can try this way,u can create drill-down group with ur week and Month data fields,by changes the those/selecting (either week or month) on chart u can get corresponding information in ur chart.

Not applicable

Hi,

You need to use like below,

As per your requirement,

=sum({<CalDate = {">=$(=Date(max(CalDate)-31))<=$(=max(CalDate)) "},CalQuarter=,CalMonth=,CalYear=>}Sales)


Another approach,

=sum({<CalDate = {">=$(=Date(Monthstart(max(CalDate))))<=$(=max(CalDate)) "},CalQuarter=,CalMonth=,CalYear=>}Sales)

=Sum({<CalMonthYear={"$(=Monthname((Max(CalDate))))"}>} Sales)

=Sum({<CalWeek={"$(=week((Max(CalDate))))"}>} Sales)