Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to use the peek funtion and then i can subtract the right values. like
Load
Product,
date(Start) as Start
date(End) as End
if([Start]>peek('End'),[Start]-peek('End')) as break
Resident abc
order by Product,Start ;
Hi,
You can just subtract them.
=End-Start
I have to use the peek funtion and then i can subtract the right values. like
Load
Product,
date(Start) as Start
date(End) as End
if([Start]>peek('End'),[Start]-peek('End')) as break
Resident abc
order by Product,Start ;