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: 
roloszab
Contributor
Contributor

Gantt chart with bar chart problem

Hello All,

I want to create a Gantt chart with more values in one line separately. So it means a task contains more timeslots, but in between the offset should be blank (white). Here you can see all details:

roloszab_0-1714648508542.png

roloszab_2-1714648605210.png

Duration:

RangeMax(Above(Max(End),0,RowNo())) - RangeMax(Min (Start),RangeMax(Above(Max(End),1,RowNo()-1)))

Offset:

If(IsNull(Above(Only(JobName))),Min(Start),RangeMax(0,Min(Start)-RangeMax(Above(Max(End),1,RowNo()-1))))

Do you have any idea how should I modify the programs / customizings?

Thank you for all answers and helping!

Labels (1)
0 Replies