I assume those fields come from your dashboard grid?
You will want to create an EpiDataView from the dashboard grid(s) that you’ll be pulling from
Example:
EpiDataViews:
Next, you’ll want to pull values from the grid based on which row the dataview has selected
You now have variables that pulled values from the dataview.
I’m not entirely sure how to pass those variables into a BAQ Report, but I’m sure there’s a way. I just haven’t done it so I won’t have any examples.
You might find some good examples of what the data might look like here:
I assume you’ll be calling the BAQ report from a DynamicReport adapter?