Forum Discussion
Anonymous
4 years agoNot applicable
Re: Difference between two rows
workitem id state date change sprint id(text format) sprint start sprint end 12 22-01-2000 sprint 2 21-01-2000 03-02-2000 10 21-01-2000 sprint 2 21-01-2000 03-02-2000 12 05-0...
nitinrungta
4 years agoFrequent Visitor
you can use this logic if you want a calculated column. Then you can filter out the 0 from the end result.
if( int( sprint end - sprint start) >=2 , 1, 0 )