Add the Word Document to the dashboard

Hi Experts,

I have to build a dashboard containing a Word document. This Word document is updated frequently by business users.

I use 'Link and Image' in the dashboard after loading the Word document in the directory of resources. The URL of the link looks to ' / analytics/res/Help_Tips_Basic.doc'.

The disadvantage of this approach is that whenever changes to the document, the professional user should ask the system administrator to download the document on the Unix server.

The ideal approach would be that the professional user can download the Word Document in the catalog. However I can't get the link right. I use OBIEE 11.1.1.5.

Any suggestions?

Thank you very much

Shi-ning

Just upload your Word, excel, pdf, txt, etc. in webcatalogs (catalog of Download Manager - via presentation services then)
then call using downloadFile & path
ex: http://localhost:9704/analytics/saw.dll?downloadFile&path=text.pdf

Note:
If any sapce b & w the path of the folder to use %20 in the url of tha
If / in the path use % 2F in this 100% URL it will work

Visit this link
http://total-bi.com/2011/02/external-files-OBIEE-dashboard/

If brand pls help

Published by: VIEREN Srini December 3, 2012 16:09

Tags: Business Intelligence

Similar Questions

  • Automatically add word documents to the list of OPM of word documents

    Is it possible that you can paste a new word document in the rules folder in the project folder and OPA will automatically add it to the Project Explorer or do you add manually new files every time?

    I want to have a request to create a partially formatted word template to the OPM project and the project include construction and be available for editing without adding this document.

    For any help or suggestion would be appreciated.


    Thank you

    It of a hacky Darren solution... and would not be supported to a PoV of product but... If you want, you can write a script custom/some code that could directly edit the file .xproj and add new references to document in the file xml xproj

  • Dashboards show the link to microsoft word document

    Hello

    In a dashboard is it possible to display a link to word document, so that once we click on this document, it should open the document.

    Thanks in advance.

    Place the image file in this folder:
    .. \OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\
    or in a subfolder of that folder.

    Once completed, you can use this image file in your HTML page.

    Kind regards
    Stijn

  • How can I add a Word to the lexicon? that is, how to stop my e-mail name AutoCorrect?

    How can I add a Word to the lexicon? that is, how to stop my e-mail name AutoCorrect?

    Greetings bonbog,

    You can add words to the spelling on your Mac dictionary. See this help page - check spelling and Grammar - Help Mac

    Specifically -.

    • Add words to the spelling dictionary: Control-click on a Word, then choose memorize spelling. The Word will not be marked as spelled in any document. To have the word marked as wrong spelled once again, the control key in a document, then choose unlearn spelling.

    Thank you for using communities of Apple Support.

    Be well.

  • Add the legend to the image of MS Word using activex

    I used LabVIEW to add an image to a bookmark in a Word document. Now I'm trying to add a caption to this image, but to have no chance. I get errors on my InsertCaption method - is "error-2146824090 occurred with the Exception has occurred in Microsoft Word: failed command" or Type mismatch, according to the settings that I use.

    I browsed this forum and others, but can only find solutions for those who have the report generation toolkit, I did not.

    Code is attached. Any ideas?

    Justin

    You must set your label before using it with the caption Insert method. You can change your VI as in attached photo to add the label you want to use for the CaptionLabels collection. You will be able to use it.

    Ben64

  • How to add the pdf option in my Hp solution center when I scan a document

    I have a Hpdeskjet F4235 printer, after a pc repair, that I needed to uninstall my printer and software included. I just reinstalled their album and I have a problem with the (version 11.0) hp Solution Center.

    When I scan a document I have a list of file type that I could use, but the PDF is not available here are the only choices given to me, bmp, tif, jpeg, gif, png, pcx or fpx. How could I add the pdf in the list? Thanks for your help!

    Well you have installed the full features software (or components)?

    The options you mentioned are made available when you click "Scan Picture". So double check if you are clicking the button "scan a Document.

    If this does not help,

    Insert the Cd and then double click left on it, when you do this, you should have an option called 'Install more software'. Please click on that then select "OCR" and install it.

    OCR is a component of software needed to be able to scan to word and pdf file types.

  • Word document not on the window when I click on 'new', while displaying the file

    I display the contents of a folder. I want to create a new doc 'Word' in this folder. I right click on the folder on the left lower corner of the window, then click 'new '. It does not display "Word document" option. How can I add this in the option "new"?

    One of the simplest ways is to repair your installation of Word.  Perform the following steps:

    1. Go to control panel and select programs and features
    2. In the list, find Microsoft Office and choose 'Edit' and then 'fix '.
  • Word document and clearing the Blackberry browser cache automatically

    I hope that is clear enough, let me give you general information.

    I developed an application of launchpad for launching the BB browser and it points to a Web site on the intranet that allows end-users to access a word document.

    The end users have access to this document periodically throughout the day to see it has updated content.

    The content of this document is updated regularly throughout the day, a problem arises, however, as the browser cache a copy of this document once it is loaded at the start and can be only manually clear the cache of the browser via the OPTIONS > DELETE the BROWSING DATA > now CLEAR will allow the end user see the updated document to update. This aspect should be done whenever the user wants to see the document, which is unacceptable.

    I realize account by using a word document is not an optimal solution, but under certain constraints, it was the only option available at the moment, which brings me to my question.

    Y at - it no practical way, whether programmatically, through BES settings or programmatically so that the browser delete it has cached content automatically?

    All of these options are excluded, are there no known method to simulate clicks, or control on a BB, be internally via the BB API or even 3 options part where this might be film script in the app to ban? (think windows GUI automation similar to AutoIt or something in that sense).

    Basically, I need a solution where the end user will not need to go into the options and delete the data itself, I realize this is the simple answer to this problem, but there are reasons why this isn't an option.

    I searched the forums here, but also google extensively and found previously that similar surveys were not happy with the results, I hope the further development or even 3rd party solutions may have been raised for this problem.

    Any input would be much appreciated.

    Hi @GSPSDev,

    On the first issue, caching is done based on the URL instead of emptying the cache, all you have to do is add a timestamp to the URL query string and the browser does not load the document from the cache. For example: If your original URL is: http://foo.bar/a.doc, then each time your shipment a request, send it to: http://foo.bar/a.doc?t=%timestamp% (timestamp is simply the value of System.currentTimeInMillis ()).

    On the second issue, the BB API allows you to simulate clicks of the user using the EventInjector:

    http://www.BlackBerry.com/developers/docs/5.0.0api/NET/rim/device/API/system/EventInjector.html

    Hope that helps,

    E.

  • New Pavilion g - Word documents want to print to the HP Photosmart C4795 printer, with or without wire

    LV860UA #ABA Prod

    Windows 7 64 - bit

    No errow message adds the new computer and HP Photosmart C4795 wireless printing. Microsoft Word documents that print, but Excel and Power Point will print. Help

    It's strange. I recommend that you uninstall the software completely. Reinstall the complete and updated software in place the wireless again.

    Best regards
    ERICO

  • How can I create an output to view a document that has a FAKE parent and no child. The parent does not appear on HTML5 output. I want the parent to display a word document.

    RoboHelp 2015: How to display a document that has a parent pon OCD and no children. LLA parent does not appear on HTML5 output. I want to display a word document that contains hyperlinks.

    I'm not clear on what opening a Word with TOC document is in. Most browsers will not allow a document Word are open and will require the user to download, is that what you want?

    Perhaps could you make the problem more clear and perhaps add a screenshot to help.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • You attempt to add a word at the end of a link tag to the site level

    I try to add a word before closing qoute in all links to the site level. Any way to do it without each link on all pages separately?

    I tested on a single page, so I'm confident, that it will do what you want, but before you continue, you must make a backup of your site in case something goes wrong.

    1. Open the find and Replace dialog box (Edit menu or Ctrl + F / Cmd + F).
    2. The value "search in", "current Document".
    3. The value of "seeking to"Source Code".
    4. In the 'Search' field, add the following regular expression:
      (
    5. In the field "Replace" add the following line (replace "NewText" with the text you want to add to each link):
      $1new_text$2
      
    6. Select the checkbox "use regular expression.
    7. Test that it works by clicking on find followed next to replace.
    8. If you are happy that it works as expected, change ' search in ' to "Entire current Local Site" and click "replace all".

    Dreamweaver warns you that you cannot undo the changes in pages that are not currently open. If you are satisfied, click OK, and the change will be at all the links.

  • is it possible to add a word at the end of a line?

    Hi, I'm looking for a way to automatically add a word at the end of a certain style of paragraphs?

    is it possible to do it using a script?

    I'm script, but if someone could find me a way to do this would be really appreciated.

    Here is an example of what I need to do:

    I have the X paragraph style in a document of current book, and I need to edit the book and add the source of the copyright at the end of each line that has X style him

    so I need something that wonder

    1. the targeted paragraph style
    2. What word I want to add to it and then apply it rigorous document.

    Thanks in advance

    You don't need a script for this, you can use a Grep search/replace.

    Search: (.) $

    and set your paragraph style in the format of find

    Change: $1XYZ

    where XYZ is the text you want to insert.

    Peter

  • Add the already existing Word variation entry in the index

    Dear common wisdom:

    Hello!

    I got a clue and want to add a variation of a word already in the index and that InDesign can use these two words in the index listing, not as a list of void.

    For simplicity, say that I was the forms of the singular and the plural of the word stand together under the same heading.

    How can I do this?

    Thank you!

    CJ

    The index entry that you insert in the dialog box is one that gets listed in the final. If you have 'index' and 'clues' and you add the entry to the 'clues', ID displays the dialog box, add an entry to this word. Change to 'index', and ID which will be used instead.

    (In fact, the word selected or the expression in the dialog box is simply a practical method. You can also change the text of 'wow' - ee, to have that appear in the index. ('Enter' has nothing to do with the 'real' text in your document - which is kind of pain if make you corrections and wait for the index to follow automatically.)

  • What is the best way to work with Word documents in The InDesign CS4?

    I work in Microsoft Word 2007 and all my documents have.doc format.

    What is the best way to work with Word documents in InDesign CS4?

    David Blatner says to avoid copying and pasting text from Word instead of placing (Ctrl + D).

    How to paste RTF or text Document?

    I want to do a book layout in ID CS4 and its main feature is that there is the left page with the text and the right - with graphics.

    So, if I understand correctly place the text on each page I create for example 70 Word documents and place each element on 70 pages left?

    He loks like wasting time. I have supplements another way to make such provision?  What kind?

    It is best to place any text.

    You can have all your text in a single file and debit allows you to add text, images and pages as necessary block (hold down the SHIFT key when you click the loaded text cursor), but it is somewhat atypical for the thread on one side of the spread in the perspective of automatic flow, so you don't have to set up properly.

    It is a case where a block of text that you type will work to your advantage. On your master page, add a text block to the left page, but not to the right (or at least not donned one to the right - for another project you can actually two threads of independent text). Hold the cursor of the load on a frame on the left side of a page document and auto-flux. ID will add new spreads as needed, but only to put the text on the left side.

    Peter

  • Export text in the word document

    Hello
    I have a projector that generates a report of the user at the end of a section of questions and answers. Currently, the report is saved in plain text format. The customer wants to add a text formatting (bold text and color) and join the file to open it in Word when double-clicked.

    Does anyone know of a way to save the text of a member of the cast as a Word document?

    Thank you
    Deryck

    frashjiveturkey wrote:
    > Does anyone know of a way to save the text of a member of the cast as a Word
    > document?

    Use rtf or html put in shape and give it knows what an extension .doc - Word
    do with it.

    You can get the rtf or html of a member of text file using member("whatever").rtf or
    Member("whatever").html - put in a variable and save it with a xtra
    fileIO, propSave or buddyFile.

    I did not have the last Director, so I don't know what the implications of
    Unicode will be.

    Andrew

Maybe you are looking for

  • If I create a second account (different) Zotero on the same PC, how can I configure it's empty without destroying all the records in the other account?

    I have long had a Zotero account and it works fine. I recently merged in a group with a few other people into account; We share the same set of references. Now I want to set up a personal account for different purposes, perhaps becoming a different g

  • How to connect with the Skype name?

    I used Skype on other PCs. I try to sign in to Skype on a new computer. I can't find the place where or how enter my Skype name to open a session? How do connect me with my Skype name?

  • Deskjet 832 C: printer

    My 832C printer has worked fine until what I've upgraded to Windows 10 and maybe it's just a coincidence.  It prints well, but I heard a terrible cry, a few seconds after the last page has printed while something is set to zero.  Anyone know what it

  • WPA - PSK connection problem

    My new HP mini can connect to my router, if she has no protection.  When I got to the shelter with WPA - PSK and I put the password and everything, my mini HP cannot connect.  All parameters are good, so I don't know what could be the problem...  The

  • AutoPlay dead

    AutoPlay does not This is a public forum so never post private information such as numbers of mail or telephone! IDEAAS: You have problems with programs Error messages Recent changes to your computer What you have already tried to solve the problem