Forum Discussion
Error message with paramaters Report Builder
- 4 years ago
Hi Community,
In case you had the same error message as mine, make sure that the paramater and the fields you are visualizing in your report are not coming from the same dataset.
Create another dataset (dsParameter) which will be used just in the @Parameter
Edit the first dataset which you want to visualize, and filter your query by adding a condition where dsVisualize.Column = @Parameter
Did it work ? 👌Mark it as a solution to help spreading knowledge 👉A kudos would be appreciated
I created the parameter using the query designer by dragging a field from the same dataset into the paramatrer zone then I displayed it by ticking the checkbox.
Have I missed any step?
Thank you in advance
Hi Community,
In case you had the same error message as mine, make sure that the paramater and the fields you are visualizing in your report are not coming from the same dataset.
Create another dataset (dsParameter) which will be used just in the @Parameter
Edit the first dataset which you want to visualize, and filter your query by adding a condition where dsVisualize.Column = @Parameter
Did it work ? 👌Mark it as a solution to help spreading knowledge 👉A kudos would be appreciated