I have a report that based around a SQL stored procedure. The default values for one of my parameters are drawn from a field on the stored procedure.
The problem is that when I look at the values that the stored procedure produces in SQL it is different to the list of values I see when I select the values for the default value.
In other words it looks like the default value selection screen is somehow filtering out some of the rows of the stored procedure. There is no selection on the report, so I have no idea why it's no showing the full list of values.
Anyone have any suggestions?
I'm using Crystal Reports 9.
The problem is that when I look at the values that the stored procedure produces in SQL it is different to the list of values I see when I select the values for the default value.
In other words it looks like the default value selection screen is somehow filtering out some of the rows of the stored procedure. There is no selection on the report, so I have no idea why it's no showing the full list of values.
Anyone have any suggestions?
I'm using Crystal Reports 9.