Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

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..

1 Solution

Accepted Solutions
Gysbert_Wassenaar

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

See attached qvw


talk is cheap, supply exceeds demand
qv_testing
Specialist II
Specialist II
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
Luminary Alumni
Luminary Alumni

Hi,

Try this expression

=Sum(TOTAL  <MonthYear> Quantity)

Regards,

Jagan.

qv_testing
Specialist II
Specialist II
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

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


talk is cheap, supply exceeds demand
qv_testing
Specialist II
Specialist II
Author

Thanks Gysbert..