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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Set Analysis

Hi all,

  i have the following Expression by using this i am getting current month data, but i need to get all months data.

=sum({<[Reporting Month ID]={'$(=max([Reporting Month ID]))'},Scenario={'Actual'}>}Balance

)/1000000

can any one help me...

Thanks in advance

smiley

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try =sum({<[Reporting Month ID]=,Scenario={'Actual'}>}Balance)/1000000. This will disregard any selections in Reporting Month ID so the sum is calculated over all months


talk is cheap, supply exceeds demand
nirav_bhimani
Partner - Specialist
Partner - Specialist

Hi,

Remove the Reporting month condition,

=sum({<Scenario={'Actual'}>}Balance)/1000000

Regards,

Nirav Bhimani