I am trying to write a crystal report which lists missing records.... The following eg would be useful
I have a Ora Table which has 3 records . Assuming the column name is serial number it has the following records
SNo
----
1
5
10
From the above data the min is 1 and max is 10. My report should be able to print the missing serial numbers as follows
Output Should be
----------------
2
3
4
6
7
8
9
How can I achieve this ? Any tips ? help?
Thanks,
Ash
I have a Ora Table which has 3 records . Assuming the column name is serial number it has the following records
SNo
----
1
5
10
From the above data the min is 1 and max is 10. My report should be able to print the missing serial numbers as follows
Output Should be
----------------
2
3
4
6
7
8
9
How can I achieve this ? Any tips ? help?
Thanks,
Ash