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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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