Hello. I have never written a loop formula befor in CR 9.
I am working with a report that lists all of the checks written for a particular month and the various details.
My system sometimes skips check number out of the blue, I don't know why.
I would like to do something similar to a bank statement, and compare each check number to the previous, and if it has been incremented by one, display nothing, but if the checks have been incremented by anything other than 1, display a "*".
I am assuming I will need some sort of for loop, or an array. I am not sure where to start.
Thanks in advance.
I am working with a report that lists all of the checks written for a particular month and the various details.
My system sometimes skips check number out of the blue, I don't know why.
I would like to do something similar to a bank statement, and compare each check number to the previous, and if it has been incremented by one, display nothing, but if the checks have been incremented by anything other than 1, display a "*".
I am assuming I will need some sort of for loop, or an array. I am not sure where to start.
Thanks in advance.