cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically change the report header with tab name

former_member336382
Participant
0 Kudos

Hello,

We have a below requirement . Can anyone please let us know if this is possible in webi

Report Name : Supply Change

Report Title : this changes as the tab name

This report consist of two tabs : XYZ and ABC

So as i change the tab name can the report title change to Supply ABC

OR we have to manually change the title

Accepted Solutions (1)

Accepted Solutions (1)

nscheaffer
Active Contributor
0 Kudos

The ReportName() function is what you want to use. You could use it on its own as...

=ReportName()

Or you could combine it with some text like this...

="Supply " + ReportName()

Noel

former_member336382
Participant
0 Kudos

This works!

Thanks,

Hetal

Answers (0)