Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Once again I need your help. Please have a look at this small data set in the file attached. I have daily excution results and want to calculate the difference between the current and the previous day.
Or easier, just to get a table that can calculate "Current (execution date)"-"Previous (execution date-1)" and display it in the same row as the current day is.
It shall work simillar to stock calculation, displaying the diff to tomorrow, but my data is organized as it is in the load scrip.
Is there a easy way to do this?
Thank you in advance. Best regards. Lukas
in second expression use
=above(Count(ID))
see the attched file
hope this helps
in second expression use
=above(Count(ID))
see the attched file
hope this helps
Thank you soo much.
Best regards. Lukas