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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Nagaraju_KCS
Specialist III
Specialist III

Need Help..

Hi Community,

PFA,

I have 2 dimensions and 2 expression.

first expression coming based on 2 dimensions.

but my second expression i want show based on only one dimension.(Month based)

Thanks in advance..

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try this expression: sum(total <MonthYear> aggr(sum({<Type={'SALES'}>} Quantity),[MonthYear]))


talk is cheap, supply exceeds demand

View solution in original post

7 Replies
maxgro
MVP
MVP

sum({<Type={SALES,GRC}>}total <MonthYear> Quantity)

or

sum(total <MonthYear> Quantity)

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw


talk is cheap, supply exceeds demand
Nagaraju_KCS
Specialist III
Specialist III
Author

Hi Gysbert,

PFA,

Data is correct, but i need in expression only,..

i want to show same data  in all Sales columns.

Hope you understand...

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this expression

=Sum(TOTAL  <MonthYear> Quantity)

Regards,

Jagan.

Nagaraju_KCS
Specialist III
Specialist III
Author

Hi Jagan,

Test.PNG

This data correct... if  i am using this =Sum(TOTAL  <MonthYear> Quantity) it showing wrong data...

See here, sales column data i want to show all  sales column. 

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try this expression: sum(total <MonthYear> aggr(sum({<Type={'SALES'}>} Quantity),[MonthYear]))


talk is cheap, supply exceeds demand
Nagaraju_KCS
Specialist III
Specialist III
Author

Thanks Gysbert..