Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I used a condition based on the list box field on all three objects.
1) Text box object
2) Table 1 and 2
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
Use conditions on the layout tab of the objects
For message box:
GetSelectedCount(ListBoxFieldName) = 0
For the two tables:
GetSelectedCount(listBoxFieldname) > 0
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.
Where exactly are you adding this? Look at the image to see where it needs to be added
If you can share you application, I might be able to share how this can be implemented
hi
Please find the sample qvw.
Can you check if attached is what you are looking for?
Yes perfect
but i want to know more details that how you clubbed those 3 objects(2 straight tables and 1 text object).
I used a condition based on the list box field on all three objects.
1) Text box object
2) Table 1 and 2
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