Have you ever wanted to create a Gantt chart in QlikView, only to find out that this chart type is not one of the pre-defined charts? Then you should be happy to learn that it is possible to create a Gantt chart and that it is not very difficult. See more on Recipe for Gantt chart.
Bar offset: if(IsNull(above(Only(MB_Aktivitaet.c_RessourceBezeichnung))), Min(BDERUECK.c_VONZEIT), RangeMax(0,Min(BDERUECK.c_VONZEIT)-RangeMax(above(Max(BDERUECK.c_BISZEIT),1,rowno()-1))))
Format: BDERUECK.c_VONZEIT = hh:mm (timestamp does not work at all)
Is it possible to create Gantt chart for particular day using start time and end time of a project(in my case workspace reservation)? I need a Gantt chart showing the particular room is reserved/available in that time interval. Please help me with any solution!!