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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
absekrafi
Creator III
Creator III

Simple table

Hi Qlikview community,

I have a simple table with dimension product this table has many expressions.

I want to add an expression that depends also of an other dimension (factorry).

I wrote this new expression as :

=Aggr(Sum({<ARTICLE={'M'}>} STOCK), factorry) but it didn't work.

Any suggetion please?

Thank you

1 Reply
QFabian
MVP
MVP

Hi @absekrafi , since aggr returns a logic table, you should envolve all of that in another sum.

sum(Aggr(Sum({<ARTICLE={'M'}>} STOCK), factorry))

But, i would like to know more details about your current chart table, and expected result.

Because if you say that your new expression have to depend on factorry, that can means that you want to group by that field? or just the result has to change if a value from that dimension is selected...

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.