Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chris_munns
Partner - Contributor II
Partner - Contributor II

Monthly Total

Hi All,

Having an issue calculation a monthly total.

I have a table with the number of members by JoinDate. Count of the number of members who joined on that day and a cumulative count;

1.jpg

Next step is to populate the table below;

2.jpg

The table is showing the number of members who joined in the month, regardless of year, of course i can include an expression to provide the current year/month values. This is not what I am after.

The expression for the count of members by month for FY17 is where I would like to start; Jul - 139,295 through to Jan - 144,790 (as per the table above).

So, i am starting with :-

=num( sum( Member_Count) ,'#,###,###')

Grateful for any guidance.

Thanks,

Chris

3 Replies
sdmech81
Specialist
Specialist

May be use pivote table and there go to calculated dimension and say:

=Month(JoinDate)

Then put your expression >>plss try

muthukumar77
Partner - Creator III
Partner - Creator III

Hi,

you can use Month(JoinDate) as Month in script.

then use Month column in pivot table.

Muthukumar Pandiyan
adamdavi3s
Master
Master

Hi CHris,


I think what you're looking for is something like:


=num( sum( {<year(JoinDate)={"=$(=year(today())"}>}Member_Count) ,'#,###,###')


However I would make life much easier for yourself and create a master calendar for joindate as you can then set some flags etc to pick up the current year