Hi,
I added one parameter Voucher field from Vendor Trans table , the report showing not data available, but when i removed these parameter and run the report it is showing same voucher number…
Is there any issue or Limitation of AX ?

Hi,
I added one parameter Voucher field from Vendor Trans table , the report showing not data available, but when i removed these parameter and run the report it is showing same voucher number…
Is there any issue or Limitation of AX ?

Can you please explain this in detail?
If you check the Data providerr class (VendAccountStatementIntDP) , you could fine the underlying details. I experienced the same, but now I couldn’t remember the logic. So check the business logic in dp class.
Look at \Classes\VendAccountStatementIntDP\initVendTransQuery. The vendTrans is already added to the query in this method. Look at the difference in the query before and after adding the vendTrans.