Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
tahreen371
Contributor III
Contributor III

how to enable Conditional view of two charts in the same table

Hello All,

 

The requirement is after selecting the Summary view  it should display straight table and if selected Line view It should display line chart.

How can we achieve this. Please find the attachment 

1 Reply
uacg0009
Partner - Specialist
Partner - Specialist

Hi Tahreen,
In straight table and Line chart, there is a tab called "Layout"
And there is a setting called "Show" in it.
Choose Conditional, and use below condition:
For straight table: if([Your List Box Field Name] = 'Summariy view',1,0)
For line chart: if([Your List Box Field Name] = 'Line view',1,0)
Thanks
Aiolos