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: 
Anonymous
Not applicable

Dynamic dimension

Hi all,

In Master Items / Dimensions I have declared a dimension with this expression : =$(=max( YearDim ))

So the dimension has one single item: the greatest selected year .


I want to add to the dimension 2 more items : the smallest selected year, and the delta between the two years displayed.

Anyone could give a clue how to do that please? Thanks

1 Solution

Accepted Solutions
theglenndavid
Partner - Contributor III
Partner - Contributor III

I would suggest looking at the ValueList() function.

i.e. ValueList($(=max( YearDim )),$(=min( YearDim )), 'whatever value you want to add')

View solution in original post

1 Reply
theglenndavid
Partner - Contributor III
Partner - Contributor III

I would suggest looking at the ValueList() function.

i.e. ValueList($(=max( YearDim )),$(=min( YearDim )), 'whatever value you want to add')