Hello awesome community!
I'm still practicing AX and report development, I'm having trouble with filters in SSRS report.
I'm using a DP class, everything works fine as of inserting data in my temp table, showing results in the report I designed in Visual Studio and displaying filters on report, but my problem is I don't know how to make the filters NOT MANDATORY in the report. Please, take a look at my code and your help for this newbie will be appreciated :)
DP Class, processReport() Code:
As you can see the commented code part, it applied the filter in showing results but it was mandatory (once you open the report, it won't show any results unless you type a true value in the filter ), I want the report to show up all results but if the user wanted to use filters, he can use the filter optionally.
Thank you.
*This post is locked for comments
I have the same question (0)