Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I'm using Set analysis to show excluded values of the field Location in a listbox with this expression
=aggr(only({1-$} Location), Location)
Now I'd like to show these data in a chart. Is it possible to do so?
Thanks a lot for your attention
Best regards
Nicolò Cogno
If you add the set analysis {1-$} to all aggregation functions in your chart expressions, your chart should be calculated on the same 'currently excluded' record set.
(you may also use calculated dimensions with set analysis or maybe alternate states with triggered selections / state actions to achieve similar, there are multiple ways to achieve similar)
Show what data in a chart? Can you elaborate with an example?
If you add the set analysis {1-$} to all aggregation functions in your chart expressions, your chart should be calculated on the same 'currently excluded' record set.
(you may also use calculated dimensions with set analysis or maybe alternate states with triggered selections / state actions to achieve similar, there are multiple ways to achieve similar)
First of all thanks for your help. I've got a table that contains names of cities where there are industries (the LOCATION field) and the cost of the components delivered in those places. I've got a chart that shows these selections and I would like to show the unselected values in another chart
I think Stefan has already mentioned, but the idea would be to use the same set analysis that you have used in your list box to use in the expressions for your chart {1-$}
Okay, thanks for your help!!!
Thanks a lot for your help!!!