Please help, I trying to check employees who took their leave in consecutive days.
I have used this expression but its not working.
sum(if(START_DATE - Before([LEAVE START DATE])<=1,[Consecutive Days]))
I checking the difference from previous row with the current.