I’m trying to add a header to a WEBI report that is indicative of what one of the columns is filtered on. So that when the report is PDF’d, the header shows what the report represents (what it’s being filtered by). For example, if I have a report where one of the columns is a “State”, then as it is filtered by “Nebraska”, then that is illustrated at the top of the report so that when it’s PDF’d out, the recipient knows what state the report is for.
Try adding a table to the header section of the report, add as many table footers as you need and then, in those footer cells, write your lables and use ReportFilter([STATE]) to give you the filter values.
Alternatively, you can concatenate labels and ReportFilter() output.
=ReportFilterSummary([Report Name]). It wants to to tell you which block it’s on "Filter on Block 1: " so you might need to clean it up with something like: