Discussion Board for collaboration related to QlikView App Development.
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
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)
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)