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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
landrei92
Partner - Contributor
Partner - Contributor

Set analysis in conditional functions

Hi,

The case I have is a function that has the structure

 

Pick(WildMatch(Concat(....
Sum({< ... >}...))

 

I see that sometimes the set analysis is only applied in specific conditions, which I recreate so that the user does not found these atypical cases, however, when asked to place one of these graphs as a tooltip in another, I must add more set analysis outside the aggregation function, that is in the conditional functions.
I have managed to solve what I needed by placing the set analysis into Pick function, but I would like to understand what would be the difference of placing it in WildMatch or in Concat.

 

Pick({< field_sa >}WildMatch(Concat(....
Sum({< ... >}...))

 

Regards,

Luis A.

Labels (1)
0 Replies