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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
wangxusq
Contributor III
Contributor III

create master item-dimension

Hi All,

I want to use a new expression in Master-item dimension .

But I find when I use new expressions [ such as if(Year>2012,Year)], it will not display in the selection bar.

What happened?

How  to resolve it?

Thanks very much.

4 Replies
Chanty4u
MVP
MVP

May be try

aggr(if(Year>2012,Year),Year)

wangxusq
Contributor III
Contributor III
Author

Thanks for response. It still doesn't work.

Not only your expression, all expression can not display.

See:

Single Dim:

1.jpg

It shows:

2.jpg

Just ADD '=':

3.jpg

Not display:

i 4.jpg

Chanty4u
MVP
MVP

its working for me.

what you are doing in second screen.?    you just add the dimension where ever you want

wangxusq
Contributor III
Contributor III
Author

I use it as my selection bar(filter)  in my mashup. So I need it show in selction bar(Master-Item dimension).