Viewing 4 posts - 1 through 4 (of 4 total)
Hi I basically want to return all of the ticketid's that have a reportdate that was changed
ie...
TICKETID, REPORTDATE
a,17/04/15
a,17/04/15
a,19/02/14
b,12/02/15
b,12/02/15
b,12/02/15
c,01/01/15
c,01/02/15
should return
a,17/04/15
a,19/02/14
c,01/01/15
c,01/02/15
Kinda like the PREVIOUS() function in srss... example was to highlight the...
April 16, 2015 at 4:59 pm
*bump* 🙂
preacha (4/13/2015)
April 16, 2015 at 12:04 am
Hi I'm trying to apply this to an SSRS report I am working on, which compares dates from previous rows. I previously just used LAG/LEAD but rows aren't showing as...
April 13, 2015 at 11:26 pm
Viewing 4 posts - 1 through 4 (of 4 total)