Hello everyody,
Can somebody to give me an idea on how to create a Crystal report that will show and print all the missing values from a given range of numbers?
I have a table with a field named Invoice_ID. The report will receive as parameter the Invoice Number Range. The output has to be: starting with the lowest number all invoices numbers that are missing from the sequence.
Ex:
InvoiceID
1
3
6
9
Invoice Number Range Parameter 1 - 10.
My output should be: 2, 4, 5, 7, 8, 10
I'm using Crystal 10
Database Oracle9, ODBC connection.
Many thanks,
Dana
Can somebody to give me an idea on how to create a Crystal report that will show and print all the missing values from a given range of numbers?
I have a table with a field named Invoice_ID. The report will receive as parameter the Invoice Number Range. The output has to be: starting with the lowest number all invoices numbers that are missing from the sequence.
Ex:
InvoiceID
1
3
6
9
Invoice Number Range Parameter 1 - 10.
My output should be: 2, 4, 5, 7, 8, 10
I'm using Crystal 10
Database Oracle9, ODBC connection.
Many thanks,
Dana