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: 
kris_vliegen
Partner - Creator III
Partner - Creator III

qlik sense only-function

Hi All,

In Qlikview I use the only function to show the labels of dimensions and expression in other languages.

I use =Only({<Index={26}>} Data)

Does this work in Qlik Sense the same way?

Regards,

Kris.

6 Replies
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Hi Sunny,

I've tested this.

In the title of the table this is working.

In the label af a measure it isn't.

Is this possible?

regards,

Kris

sunny_talwar

I think measure titles cannot be an expression in Qlik Sense... but try this

=$(=Only({<Index={26}>} Data))

See if this works for you

swuehl
MVP
MVP

Probably because expressions are not allowed / evaluated in a QlikSense measure label (at least AFAIR offline).

I don't think this is due to Only() function, it's a general issue.

Re: Qlik Sense - Expression Labels on Measures

sunny_talwar

Don't think it works... I saw someone mention that it did work for them... but just tried it out and it seems that it doesn't work

kris_vliegen
Partner - Creator III
Partner - Creator III
Author

I think also that it is not possible.

=$(=Only({<Index={26}>} Data)) Is also not working.