cancel
Showing results for 
Search instead for 
Did you mean: 

Why after upgrade support package the report title different ??

former_member187400
Active Contributor
0 Kudos

Hi All,

Could you kindly help me please ?

After we update support package to 20 from 15, we have problem in report title and background header of table data/grid report.

Before we upgrade it, the title size is bigger and the color is white and also for the background header of table data/grid report is grey, but now have no color/transparent.

I'm still checking BW Style sheet in MIME Repository

or does any one of you have the same problem before and how did you solve it ?

Thanks before.

Best regards,

Daniel N..

Accepted Solutions (1)

Accepted Solutions (1)

former_member187400
Active Contributor
0 Kudos

Hi All, ,

I've checked to the HTML Code within WAD. Both WAD in SP15 and SP20 are same. But somehow, after running WAD SP20, I get the incorrect format

e.g. for text element, the color supposed to be white, and strong. But it's black and not strong.


<tr >
    <td valign="middle" nowrap="nowrap" width="550" >
        <font face="Arial" color="white" size="3" >
            <strong >
                <bi:TEXT_ITEM name="TEXT_ITEM_H1" designheight="20" designwidth="122" >
                    <bi:WIDTH value="122" />
                    <bi:TEXT_BINDING type="CHOICE" value="GENERIC_TEXT_BINDING" >
                        <bi:GENERIC_TEXT_BINDING type="COMPOSITE" >
                            <bi:DATA_PROVIDER_REF value="DP_1" />
                            <bi:GENERIC_TEXT_ELEMENT value="QUERY_DESCRIPTION" />
                        </bi:GENERIC_TEXT_BINDING>
                    </bi:TEXT_BINDING>
                    <bi:HEIGHT value="20" />
                    <bi:RENDER_AS_TEXT value="X" />
                </bi:TEXT_ITEM>
            </strong>
        </font>
    </td>
</tr>
<tr >
    <td />
</tr>

Eventhough it says

 <font face="Arial" color="white" size="3">  

, but it still shows black text, and for the

  <strong> 

, it still shows not strong.

How do I figure out this case and where do I have to check out? Have you all had the same case before like this ?

Do you all have any suggestion on this case ?

Really need your guidances all.

Thanks a lot .

Best regards,

Daniel.

former_member184494
Active Contributor
0 Kudos

Niel,

Execute the template and then do a view source on the output and see what the output is....

former_member187400
Active Contributor
0 Kudos

Hi Arun,,

Thanks a lot for your help and response.

I've already done what you suggest me.

And there is difference between them:

And the difference is located in :

 <span class="urTxtStd"> 

The system that has Incorrect report view, has that code.

But if I go to the web-template and see the HTML code there is no difference (the code i've posted in my previous post) :

Do you know where the location is that I can modify the class / TEXT ELEMENT / TEXT ITEM object, so that I can get rid of this code :

 <span class="urTxtStd"> 

??

Or what do I have to do to remove it ?

Really need your guidance.

Thanks a lot.

Best regards,

Daniel N.

Former Member
0 Kudos

Hi Daniel,

We have the same issue here after patching our BI-JAVA up to sp20p30.

It looks like it affect Info Fields only.

Did you find a fix to the issue ?

Thanks,

Patrice

Answers (0)