Is it possible to create a hyperlink in ERP report output

Is it possible to create a hyperlink in ERP report output connecting it to an outside application?
Regards
Sridhar

user11996389 wrote:
Is it possible to create a hyperlink in ERP report output connecting it to an outside application?It is possible for certain types of reports (not text):
http://docs.oracle.com/cd/B25516_18/current/acrobat/115xdoug.zip (Page 2-50, Hyperlinks)
http://docs.oracle.com/cd/E10415_01/doc/bi.1013/e12187/T421739T481157.htm#hperlinks
Thanks,
Hussein

Similar Messages

  • Is it possible to create a hyperlink in a context menu entry?

    We use Altium Designer, which export schematics to PDF.
    For the parameters it uses the context menu of the pdf specs.
    One entry in the menu is a path to a document.
    Is it possible to get an hyperlink to this Path/URL, to open it directly out of the Adobe Reader XI?
    In the current output it is not possible.
    What must be done in the PDF definition to realize the hyperlink?
    best regards
    Silvio Kilz

    Are you using JavaScript to create this menu? If so then you can expand your code to open a file (or a web-link) based on the user's selection.

  • Is it possible to create a hyperlink in a WebI chart?

    Hi,
    I am trying to create a grouped bar chart in WebI (BO XI 3.1) in which clicking on a column should open a different WebI report, passing the selected values as parameters to the report. I have tried to create a hyperlink on the x-axis dimension object, but even when the "read content as hyperlink" option is checked, the axis labels still show the "<a href=http .... " text instead of the hyperlink interpretation and the hyperlink does not work.
    When the same link is applied to a table, it works fine.
    Any suggestions are appreciated.
    Thanks,
    Sander

    Hi Praven,
    Thanks for your reply. However, the problem is not in creating a hyperlink in a cell. As I mentioned in the initial question, the hyperlink works perfectly when part of a table. It will show the other report with the dimension objects filtered as you would expect.
    The table holds three columns:
    - Shoporder
    - Operation
    - Count
    I have set the hyperlink on the operation dimension and when a row is clicked, the target report is opened for that operation and that shoporder.
    The problem is that this hyperlink functionality seems not available (or not working correctly) in a chart.
    Thanks,
    Sander

  • Possible to create a hyperlink in excel to a bookmark in a PDF?

    My boss would like to be able to click on a hyperlink in excel, and it would take him directly to a bookmarked item in a PDF.  After searching I've come up empty handed.  Is this even possible?  He swears he's seen it done before, but then again, he's been wrong in the past - so who knows.
    Any help is appreciated!

    No, it's not possible.

  • Creating Hyperlink to Another Report in Same Document

    Hi
    Is it possible to create a hyperlink from a cell in one report, to another report in the same WebI document, that doesn't involve the entire reloading of the document.
    Also, I want to be able to pass through a filter value.
    The reason for the request is we have a report which list certain information about an article. The 2nd report (still in the same WebI document) lists all sorts of other information about the article. The 2nd report contains a lot of information about the article, which doesn't make sense including in the 1st report.
    I can create a hyperlink on the article number, which uses the OpenDoc functionality to reload the report and navigate to the 2nd tab (report). If the article number is provided as a prompt on the query, then the data is filtered according to the selected article. That works, but it is not nice, as the report has to reload, and when you click on the tab to go back to the 1st report, that article prompt has been applied there as well.
    To get rid of that last error, we could conceivably create 2 queries, 1 for each of the reports, and only have the article input prompt on the 2nd query ... getting messy though.
    I would prefer to pass the article number and have that applied to the filter on the 2nd report ... doesn't seem possible in OpenDoc format though, unless I just can't find the querystring parameter to use.
    Is there not a way of linking to the tab, without reloading the whole document?
    Cheers,
    Andrew

    Hi Andrew,
    try getting the parameters to be displayed in a cell and use the parameter lsS or lsM(for multiple values) and pass the parameters to report 2 using openDoc.
    The document here lists the options with openDoc,  might be helpful otherwise
    http://help.sap.com/businessobject/product_guides/boexir31SP3/en/xi31_sp3_opendocument_en.pdf
    Thanks,
    Rajesh

  • How can I create a hyperlink at the end of my video?

    Hi everyone-
    Is it possible to create a hyperlink (or clickable URL) at the end of my video in Premiere Pro? I'd like to be able to have some simple language to an end card reading, "To learn more, click here" with a hyperlink leading to a relevant website.
    (I know there are ways to do this in YouTube with Annotations, but this isn't my question. This video will not be hosted on YouTube.)
    Thanks!

    As noted in the other reply, this isn't done through the video editor. It's something that needs to be available from the hosting service for the video ... and handled through that end. The sort of command that says "at this point in the timeline clicking on video gets this reaction ... ". So check with whatever "service" will be hosting it for the details of how they handle this, and then you would add the text into your video at the appropriate moment in "time" ... but it would actually be the command system of the hosting service that would have the actionable command.
    Neil

  • Hyperlink in DIAdem report

    Hi,
    I am wondering if it is possible to include a hyperlink inside DIAdem report and then, when exporting to PDF, have this hyperlink in the final PDF document.
    I want to have a summary page with hyperlinks to other documents.
    Thank you
    Egor

    Hi Egor,
    Matthias is correct that there is no feature in DIAdem 11.1 or earlier to support hyperlink export to PDF files.  However, if you have a valid URL as text in the REPORT, it will show up as an active link in the PDF file (when viewed by Adobe Acrobat Reader, but not in the Foxit PDF viewer).  So if you want the URL to show up with the full URL text as a link, that's all you need to do.  If you want a different text to become the URL link, then you need to use 2 texts, with the URL text on top and the descriptive text underneath.  If you paint the URL text white, this will look reasonable-- here's an example TDR file and the PDF file it created (courtesy of R&D).
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    Links For PDF Output.zip ‏45 KB

  • Conditional hyperlinks in a report by row

    Is it possible to have conditional hyperlinks in a report by row based on values of columns in the row?

    You would replace the hyperlinks I provided with links to pages in your application.... As suggested..
    SELECT X,
               Y,
               CASE X
                   WHEN X = 16 THEN
                         < a href="f?p=&APP_ID.:[your target page here]:&SESSION.">Link-text</a>
                    WHEN X = 21 THEN
                         < a href="f?p=&APP_ID.:[your NEXT target page here]:&SESSION.">Link-text</a>
                    WHEN X > 22 THEN
                          < a href="f?p=&APP_ID.:[your NEXT target page here]:&SESSION.">Link-text</a>
                    ELSE
                          < a href="f?p=&APP_ID.:[your target page here]:&SESSION.">Link-text</a>
               END CASE
    FROM Blah BlahThankyou,
    Tony Miller
    Webster, TX

  • Dragging multiple pages from TOC to the topic to create automatic hyperlinks

    In my project, I have few topics that contains the hyperlinks of approximately 10 topics. Now, I drag individual page from the TOC to the topic page to create automatic hyperlink. However, I want to select multiple pages in the TOC and drag them at once to create appropriate hyperlinks at once. This will save my time in creating various links.
    Charudatta M.

    Hi there
    That's not presently possible with RoboHelp. You need to consider asking for it via the Wish Form (linked below)
    Click here to open the wish form
    Cheers... Rick

  • How do I create a hyperlink to a specific section of a flash website?

    Ok, I have no experience coding in flash, I just want to
    create links to specific parts of a flash website (website that
    were created by other people, not that I am building). In other
    words, I just want to create the hyperlink that will open a certain
    section of the website - I'm not developing the site and I don't
    want to create links inside the site. Is there any way to do this?
    For example:
    http://www.lucasarts.com/games/fracture/
    is the flash site I want to link to. Wherever I navigate in
    the site, the address never changes in my browser. But I know it is
    possible to get a URL to a specific flash page, because I have seen
    some of the web admins post them.
    For example:
    http://www.lucasarts.com/games/fracture/?section=2&sub=5
    which opens a very specific section of the site. So is there
    anyway for me, an average computer user with no experience in flash
    coding, to get a hyperlink to open a certain section of a flash
    site, or at the least get my browser to display the specific URL
    (that is, the "?section=2&sub=5" part of the address). I use
    firefox, but am willing to try anything or any browser at this
    point.
    Thanks!

    My Flash sites use a section and subSection structure, and
    within the site I use the numbers to display specific areas. But
    it's done internally. I have no code that looks at a query string
    attached to the URL so supplying the numbers to my sites will have
    no effect. The example you give clearly does read parameters passed
    in a query string so if you know the correct numbers (and the param
    names eg 'section') then you can do it.

  • Is it possible to create a generic report that accepts the SQL as a param

    Is it possible to create a generic report that accepts the FULL sql statement as a paramater and returns variable results based on this?
    We have a requirement to have a generic export routine to spit out csv's from clicking on a web page hyperlink, which would need to accept a "new" sql statement for every run, each containing different columsn etc that would be needed in the output.
    I was hoping could have a generic Oracle report, exporting delimited data format (and as such not using a layout) and somehow pass in the "new" sql statement as a parameter at run time - each sql statement would be different with different columns etc.
    Is this possible with oracle reports ?
    thanks

    If you need a simple dump of data you could try writing a report with a simple query such as
    select 'Report title or column headers'
    from dual
    &data_query
    then your &data_query parameter could be
    union select col1||','||col2 from data_table
    If you are outputing a comma separated data dump the you can concatenate together your data into a single text field.
    This would allow you to have a simple heading followed by the actual data. I guess you could extend this so that the 'Report title or column headers' from the first query was also a parameter to output your row headings i.e.
    select :column_headings_text
    from dual
    &data_query
    Give it a go and good luck

  • Is it possible to create a price list which is non-taxable?

    Is it possible to create a price list which is non-taxable?

    The answer is yes but how you go about this depends on where you publish. See....
    http://www.iwebformusicians.com/Tricks/Forms.html
    For bulk emailing, I use the application SerialMailer which will import a group from your Address Book into its data base. The application is easy to use and hyperlinks are set by using the formatted text option.
    Serial Mailer can be set to send your emails in bursts with a time interval between them so that your internet connection doesn't get bogged down.
    http://www.falkon-ware.com/SerialMailer/
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Cannot create a hyperlink in a text caption

    The Captivate 7 User Guide says:
    "Select the phrase or word you want to hyperlink. You can hyperlink text in text captions or drawing objects.
    2. Click in the Format accordion of the Property Inspector and specify one of the options in the Link To list. For the description of the
    options"
    In the Format accordion, there is no "Link To list."
    There is a set of images beside Insert, one of which represents "Insert Hyperlink." However, when you have text selected in a text caption, that icon is disabled--grayed out and unclickable. It is also disabled when you single click the text-caption object and then open the Property Inspector. The "Insert Hyperlink" icon is only enabled when you open the Property Inspector for the text caption by double-clicking the text-caption object, with no text selected--however, when you then click the "Insert Hyperlink" icon, it tells you that you must select text. Catch-22.
    Does anyone know how to create a hyperlink on some text?
    Also: Does that first sentence quoted from the Captivate 7 UG mean that you can in theory create a hyperlink with a drawing object? I can't see how.
    Thank you,
    Jeff

    Yes, Lieve, I can see how entering a Shape into the equation would get me the possibility of a hyperlink. I'm not sure I know how to use the Success action you are describing, though. Do you mean that upon successfully clicking the TEB, Show the Shape (which is set as a button, and on sucessfully clicking the button the URL is opened?) If I am right, using this approach would always require the learner to open the url, whether they got the TEB correct or not.
    The workaround that I came up with was to place a click box on top of my failure caption location, and set it to open the url I wanted them to copy and paste into the TEB. (Caption reads: "Please click here to open the URL and then copy and paste it into the field above." In this case, only a failure to enter the correct information would yield the requirement to click through to the correct URL.
    Thanks to both Lieve and Rod!
    Michele

  • How Do I create a Hyperlink back to a keynote file on a certain slide

    In my Keynote presentation I have a demo on (say for example) slide 30 which contains a hyperlink to another keynote file, at the end of this keynote file I want to create a hyperlink back to the original presentation from slide 30 or 31. Any ideas?

    Tulse is, as usual, absolutely correct. The only way to accomplish what you want is to divide your "main" presentation into two parts (per your example between Slides # 30 and #31) and then Hyperlink to and back from the "third part."
    To make this as seamless as possible to your audience, add an extra slide after #30, before #31, and as the first and last slides of your "third" (insert) presentation. Make all of these full-screen black (just create a black rectangle that exceeds the borders of the slide). Dissolve into or out of each of these black slides as appropriate. Then use the black rectangles at the end of part-one and the insert as the "triggers" for the Hyperlink to the next part. You will need to Click on these at the appropriate times to initiate the Hyperlink transitions. (Sadly, Hyperlinks cannot occur Automatically.)
    The result will be a fade-to-black (Click to Hyperlink) fade-from-black at each of the transitions.
    Good luck.

  • How do I Create a Hyperlink to other text within same email?

    I want to use Mail to send out Newsletters.
    Content section would contain hyperlinked text to each section (or Heading in PC world) below.
    How do I create a hyperlink to text within the same email?
    It's not hard to do in the PC world, how about the Mac world?
    I bought the book "Mac OS X 10.5 (ISBN: 978-0-321-50263-6) and it does not help with this matter but I've also asked the question at www.ExplainMyBook.com because I thought the book "Mac OS X 10.5 Leopard" might help me out.

    not possible AFAIK. Mail html capabilities are pretty rudimentary and this is one of the things it can't do. You might be able to achieve it if you create an html file with such internal anchors in a some html editor, then open that file in safari and embed it into an outgoing email from there. i couldn't make it to work though when I tried.
    You should probably stick with a different email client if you want things like that. I know Thunderbird can do it for example.

Maybe you are looking for

  • Caller id not working iphone 4s

    HI guys, when i make a call, the the caller id appears but incoming calls show no caller id. i need help

  • Images, Thumbnails, byte[ ] and BLOB

    Hi guys, This is what I have to do: User selects image from disk and i'm putting it into DB (IBM DB2 8.0). That's clear. No problem. But I need that image as a thumbnail as well (I have to show images as thumbnails for each Item). I have a DB table I

  • This iPhone4s battery is draining the life out of ME! Help?

    I just made the jump to my first smartphone because of the iPhone 4s. So many wonderful applications and functions. Mostly Siri. I'm so dissapointed. I have only had it 3 days. The battery drains so fast, I have to charge it 2x or 3x a day. My old LG

  • Change business are in cost center

    Hi How to change business are in the already created cost center ???? Pls advice Thanx

  • Chrome Plug-in update for Flash does not work

    I am a Mac OS X 10.5.8 user and I use Chrome as my standard browser. I updated the Flash Player to version 10.3.183.23 2 times now and it is still not working and showing me that I have an old version. Every time I try to update the Plug-in it instal