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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
beck_bakytbek
Master
Master

Add-Ons (Conditional Expression)

Hi Folks,

i have a question regarding the setting : Add ons (conditional expression), i dont have a clue how to use this setting.

does anyboy have any examples to this setting?

Thanks a lot

Beck

1 Solution

Accepted Solutions
Thiago_Justen_

Hey Beck,

Check your example app (that you sent me) with this add-on setting.

Cheers !

Thiago Justen Teixeira Gonçalves
Farol BI
WhatsApp: 24 98152-1675
Skype: justen.thiago

View solution in original post

6 Replies
shraddha_g
Partner - Master III
Partner - Master III

If you want to display you chart on selelcting any particular value of a filter say Year dimension , then you can use expression as

If (getselectedcount(Year)<>0,1,0)

In this case, chart will only show up if you have selected filter.

Similarly you can use different expressions over there.

If value is 1 then only chart will show up.

beck_bakytbek
Master
Master
Author

Hi Shraddha,

thanks a lot for your responce and time, do you have en example to this issue?

Thiago_Justen_

Hey Beck,

Check your example app (that you sent me) with this add-on setting.

Cheers !

Thiago Justen Teixeira Gonçalves
Farol BI
WhatsApp: 24 98152-1675
Skype: justen.thiago
beck_bakytbek
Master
Master
Author

Thiago Thanks a lot again for your help and valuable time

Thiago_Justen_

If you need again, I'll be right here man!

Take care

Thiago Justen Teixeira Gonçalves
Farol BI
WhatsApp: 24 98152-1675
Skype: justen.thiago
Murali-Kalla
Contributor
Contributor

hi, Can i get the code for this extension? I'm trying to implement Addons