marlin_snyder Posted August 12, 2014 Posted August 12, 2014 I have a report that creates several columns to hold misc data as the stored procedure runs. For instance call stored_proc(1) returns the static fields plus misc_1 and misc_2. call stored_proc(2) returns the static fields plus misc_1, misc_3 and misc_4. The report fails with 2 because it can't find misc_2.Is there a way to force the report to refresh the field names at runtime?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now