I created an ad-hoc view that has a parameter. Saved it as a report but when I try to run this report using visualize.js it does not accept my params. It just runs the report with the last set of parameters saved in the ad-hoc view.
Tnx
0 Answers:
No answers yet
It turns out that creating filters in ad-hoc builder on reports server renames the filter. So if you add a filter named "age" then it is actually called "age_1". This was the problem, I was passwing params: {'age':[100]} where it should have been age_1.
Tnx