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: 
fheidenstecker
Creator II
Creator II

Hide Line in accumulated Line Chart

Hi There,

how can i hide a Line chart that is accumulated, when i select only some month?

I managed to hide most of it by setting the color transparency, but i can't get rid of the last part. If i change the color expression to smaller instead of smaller than, suddenly the whole line disapears.

line.png

I really would appriciate some help!

Thanks,

Fabian

2 Replies
Frank_Hartmann
Master II
Master II

Hi Fabian, your attached qvw is empty. please reattach!

sunny_talwar

Try this expression

RangeSum(Above(SUM(Wert), 0,RowNo())) * Avg(1)

with this background color

rgb(192,192,192)

Capture.PNG