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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Right value when using multi box and expressions

Hi All.

I´m using a multi box and in some expressions I would like to "group" two or more fields like:

Example: Table 1 - Car=1 if customer have car else 0.

                Tabel 2 - Boat=1 if customer have boat else 0.

=if(Car=1, 'Car',

   if(Boat=1, 'Boat'))

And in multi box displayed field "Vehicle" and then Car or Boat. If you choose Car then you will have all customers that have cars(1), nothing else.

This solution is not working that good. Is there some one that have any solution?

Thanks in advance

5 Replies
IAMDV
Master II
Master II

Please can you post the sample QVW file? I mean whatever you have got so far...

Cheers - DV

www.QlikShare.com

Not applicable
Author

See attached sample.

Not applicable
Author

Hi Deepak.

Do you have any suggestions to solve this issue?

Thanks in advance for any reply.

IAMDV
Master II
Master II

Do you still have the problem? Sorry for delayed response.

Not applicable
Author

Yes.