I added a Calc field (of type date) to the BAQ to make a value containing just the date portion of GLJrnDtl.PostedDate, thinking my BAQ Report’s Option field could be set to the calculated field. But still returns ‘No records selected’
I got it working. Had a bad formula for the new calculated field for the DateTime to Date conversion. It converted just fine and displayed in the BAQ, but the BAQ Report didn’t like the format for comparing it to the Date entered on the form.
Just was very surprised that the Update changed the field type…
Should have been caught by my users during testing. But I finally came to terms with the fact that they weren’t going to do it. And that only the pressure of them having to do it for real, would shine light on the issues needing resolution.