Hi All,
I have a report that is functioning well, however it contains a NL("Rows") function. The function runs well, however the results then remain if you run it again.
I.e. first time you run it it'll return:
A
B
C
Second time
A
B
C
A
B
C
Third time
A
B
C
A
B
C
A
B
C
etc.
How do I resolve this without having to delete the results (other than the first line) each time?
Thanks