Hi, I need to calculate a SLA end date based on a SLA start date, the numbe

Hi,
I need to calculate a SLA end date based on a SLA start date, the number of days the SLA lasts and N x intervals in which the SLA was interrupted. I came up with something like this so far:

=if(isnull(ri!slaStartTime_dt),null,workday(ri!slaStartTime_dt,ri!slaInDays_int,{date(2014,12,25),date(2014,12,26)})) + {interval1,interval2}

However I don't know how to get the sum of multiple intervals at the end. How could I do this?

TIA, Moritz

...

OriginalPostID-126149

OriginalPostID-126149

  Discussion posts and replies are publicly visible