Hello,
I found a logical flaw in a dashboard/BAQ I put together. The BAQ returns the newest row for each PartNum filtered by max(TranNum).
The dashboard is supposed to let you filter by date to show the state of the parts as of that time.
As you can guess, it only shows the parts that have a date earlier than the filter instead of all the parts with the transaction date as the starting point.
I need a way, if possible, to let the employee select a date, then send that date to a BAQ to be used as a filter on the PartTran table TranDate field.
Is this possible? Any help is appreciated.
Thanks,
Shawn