Hi Guys,
Is it possible to have a report with CONTROLLER and DATA PROVIDER class only? I'm not needing the contract class coz the report data filtering is only based on the active record.
Please see screenshot below :
• As you can see I used variable _dpClass to call the method "getSalesId" in DP class method, why? I fetch the active record to "getSalesId" method of DP class for me to filter the report.

Please see debugging screenshot :
• Base on my debugging process under controller class, the line code 17 works good and was able to debug and get the active record.
• I was confused on line code 18 where I called the method from dp class to fetch na value. As per may debugging it gets the correct active record but when I run the report it's all blank.

Please see DP class method screenshot below :

I'm quite confuse why it doesn't work to throw value on the public method on my DP class.
Does the way I called my DP class method is not appropriate?
Many thanks for the help guys!