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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Gantt chart not behaving like I expect

Gantt chart looks like this: http://i46.tinypic.com/nlo08p.gif

Dimension: ProjectName

Expression Design Phase: Max (ConstructionStart) - Min (Design Start)

Expression Construction Phase: Max (ConstructionEnd) - Min (ConstructionStart)

My data looks like this: http://i45.tinypic.com/2cgcydu.gif

So what's going on?  Design and construction should be staggered.  But they're not...?

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

For the second expression, click on + and enter the first expression as Bar Offset if you want to see the bars one below the other.

Message was edited by: Nagaian Krishnamoorthy

View solution in original post

4 Replies
swuehl
MVP
MVP

Have you select the Stacked style in style tab of the chart properties?

Could you upload a small sample file or your input data here?

nagaiank
Specialist III
Specialist III

For the second expression, click on + and enter the first expression as Bar Offset if you want to see the bars one below the other.

Message was edited by: Nagaian Krishnamoorthy

Not applicable
Author

Stacked style causes it to look like this: http://i47.tinypic.com/205qg3l.gif

I've attached the Excel sheet I was working on.  Or here: http://dl.dropbox.com/u/46307240/Gantt_sample.xlsx

Not applicable
Author

Ahh, that did the trick.  I needed to offset 'Construction' by its start date.  Thanks!  You helped me again.