I’ve created a SQL view/dac that returns exactly the values I need for two text boxes in my Acumatica report.
The main report already has multiple tables and relationships set up, and everything else is working correctly.
However, when I add my view to the Relations tab (joining it to ARTran or other tables), it changes the results in other parts of the report — likely because of how the join is multiplying rows.
What I need is:
-
To use my view standalone, so it does not interfere with the existing report data.
-
Pull values from the view into specific text boxes based on parameters (dates, etc.).
-
Ideally, avoid creating joins that will affect the main dataset.
Please guideThanks
