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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
linoyel
Specialist
Specialist

Area chart with 2 dimensions

Hi, I need to create an area chart with 2 dimensions as shown in the WantedResult picture attached.

My problem is that at the end of each sprint the line is not vertical, as well as at the beginning of each sprint the area starts from the day before actual sprint start date.

If the last sprint date was 28.03 and there were 16 issues on this day, I need the area to go down vertically and not to go to the next date - 29.03 - please see ActualResult picture atached.

Is it possible to control this in QV?

Thank you.

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Linoy,

The Actual Result JPG is not opening, can you upload it again.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
linoyel
Specialist
Specialist
Author

Uploaded it again in a smaller size

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

Can you upload a sample data set.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable

Hi,

This is the best i could do:

I have taken the sample data as following:

Date_1Value
1/1/201799
2/1/2017100
3/1/2017109
4/1/2017111
5/1/2017222
6/1/2017333
7/1/2017345
8/1/2017234
9/1/2017235
10/1/2017236
11/1/2017237
12/1/2017238

Try this expression :

if((sum(Value)-Above(sum(Value)))<0,0,Value)

Regards,

Sanya Chauhan