Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kristof_j
Creator III
Creator III

use dimensionality() in set analysis

hi

is it possible to use the dimensionality() function in a set analysis? And how?

something like

sum( {<level = { $(=dimensionality()) }>} sales)

but this doesn't seem to work.

10 Replies
swuehl
MVP
MVP

It won't work as you expected since the dollar sign expansion $(=dimensionality()) will be performed even before the expression will be parsed and evaluated. So it has in fact nothing to do with the abilities of set analysis (though it's true that set analysis does not consider chart dimensions, but is evaluated once).