Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mashup to show obj based on selection

Hi All,

I wanted to display table based on the rules selected in the filter.The table has different set of columns w.r.t the rules.

n qlikview I can easily achieve with conditional show.

But in qlik sense I am finding hard to achieve.I am new to javascript.so trying to figure out how can I achieve this.

Tried something like this:

if( app.field('Rule_Name').selectMatch('Accuracy Street and City', true)='true')

    {

app.getObject('QV09','pUEwpz')}

else

  {

app.getObject('QV8','CFZGDrh')

};

can anyone suggest me the best approach asap.

Thanks,

Prajna

0 Replies