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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
bartwelvaarts
Contributor III
Contributor III

use cyclic dimension in pick()

hi community,

i want to use a cyclic dimension with the pick() function in a dimension. this way i show totals and dimension values. this works fine for a individual dimension. but it does not work for a cyclic dimension.

i use this for the dimension:

=pick(Dim, 'product_cycle', 'Total')

this for measure:

if('Dim' = 2,
// Totaal berekening: we negeren de dimensie-beperking
sum(TOTAL orders)
,

 Sum(orders))

any suggestions?

thanks in advance!

Labels (6)
1 Reply
marcus_sommer
MVP
MVP