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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display chart based on selected value

how to display chart based on selected field value.

values

ab

cd

de

if i select ab i need to display chart 1

bc need to display chart 2

de need to display chart 3

Reagrds,

pRAJNA

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

You need to set up Conditional show in each chart..

Chart Properties >> Layout Tab >> Show Conditional

For Chart 1

Value = 'ab'

For Chart 2

Value = 'bc'

for Chart 3

Value = 'de'

Kindly note that Value and value is different as QlikView is case Sensitive..

View solution in original post

2 Replies
MK_QSL
MVP
MVP

You need to set up Conditional show in each chart..

Chart Properties >> Layout Tab >> Show Conditional

For Chart 1

Value = 'ab'

For Chart 2

Value = 'bc'

for Chart 3

Value = 'de'

Kindly note that Value and value is different as QlikView is case Sensitive..

Not applicable
Author

Prajna,

There are multiple ways to handle this.

Option 1:

1. Create multipel graphs based on the number of conditions,

2. Store the value of the selected field in a variable.

3. Use the Conditional Show property to display the graph based on the value of the variable.

Option 2:

1. Create a single graph with multiple dimensions and/or expressions based on your requirement.

2. Store the value of the selected field in a variable.

3. Based on the value of the variable, eanble/disable dimension and/or expressions.

I hope this helps? if NOT pelase post the QVW, so that we can advise.

Regards,

Murali