Announcements
Value((EndDays_1.Text) * 'Gantt Tasks_2'.Width / 365)
BarX + BarWidth
(Value(StartDays_1.Text) + (Value(EndDays_1.Text) - Value(StartDays_1.Text))) * 'Gantt Tasks_2'.Width / 365
Value(EndDays_1.Text) * 'Gantt Tasks_2'.Width / 365
(Value(EndDays_1.Text) * 'Gantt Tasks_2'.Width / 365) + 5
Hi Sharon,
You’re very close — the issue here is mainly around inconsistent references and positioning logic in your X property formulas.
From your formulas:
Value((EndDays_1.Text) * 'Gantt Tasks_2'.Width/365)
Value(EndDays.Text) * 'Gantt Tasks_1'.Width/365
Different controls are being referenced
EndDays
EndDays_1
'Gantt Tasks_1'
'Gantt Tasks_2'
Value(EndDays.Text) * 'Gantt Tasks_1'.Width / 365
Instead of recalculating again, set the X property of the Project Name (Text Input) like this:
BarLabel.X + BarLabel.Width + 5
Think of your bar as the “train” 🚆 and the project name as the “last coach” — instead of giving both separate GPS coordinates, you simply attach the coach to the train.
.Text
Value()
If this resolves your issue, please mark the answer as accepted and give it a like. It helps others in the community and supports knowledge sharing. Thanks!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 875
Valantis 530
11manish 432