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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar Charts

I have this bar chart plotted between total market share for 24 months vs the products.

i.e say there are 5 products for which sum of 24 moths sales data is populated on chart. Now i want that on clicking individual product bar, i get market share breakage for 24 different months for that particular product.

Thanking in advance!!

Labels (1)
3 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

As of now what it does?

Celambarasan

Not applicable
Author

Hey Celambarasan,

Right now on clicking on individual products it just shows the individual share..as in shows nothing new.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try  using the expression in the chart

=If(GetSelectedCount(Product) = 1, SalesData Expression, ShareBreakage expression)

If not works attach the sample file.

Regards,

Jagan.