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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart functionality

Hi All,

I have a query. I have column chart. When I select one of the element of it (Ex. Y axis has month Jan to Dec). When I select one of the month, rest months get invisible. only one month bar column shows. do we have option that if we select any bar , rest should be visible but in deactivated format. As in filter we select any value unavailable shows in Grey background.

Thanks in advance.

23 Replies
avinashelite

you need use a macro for this

try like this

sub setreference

set Graph = ActiveDocument.getSheetObject("Object_ID")

  1. Graph.SetReference

end sub

Not applicable
Author

Thanks avinash. on which event we should run this Macro?

Anonymous
Not applicable
Author

Hi,

find the attachment.

u ca change the color of deactivated bars,as follows.

select the expression----->background color-->definition.

Regards,

Murali Mohan .T

avinashelite

on open Just add this macro with the chart ID which you need