Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
JMAROUF
Creator II
Creator II

condition between two tables

Hello every one,

i have two table A(x,y) and table B(x,z),   create a straight table with this condition:

if  z = null  so  show x,y

Labels (2)
1 Solution

Accepted Solutions
Anil_Babu_Samineni

Straight forward question, Simply load as it is those 2 tables. and in design, you can use condition like

If(IsNull(Z), X)

If(IsNull(Z), Y)

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)

View solution in original post

1 Reply
Anil_Babu_Samineni

Straight forward question, Simply load as it is those 2 tables. and in design, you can use condition like

If(IsNull(Z), X)

If(IsNull(Z), Y)

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)