Dear all,
We have setup Alerting to display Exception icons based on Exceptions in the BEx queries (followingHow to show status icons for BEx Exceptions in Design Studio)
The Exception icons are displayed as expected when designing and when executing locally, see this screenshot :
However, when I execute the Analysis Application on the BI Platform (so in BI Launch Pad), the exception icons are not displayed, see this screenshot :
In our css we have :
.sapzencrosstab-DataCellDefault.sapzencrosstab-DataCellAlternating{
background-color:#FFFFFF !important;
}
.sapzencrosstab-DataCellDefault{
background-color:#F9F9F9 !important;
}
.sapzencrosstab-DataCellAlert1Background, .sapzencrosstab-HeaderCellAlert1Background
{
color:rgba(0,0,0,0.0);
background-image: url('/aad/resources/~1399838692937~/sap/zen/crosstab/themes/sap_platinum/img/exceptions/status_1.gif') !important;
background-repeat:no-repeat !important;
background-position:center top !important;
}
.sapzencrosstab-DataCellAlert4Background, .sapzencrosstab-HeaderCellAlert4Background
{
color:rgba(0,0,0,0.0);
background-image: url('/aad/resources/~1399838692937~/sap/zen/crosstab/themes/sap_platinum/img/exceptions/status_4.gif') !important;
background-repeat:no-repeat !important;
background-position:center top !important;
}
.sapzencrosstab-DataCellAlert9Background, .sapzencrosstab-HeaderCellAlert9Background
{
color:rgba(0,0,0,0.0);
background-image: url('/aad/resources/~1399838692937~/sap/zen/crosstab/themes/sap_platinum/img/exceptions/status_9.gif') !important;
background-repeat:no-repeat !important;
background-position:center top !important;
}
Do we have to change the location of the background-image url, pointing to a Public Folder ? Where can we find the .gif files ? I do not find them on my pc.
Many thanks
Hans