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

Display values using Filter

Hi !

I have a language table

Language.JPG

Now i will add language name to a filter When i click on enlish it should display one value when i click on French it should show another value.How can i do it

For exaple the code should be like this,this code is executed in power bi by taking a text and adding the measure value in it But not in qlick sense.can u plz help me

Measure 2 = IF(SELECTEDVALUE('LANGUAGE'[LANGUAGENAME])="ENGLISH","Number of hours of training followed",IF(SELECTEDVALUE('LANGUAGE'[LANGUAGENAME])="FRENCH","NNombre d'heures de formation suivies","Aantal trainingsuren gevolgd"))

11 Replies
Anonymous
Not applicable
Author

problem solved it not with missing comma after english but in the middle of sentence there is a inverter commas thats why it is showing error

Thank you so much petter

petter
Partner - Champion III
Partner - Champion III

You're welcome - happy to help

Please mark the answer as correct and helpful to close this thread...