Is there a way to add table or BAQ to a BAQ Report

If you use the Create SSRS Report from Actions in Report Style it should use the Template File which comes with code that lets you grab the Criteria. It looks like this:

=Code.GetCriteriaPromptValue(First(Fields!UserCriteria.Value, "RptParameter"),"SYEAR")
3 Likes