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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

hide and show straight tables in container

hi,

I have 2 containers each contain 18 tables and I want to hide and show table tables as per selections of filters. to achieve this I conditionally show each table but my application is not responding.

is there another solution to achieve this???

13 Replies
Anonymous
Not applicable
Author

I am using the same expression for 36 straight tables.but my problem is that all 36 tables are in the container that's why my application is not working

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Listen to Jonathan.

I have seen a lot of problems doing this. It will not work.

Anonymous
Not applicable
Author

okk

omkarvamsi
Creator
Creator

take inload in script

LOAD * INLINE [

    _Dimension

    chart1

    chart2

    chart3

];

and i give lay out conditional expressions for the charts to view/hide in container.
I think i got it.Please try and let me know and the find the attachment to