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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
fheidenstecker
Partner - Creator II
Partner - 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