Hi Everyone, I need help
CRW 8.5 on SQL Server.
I have the following data set:
Start End Lane RT_NR Diff (NR)
10,00 17,00 NR 17
14,00 15,00 NR 17 14-17= -3
16,00 19,00 NL 17
18,00 20,00 NR 20 18-17= 1
21,00 24,00 NL 20
23,00 25,00 NR 25 23-20= 3
23,00 37,00 NL 25
24,00 28,00 NR 28 24–25= -1
For each Lane I want to calculate the difference between Start and the previous maximum End value. (Only shown for NR in above example)
For the Diff calculation I need the previous value of the running total for Lane NR (RT_NR sum on: End, type: maximum, evaluate use formular: Lane = "NR")
Is that possible?
Thanks in advance, kla
CRW 8.5 on SQL Server.
I have the following data set:
Start End Lane RT_NR Diff (NR)
10,00 17,00 NR 17
14,00 15,00 NR 17 14-17= -3
16,00 19,00 NL 17
18,00 20,00 NR 20 18-17= 1
21,00 24,00 NL 20
23,00 25,00 NR 25 23-20= 3
23,00 37,00 NL 25
24,00 28,00 NR 28 24–25= -1
For each Lane I want to calculate the difference between Start and the previous maximum End value. (Only shown for NR in above example)
For the Diff calculation I need the previous value of the running total for Lane NR (RT_NR sum on: End, type: maximum, evaluate use formular: Lane = "NR")
Is that possible?
Thanks in advance, kla