Apptio for All

Apptio for All

A place for Apptio product users to learn, connect, share and grow together.

 View Only
  • 1.  HTML special character question

    Posted Tue July 24, 2018 03:23 PM

    I'm using the following HTML code in a custom report:

     

    <span><span style="font-size: 300pt; font-family:'Helvetica Neue';color:black">&#91</span>

     

    This displays the bracket fine when I'm in edit mode, but when I save I see

     

    (XSS_FILTERED)

     

    Can anyone assist with a different HTML code, or if Apptio support this?

    Thank you,

    Audrey Mitch


    #ApptioforAll


  • 2.  Re: HTML special character question

    Posted Wed July 25, 2018 10:18 AM

    The HTML special character code seems to be removed by Apptio's code parser.

     

    Similar but works:

    <span style="
    font-size: 300pt;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:black">
    [
    </span>

    #ApptioforAll


  • 3.  Re: HTML special character question

    Posted Wed July 25, 2018 10:37 AM
      |   view attached

    Chris,

     

    Thank you for this!

    One last questions, I updated the html code with “blue” for black, didn’t change color.

    Suggestion?

     

    Best,

    Audrey


    #ApptioforAll


  • 4.  Re: HTML special character question

    Posted Wed July 25, 2018 10:45 AM

    This worked for me:

     

    <span style="
    font-size: 300pt;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:blue">
    [
    </span>

     

    ...if you still see black color, perhaps post your code?


    #ApptioforAll


  • 5.  Re: HTML special character question

    Posted Wed July 25, 2018 10:53 AM
      |   view attached

    Thank you!


    #ApptioforAll


  • 6.  Re: HTML special character question

    Posted Wed July 25, 2018 02:59 PM

    @Audrey Mitch I am moving your question to the Apptio Community home for more visibility if others have the same question.


    #ApptioforAll