we have a report that has many dataset
but only one store procedure.
is there a way we can do some kind of filter and groups to use one
store procedure instead of 6 store procedure for each dataset
we have a report that has many dataset
but only one store procedure.
is there a way we can do some kind of filter and groups to use one
store procedure instead of 6 store procedure for each dataset
Reporting design with dataset and store procedure
Sundaraguru
e.g. Dataset1 pass in 1, Dataset2 pass in 2, etc...
And see if you can share the codes in the SP, and differentiate the code ONLY IF necessary
Scherild
can you go a bit more detail for me
not sure how i do that on the SP with dataset
Everything will be one report pages
Tony P Brightman