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.