Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

Bar Chart

Hi All,

How to show and hide Datapoints in BarChar.

using MACRO

Thanks In Advance...

1 Solution

Accepted Solutions
tresesco
MVP
MVP

6 Replies
Not applicable

Do you need to compulsorily use macro?

You do not have to run a macro for that just use conditional show in the layout tab. create a button 'Show' and add action as Set Variable vShow=1.. In the chart layout tab show conditional =vshow=1. You can create another button with vshow=0 which will hide the chart... This is better way to show and hide charts as it would be faster and you woulnt need a macro

qv_testing
Specialist II
Specialist II
Author

Hio Vishal,

i want only show and hide datapoint,

but not complete chart

Not applicable

You can use the conditional option in the expression tab of the chart properties. You can show the expression respective to the condition you want to apply

qv_testing
Specialist II
Specialist II
Author

Doesn't work here,

please give me sample example.

tresesco
MVP
MVP

PFA

Used trigger.

qv_testing
Specialist II
Specialist II
Author

Thank U

Just i had a small mistake