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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
agigliotti
MVP
MVP

Using Aggr + If and Set Analysis

Hello,

I have the following expression in straight table:

count( {< [LF tipo budget] = >} DISTINCT

aggr( if(

sum( {< _FATTURATOFlag = {"S"}, [LF tipo budget] =, _FATTURATO_YTD_APFlag = {"S"} >} [Importo netto riga] )>0,

[%Codice cliente], null()),

$(vDimGrpResoGroup), [%Codice cliente] ) )

It works well, but I need the expression to be not affected from the selection on field named "LF tipo budget".

Can anyone help me to achieve it ?

Thanks in advance for your time.

Best Regards

Andrea

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
Labels (1)
2 Replies
Anonymous
Not applicable

Did you solve this?

If so, how?

agigliotti
MVP
MVP
Author

I solved separating the table with "LF tipo budget" from the cloud.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it