Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
yadav_anil782
Creator II
Creator II

Need to show Message as Default

Hi

I have an 3 objects (2 straight tables & 1 list object).Now i want to hide 2 straights tables instead of these objects the default message should be shown as 'Select one of the value to know the difference'

By default list box and Message box should be there.if i click on one of the value like 'swetha' the respective values should be display from the both straight tables otherwise they have to hide.

Please find the below image for reference.







thanks

1 Solution

Accepted Solutions
sunny_talwar

I used a condition based on the list box field on all three objects.

1) Text box object

Capture.PNG

2) Table 1 and 2

Capture.PNG

If you got what you wanted, I would request you to close this thread by marking correct and helpful answers. This will help others in the future looking for a solution of a similar problem.

Qlik Community Tip: Marking Replies as Correct or Helpful

Thanks,

Sunny

View solution in original post

8 Replies
sunny_talwar

Use conditions on the layout tab of the objects

For message box:

GetSelectedCount(ListBoxFieldName) = 0

For the two tables:

GetSelectedCount(listBoxFieldname) > 0

yadav_anil782
Creator II
Creator II
Author

hi sunny

thanks for reply.

i tried to apply condition in layout tab but it is showing Error exp.

Please find the attach image.

actually my list box field is an expression.

sunny_talwar

Where exactly are you adding this? Look at the image to see where it needs to be added

Capture.PNG

sunny_talwar

If you can share you application, I might be able to share how this can be implemented

yadav_anil782
Creator II
Creator II
Author

hi

Please find the sample qvw.

sunny_talwar

Can you check if attached is what you are looking for?

yadav_anil782
Creator II
Creator II
Author

Yes perfect

but i want  to know more details that how you clubbed those 3 objects(2  straight tables and 1 text object).

sunny_talwar

I used a condition based on the list box field on all three objects.

1) Text box object

Capture.PNG

2) Table 1 and 2

Capture.PNG

If you got what you wanted, I would request you to close this thread by marking correct and helpful answers. This will help others in the future looking for a solution of a similar problem.

Qlik Community Tip: Marking Replies as Correct or Helpful

Thanks,

Sunny