Hi, I was wondering how to add the a number to a time? I’m trying to organise a workshop with a number of topics for the morning, with $Duration assigned to each. As this is constantly being changed with the addition and modification of each topic, I was hoping to automate the calculation and display of the start time for each topic.
I’ve tried $EndDate=(($StartDate).format(hh:mm)+time($Duration)); in the rule but have got it totally wrong! Attaching a sample file to hopefully explain what i’m trying to do.
Ideally, I’d like to
- Assign a start date and time for the session
- Have that start date be the basis for the start time for topic 1
- Then have the duration of topic 1 added to it to calculate the end time for topic 1 and then be assigned as the start time for topic 2
and so on.
Apologies for what must be a very basic question - there’s a reason I stick to my day job!!! Thanks!
Peter
Sample TB.tbx (115.8 KB)