cancel
Showing results for 
Search instead for 
Did you mean: 

Modify the section names in customized manner

0 Kudos

Hi ,

I have a WebI Report (BO XI 3.1) where I have created sections in it. I want to rename each section and have different names for each section. When I tried to rename it, all the section names were changing synchronously. Is there a way that I can have different names for each section??

Please help me with this.

Thanks,

Hari

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi guys,

Thank you very much for your reply and solutions. That worked like charm and I got the output I need. I have additionally took the function help("More on this function") in the formula editor window.

I appreciate your time.
Thanks,
Hari

Answers (2)

Answers (2)

arvind_shukla4
Active Participant
0 Kudos

Hi Harry,

Suppose you are using  Object "OBJ" in section then put this formula in section cell:

=If [OBJ] = "CurrentValue1" Then "ReplacedValue1" Elseif [OBJ] = "CurrentValue2"

Then "ReplacedValue2" Else ""ReplacedValue3"

Thanks

Arvind Shukla

Former Member
0 Kudos

Use IF Logic:

=If [Section Name] = "xyz" Then "ABC  " Else "HHH"