Hello,
I know how to do BAQs as an Operations person rather than as a coder. Using BAQ Designer.
Table PartTran
I am trying to get transactions between a From and To date using parameters. However, the sum always returns the total value for all transactions rather than the date range in the parameters. What am I missing?
I believe I need to add to the calculated field the TranDate and have it pull from the Parameters, but I don’t know how to write this. My calculated field is just: sum(PartTran.TranQty)

