I am looking for an easy way to do a missing numbers report in CR 11.
You are given the starting and ending numbers as parameters. The known numbers are in a table.
So say your parameters are start = 1000, end = 5000, and we have 1000-2500, 2505-4999 in the table, the report rows will be
2501
2502
2503
2504
5000
thanks in advance
MG