Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear experts,
I have a bar chart showing the period of a project. During that project there are several milesstones that don't follow a fixed structure, means the milesstone titles keep changing. I want to display all those milesstones as positon lines on this bar chart just as I did it with project start, project end and today.
The way it is now it only shows 1 (one) milesstone when I selected it. If I don't select any or select several, it doesn't show anything anymore.
Please support to show all these milesstones on the bar chart without having them selected before.
Many thanks in advance.
Best regards
Sebastian
Hello Sebastian,
Could you please share the sample of the DATA you are using ?
And tell me which chart are you using in your example ?
Thanks !
Antoine
Hello Antoine,
thanks for helping.
Attached are sample data as I use them. I'm using the standard bar chart that is available from QLIK Sense.
I also attach a pic of how I I wish it to look alike.
Best regards
Sebastian
Thanks,
On you barchart, can you also show me the dimension(s) and the measure(s) you are using please ?
Regards,
Antoine
Hope this is what you need.
Dimension
CS order chargeable is the project number
Measures as Master Items
Gantt_Project_1 (white bar before start date)
[Basic start date.aC.Datum]
Gantt_Project_2 (grey bar between start date and today)
IF(Date(Today(),'YYYY-MM-DD') <= [Basic start date],0,
IF([Basic start date] <= Date(Today(),'YYYY-MM-DD') AND Date(Today(),'YYYY-MM-DD') <= [Basic finish date],Date(Today(),'YYYY-MM-DD') - [Basic start date],
[Basic finish date] - [Basic start date]))
Gantt_Project_3 (blue bar between Today and end date)
[Basic finish date] - Today()
Resident sap.IW73;
Association between both tables