Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Inline With If Statement

Hello,

In my dashboard I have a Multibox from this table:

Div:

LOAD * INLINE [

    Symb,Div

    $, 1

    M$, 1000

    MM$, 1000000

];

And I Have Another Field from another table (Field A)

So I don´t know if its posible but What I want is:

IF(Field A = 'Click On that Field',

LOAD * INLINE [

    Symb,Div

    $, 1

];

,

LOAD * INLINE [

    Symb,Div

    $, 1

    M$, 1000

    MM$, 1000000

];

The Idea its block the value M$ and MM$ when user select 'Click On that Field',


Thanks!

20 Replies
vishsaggi
Champion III
Champion III

Great. Sounds good. Close the thread accordingly.