Is it possible in a BAQ or Dashboard to set a date based on a date selected? For example, we have a Due Date that the user manually selects and then based on the Due Date selected, the Discount Date is <= +7 days. I wasn’t able to set this up as a Criteria in the ‘specified parameter’ in the BAQ or as a Tracker field in the Dashboard.
1 Like
I had a clever consultant do something like this. He added a button to the tracker view and used that to write a quantity value and the users id into a UD table.
The UD was joined to the query using the Company and the criteria was Constants.CurrentUserID = key1, key2-5 = ‘’ and the quantity was available for the baq.