Hello, I am trying to create a diagram similar to the picture below.
But I can't, when I try I don't have the colored bars displayed.
I have something like that :
All properties that I have :
Indicator Label :
Fill : If(ThisItem.Status.Value="Not Started";White;If(ThisItem.Status.Value="Active";Orange;If(ThisItem.Status.Value="Delayed";Red;If(ThisItem.Status.Value="Completed";Green;Gray))))
X : Value(StartDays.Text) * 'Gantt Tasks_1'.Width/365
EndDays Label :
Text : DateDiff(Date(Year(Now());1;1); DateValue(EndDate.Text))+1
EndDate Label :
StartDays Label :
DateDiff(Date(Year(Now());1;1); DateValue(StartDate.Text))+1
StartDate Label :
Can you help me please ? Thanks in advance 😞 !