Event only fired in preview mode
Posted: Wed Mar 28, 2018 7:40 am
Hi Guys,
When I deploy my report to a Asp.Net Core based App, I encountered the a problem, let me describe the context firstly.
I created a report which contains one List variable, at the beginning, I want use this variable in my SQL script directly, however I found it seems not possible, so I created another variable as the placeholder in my SQL script, and I set up the event handling script to splice the SQL where condition, and as I wish, it works fine, I filter the data by selecting one or more or all departments.
BUT, when I deploy that report into my Web App, the 'Department filter' not work, which I guess the event is not fired after deployed.
Has anyone encountered the same problem?
When I deploy my report to a Asp.Net Core based App, I encountered the a problem, let me describe the context firstly.
I created a report which contains one List variable, at the beginning, I want use this variable in my SQL script directly, however I found it seems not possible, so I created another variable as the placeholder in my SQL script, and I set up the event handling script to splice the SQL where condition, and as I wish, it works fine, I filter the data by selecting one or more or all departments.
BUT, when I deploy that report into my Web App, the 'Department filter' not work, which I guess the event is not fired after deployed.
Has anyone encountered the same problem?