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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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!

Labels (1)
20 Replies
vishsaggi
Champion III
Champion III

Great. Sounds good. Close the thread accordingly.