Hi all,
I have a report which I am customizing (ProdCalcTrans) and I want to automatic filter the report by ProdId to the selected production order in the ProdTableListPage. ( all custom buttons/menu items are set)
the problem is that I have two Datasets even though I really use only one and both have dynamic filter: true.
I manage two filter by the SrsReportRunController Class the first Query which is the original from AX ( not needed) but I am doing exacly the same code to filter the second query : AKS_ProdCalcTrans but is not filtering. so all the productions are shown in the report :/
Please any help to fix this i really appreciate it.