cancel
Showing results for 
Search instead for 
Did you mean: 

Customization of Blank Cell in Webi report for Mobile (iOS) Display

Former Member
0 Kudos

Hi All,

My Enviornment is BOE 4.0 SP04.

I have developed a webi report that displays in an iPad. In that webi report, I have a blank cell that displays text as well as current date in it and 3 graphs.

I followed the procedure for configuring the blank cells of a webi report in Administrator and Report Designer's guide for SAP BO Mobile for iOS 4.4.18.

It supposed to display in the blank cell as shown in below figure.

To acheive this i wrote a formula in blank cell as  ="Daily Sales and Order Summary for "+Max([Daily Sales].[Invoice Date]).

But after following the configuration procedure mentioned in the report designer guide for blank cell, it is displaying as

I configured as below

<a href="laction://cell?attachedto='"Block1'&valign='top'&halign='left'">="Daily Order Summary for "+Max([Daily Sales].[Invoice Date])</a>

Also changed the blank cell read content as to hyperlink.

How can i concatenate and show the text and formula both in a single cell in hyperlink?

Any help highly appreciated.

Regards

Ram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

adjust your formula to read the correct parts as Text, e.g.:

="<a href=laction://cell?attachedto='Block1'&valign='top'&halign='left'>"+"Daily Order Summary for "+Max([Invoice Date])+"</a>"

Best regards,

Victor

Former Member
0 Kudos

Hi Victor,

Thank you victor. Its working fine now.

Thanx alot.

Regards

Ram

Answers (0)