Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ankit777
Specialist
Specialist

legend

Hi All,

I have below mentioned data. I have to create a stacked bar graph.

Dimension-Year,Customer Id

Expression-Sum(Sales)

My requirement is when nothing is selected the legend in graph should show all customer id although there is no data for last one.

Data

LOAD * INLINE [
CustomerID, Year, Sales

1,2010,2
2,2010,2
3,2010,2
1,2011,2
2,2011,2
1,2012,2
2,2012,2
3,2012,2
3,,2
2,,2
4,,2
5,,0
]
;

1 Solution

Accepted Solutions
Anonymous
Not applicable

if you define "Show all values" and unclick "suppress Zero values"

the legend should Show all Customer Id

View solution in original post

1 Reply
Anonymous
Not applicable

if you define "Show all values" and unclick "suppress Zero values"

the legend should Show all Customer Id