Column format HTML not available

Hi
I have configured different user roles in Obiee 11.
As administrator I can change the column format of a text column to html.
My users can't select any of the html options (just "plain text" and "plain text (don't break spaces)".
I gave them the following privileges and restarted the server:
- Save Actions containing embedded HTML
- Save Content with HTML Markup
- Access HtmlViewService Service
What could I be missing?
Thank you
Regards

910861 wrote:
What I observed if I grant access to a group to which my user belongs on the item "Save system-wide column Formats" - User can see all the data formats.
But having this option enabled for the users is risky,dangerous and unacceptable.
Hiding this ((Save System-Wide Format)option from the front end ( After saving the system wide changes IF IN CASE REQUIRED) can be a topic of research.
Thanks.+1

Similar Messages

  • Include "templates/ztomplarf/98/alv_0.html" not available.

    With ITSmobile I try to implement an ALV Grid on the dynpro in a Custom Container, and the error in st22 is:
    Template "templates/ztomplarf/98/zrfq_alvstock_200.html" contains syntax errors
    and therefore could not be compiled.
    Cause of error:Include "templates/ztomplarf/98/alv_0.html" not available.
    The syntax error is in row: 112, column: 103
    The incorrect HTMLB line is:
    " `include(~service="ztomplarf", ~theme="98", ~name="alv_grid.html");"
    Thanks and regards.

    Hello Javier,
    You probably need to regenerate your service, please see SAP help:
    http://help.sap.com/saphelp_nw70/helpdata/en/46/668d4b72255de4e10000000a1553f6/frameset.htm
    for details.
    You could also test with ~generatedynpro 1 to see if the ALV grid is even there in your service, but you should have a template for it.  If your service still does not work then you will need to debug. 
    Edgar

  • The specified data format is not available when I paste

    When I try to copy a jpg image from Firefox21 and try to paste into a graphic software program,
    I get a message:
    "the specified date format is not available"
    It works ok with text,
    It also works fine in IE8, which I prefer not to use anymore.
    I use WinXP Pro 3
    any ideas???

    I assume you are using right-click > Copy Image ?
    Does this problem occur with all images or is it limited to particular sites?
    If you try Save Image As instead, and then open the image, is it a valid image file?

  • Content format is not available

    Hi,
    When I am trying to watch any programme, live or on catch up on my phone I keep getting an error saying "aa technical error occurred. The content format is not available".
    does anyone know what this is or how to fix it?
    Thanks.

    Hi  I had same issue on my Samsung mobile phone, I have uninstalled the SkyGo app and reinstalled it, all working fine now.  Hope this helps. Cheers

  • CFGRID format=HTML not working in IE8

    I'm using Cold Fusion 10 and trying a cfgrid and it does not work in IE8.  It works perfectly in FF, of course. :-).
    It IS within a Cfform in my .cfm file.  Even when I take it down to it's simplest form to try to debug it doesn't work, but here is my original code:
    <cfgrid name = "FirstGrid"
            height="200" width="700"
            font="arial" fontsize="12"
            query = "Getdates"
            SORT="Yes"
            selectmode="edit"
            format="html"
            >
            <CFGRIDCOLUMN NAME="anumber" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="No" DISPLAY="No"
            HEADERBOLD="No" HEADERITALIC="No">
        <CFGRIDCOLUMN NAME="schoolyear" HEADER="School Year"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="Yes" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="Yes">
        <CFGRIDCOLUMN NAME="doh" HEADER="Date of Hire"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="No" type="date">
        <CFGRIDCOLUMN NAME="leavedate" HEADER="Leave Date"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            FONT="Times" BOLD="No"
            ITALIC="No" SELECT="Yes"
            DISPLAY="Yes" HEADERBOLD="No"
            HEADERITALIC="No">
        <CFGRIDCOLUMN NAME="Returnfromleavedate" HEADER="Return From Leave Date"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="No">
        <CFGRIDCOLUMN NAME="terminatedresignedretireddate" HEADER="Terminated/Resigned/Retired"
            HEADERALIGN="LEFT" DATAALIGN="LEFT"
            BOLD="No" ITALIC="No"
            SELECT="Yes" DISPLAY="Yes"
            HEADERBOLD="No" HEADERITALIC="No">
        </cfgrid>
    Thanks for any help!
    B.

    Sorry, I should have used the code tags. Let me ask that again.
    I have HTML formatted data stored in VARCHAR2 columns on the database for which I am using a stylesheet to format into XSL-FO to resolve the HTML tags. For example, my data template populates a field PARAGRAPH_TEXT with content such as
    <b>some bold text</b>and I am using
    <xsl:apply-templates select="PARAGRAPH_TEXT"/>in my RTF template to process the data using the stylesheet to convert it to
    <fo:inline font-weight="bold">some bold text</fo:inline>The HTML tags are corrrectly resolved when using the BI Publisher Word add-in and the output is correctly rendered in bold text but this does not happen when running on the server in an E-Business Suite environment due to the HTML tags in the output XML being generated as e.g. &lt;b&gt; instead of <b>. Has anybody experienced this and, more importantly, can anybody suggest a way of getting e.g. <b> in the XML instead of &lt;b&gt;

  • View as HTML not available

    I am having a strange problem. I had installed mail for Exchange 3.0 on my 5800XM couple of months back. For last couple of days the option of viewing the email in HTML mode is not available under options. The option comes back if I reinstall Mail for Exchange from Ovi store but goes away after any reboot.. The software version that I am using is 3.00(73)
    Any suggestions from the gurus.

    In TCODE WE60, Goto--> UserSetting...
    Enable the checkboxes for documentation & other params... You will get what you needed..
    -Siva Maranani

  • Format HTML not working

    I have HTML formatted data stored in VARCHAR2 columns on the database for which I am using a stylesheet to format into XSL-FO to resolve the HTML tags. For example, my data template populates a field PARAGRAPH_TEXT with content such as
    <b>some bold text</b>
    and I am using
    <xsl:apply-templates select="PARAGRAPH_TEXT"/>
    in my RTF template to process the data using the stylesheet to convert it to
    <fo:inline font-weight="bold">some bold text</fo:inline>.
    The HTML tags are corrrectly resolved using the BI Publisher Word add-in and the output is correctly rendered in bold text but this does not happen when running on the server in an E-Business Suite environment due to HTML tags in the output XML being generated as &lt;b&gt; instead of <b>. Has anybody experienced this and, more importantly, can anybody suggest a way of getting <b> in the XML instead of &lt;b&gt;.

    Sorry, I should have used the code tags. Let me ask that again.
    I have HTML formatted data stored in VARCHAR2 columns on the database for which I am using a stylesheet to format into XSL-FO to resolve the HTML tags. For example, my data template populates a field PARAGRAPH_TEXT with content such as
    <b>some bold text</b>and I am using
    <xsl:apply-templates select="PARAGRAPH_TEXT"/>in my RTF template to process the data using the stylesheet to convert it to
    <fo:inline font-weight="bold">some bold text</fo:inline>The HTML tags are corrrectly resolved when using the BI Publisher Word add-in and the output is correctly rendered in bold text but this does not happen when running on the server in an E-Business Suite environment due to the HTML tags in the output XML being generated as e.g. &lt;b&gt; instead of <b>. Has anybody experienced this and, more importantly, can anybody suggest a way of getting e.g. <b> in the XML instead of &lt;b&gt;

  • Custom column added is not available for Calendar list view in SharePoint 2010

    I created a custome column "Breakline" in a custom content type 'SM event", and applied the content type to a Calendar.
    The column is listed under the content type "SM event" but it is not listed when I tried to modify the view using the "Breakline" column.
    Does anyone know why?

    I set "Breakline" hidden because I don't want to show this in create new item form. 
    I realized that may be the reason. So changed the column to Optional in CT and created a new calendar using that CT. then at list level CT I changed it to Hidden.  That works.   The column is available for use when modifying view.
    Thanks

  • Formatting icons not available for Constant Contact email templates - just blank images appear

    Hello:
    My Firefox 3.6 doesn't allow me to see the icons in aWeber or Constant Contact. These are icons that I need to see when formatting an email in a template. The same thing happens in aweber. Constant Contact says it is a Firefox problem. I do not have any add-ons added.
    Thank you,
    Susan

    I use WordPress with TinyMCE modifications to make sure HTML code is written correctly. Emails are not coded the same way as web pages. Also, I use str_replace and preg_replace within the template to make sure the editor won't have any code that I do not want, for example I take <p align="center">...</p> and replace them with <center>...</center>, and some other modifications that I find fitting due to HTML Email code reqs. If you're not sure how to buffer, find and replace content in WordPress, you could also use a WordPress plugin - Real-Time Find and Replace I believe it's called. I just have many templates so I need custom replacing, this plugin does it for every page. I also installed one of the Multiple Blocks plugins that create multiple blocks within your Page/Post. With that you can create as many editable fields as you need. I send emails manually, but I came accross the code once that actually will allow you to submit your content within the same page, I dont have the link, I found it googling HTML emails and wordpress. You may also look into PHPList emailing software (free) in addition to this. You can plug the final HTML code your browser produces into there and then email it out using their emailing system, since you get more control over your lists and so on. If not I guess you could implement one of the custom fields in WordPress as a email list.

  • Download Formats: XLS Not Available

    I am trying to find out why download to XLS would not be available on my APEX instance for IRs. There's CSV, HTML, Email and PDF, but no XLS. I did not find the answer in the guides... Please help. Thanks.

    Hi,
    You need have advanced print server.
    And in instance settings set attribute Printer Server to Advanced (requires Oracle BI Publisher)
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21678/adm_mg_service_set.htm#sthref273
    >
    Advanced (requires Oracle BI Publisher) - This option requires a valid license of Oracle BI Publisher (also known as Oracle XML Publisher). Advanced Support provides you with all the capabilities of the Standard setting plus the ability to define RTF-based report layouts developed using the BI Publisher Word Template Builder.
    >
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • IPhoto 11 - Mat format is not available for a 4 photo page

    When adding new pages or modifying existing pages in an IPhoto book, there is no option for "Matting" a four picture spread.
    Also, just for drill, the conversion from IPhoto 9 to IPhoto 11 did a poor job of converting books.

    It is a Layout/Template and the problem is that the matting template is available for 1, 2, 3 and 6 pictures per page but not for 4 pictures per page. Again, it was available with IPhoto 8 and 9. Sure looks like it was simply a mistake with IPhoto 11.
    Wish I knew hope to attach a sample but I am a fairly new Mac user and not familiar with some of these basics.

  • Custom Text Format not available

    Hi,
    I'm trying to specify a column (text datatype) in a report as a hyperlink, but when I navigate to the column properties screen and check the "Overide default data format" box, I only have the two "Plain Text" options in the drop down list. This is driving me crazy as I know I should be able to select HTML, hyperlink, etc, but for some reason they're not present...
    Is there any reason why they may have become unavailable?
    Many thanks,
    Andy

    Turns out the answer is fairly straightforward, though reasonably well hidden...
    metalink3 note 739736.1 gives the answer:
    "Customer wants to set the data format of a column to HTML or hyperlink. To do this they need the privilege "Save System-Wide Column Formats".
    When they don't have this privilege, they are only able to set the data format to "plain text".
    This is the current behaviour of the application and there is no workaround."
    Lo and behold, changing the privilege sorted all the format options...

  • Problem in converting word to html- file get error msg 'This command is not available because no document is open'

    Hi,
    I write the some asp code to save the word file from client machine to server machine , and convert it into the html file.
    it working fine when i debug the code into the visual studio but when i deploy code on iis it give me a error 'This command is not available because no document is open' , while i try to save file into html format.
    lot of time i try this give all the security full access to iis user and other things .
    can any one help me. i fully frustrated from this problem. 
    my need only upload the word document from client to server machine and convert it into the word document. 
    only IIS give me the problem, suggest me what setting i need to do in iis 
    please help me humble request 

    Hi,
    In this forum we mainly discuss questions about Office client questions and feedbacks, issues related to coding are not supported here.
    Based on the description, although the question is about converting Word documents, it's more likely to be a permission issue, the question is better to be posted in the IIS.NET forum:
    http://forums.iis.net/
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • PDF export for  columns formatted as HTML

    Hello,
    I've created a report having some columns formatted as HTML .
    in the PDF file exported from BI Answers dashboard, HTML tags are shown instead of formatted value.
    (for example : "div style="width:100%;background-color:#FF3300">89.12%</div" instead of 89.92%)
    Any ideas how to fix this ?
    BI version : 10.1.3.3.3
    Thank you.

    Hi dragosv,
    I've also encountered similar problems to that. The OBIEE process does not first evaluate the code before it exports to other tools like PDF and Excel.
    Here are two options:
    1) Submit an SR to Oracle and have them declare it a bug
    2) Print to HTML first, then print the HTML to PDF. It adds a step but at least you can download your document the way you want.
    Best regards,
    -Joe

  • ICloud you have the ability to NOT format phone numbers of contacts; this ability is not available on the contacts of iPhone. If I set-up a phone number in iCloud with NO parenthesis, ex. 123- 456-7899, then this format should be available on the iPhone

    In iCloud you have the ability to NOT format phone numbers of contacts; this ability is not available on the contacts of iPhone. If I set-up a phone number in iCloud with NO parenthesis, ex. 123- 456-7899, then this format should be available on the iPhone contact.

    That is correct is doesn't. Standardized formatting of phone numbers in the iOS app is more important because it supports contact from a variety of locations (gmail, hotmail, etc.). iCloud doesn't (not directly).

Maybe you are looking for

  • I can't find Muse installed

    I'm a CC subscriber from CS6, all work well, I have installed CS5, CS6 and now I installed CC. I have Windows 7 64 bit. All the program from three group work well, I haven't tried all of the CC programs, but most of them are ok. In the CC manager I c

  • K7N2G-L & 9800Pro Problem

    I've done a search and found no helpful information. I'm having a lot of lock ups and I've replaced almost everything in my rig: 2500+ 2x256 pny 2700ddr ati 9800pro sb audigy antec 400w ps maxtor 120gb drive I've even tried lowering all of the timing

  • How to copy a shape into same layer as original

    In Elements 11 each time I copy a shape the pasted copy appears in a new layer. I would like to have the pasted copy stay in the same layer as the original shape. How do?

  • Wrong language of wording inside Letterpress Cards

    Has anyone else had an issue with the wrong language being presented on the wording inside Letterpress Cards? I have my computer set to English, with the store as Canada. The outside of the cards are fine, and the the instructions on the inside are f

  • Getting OUI 25031 while installing Oracle 11gR1

    Getting error below while installing oracle Configuration assistant "Oracle Database Configuration Assistant" failed The "/u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped