Baq Report Designer Option Fields in Sql Statements

Just the TableGuid

Okay I still had some old parameters I didn’t delete and once I got rid of them and tested the report it printed data that was filtered by the hard dates I added.

The hard dates in the the subreport object’s properties? Now set them to use the expression =First(....) Not sure if you nbeed the BAQReportParameter.Date or the .Option field in there.

1 Like

Its working! I now have it assigned and filtering according to =First(Fields!Date03.Value, “BAQReportParameter”)! My whole issue was not passing my parameters the way I should have and making things more convoluted than necessary.

Thanks so much @ckrusen, @cfinley and @josecgomez for your help! I have been stuck for quite sometime on this issue!

2 Likes