Hyperlink within a text in BO Webi XI R2 report

Hello Guys,
I need help regarding one requirement. I need to open another report by using the hyperlink. I created one stand alone which contains "Click Here" which directs to another report.
But i also need to put some text along with this "Click here". I tried to put both of them in a table but clear seperation exists which should not be there.
I should look like,
Note: for addition information on below data, Click Here

You can use following HTML code in a blank cell.
<html>
  <p> Note: for addition information on below data, 
    <a href=URL_To_Your_Target_Report>Click Here</a>
  </p>
</html>
In the properties of the free standing cell, in the display section, select Read cell content as HTML. This part will be visible in view mode only in the browser and not in the edit mode.
Alternatively,
You can drag a Form template and in the left cell, use the formula ="Note: for addition information on below data, " and in the right cell, use the formula having the link. Then right align the text in the left cell and left align the cell in right cell of the form. Make the background color same for two cells. Use 0px cell spacing and no border.

Similar Messages

  • How do i send hyperlink to a text box within the same page

    how do i send hyperlink to a text box within the same page on iweb

    It's called an anchor. It's often discussed in this forum.
    2 days ago : anchor
    Here's a search of the past year : anchors

  • Convert text to hyperlink within object

    Hi,
    How can I convert part of the text within a text caption to a hyperlink? I do not want the whole text caption to be a Flash hotspot though...
    Thanks for your time

    Hi again
    I'm thinking you could achieve this as follows.
    You could insert a Click Box that you would use to pause the project. The trick would be to time it so it pauses at the right time. You would then configure it as Hidden by clicking the Options tab and clearing the Visible check box. (If it isn't visible, it won't pause).
    Now you configure your Click Box for Multiple actions. The first action would be to open the URL in a New window. The second action would be to show the hidden Click Box you inserted to pause the project.
    Hopefully this helps... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • I did a COPY of some text from a web page, and then did a PASTE into notepad.exe (Windows). The text from each line was duplicated -- on the line! Instead of "Fred", it became "Fred Fred".

    I just recently installed Firefox for the first time. It seems nice and quick. The version is reported as: "10.0.1".
    I wanted to save some text from a web page, so navigated to that page, selected the text, and pressed the Control-C combination to COPY the selected text to the buffer. For example, the text I selected looked something like this:
    Harry
    Ron
    Hermione
    Hagrid
    Albus
    NOTE: Each line of text has a small icon to the left of the text.
    It is not reasonable to COPY and PASTE each line individually, as there can be hundreds of lines of data. I recall, however, that
    doing a COPY and PASTE on this data into Microsoft's Excel will produce cells which have the icons included in the cell, but unfortunately one cannot can't get rid of them! At least I've never found a way to remove them, but that's another issue. :)
    Once I'd done the COPY operation I switched to a Notepad window and did a PASTE operation. To my surprise, the text from each line was duplicated. It looked like this:
    Harry Harry
    Ron Ron
    Hermione Hermione
    Hagrid Hagrid
    Albus Albus
    Thinking that there might be something unusual about the web page I looked at the source, but it appeared "normal" -- that is, as expected.
    Note: I have done this operation several times before, and have never seen this occur before.
    Note: In the actual data some of the lines have quoted text in them. Curiously there is weird behavior on these lines. In some cases the entire line is shown only once. (These occur at the top of the line, and the quoted text is at the beginning of the name.)
    When quoted text appears "later" in the name, in some cases the quoted text is duplicated, and in other cases the quoted text is missing altogether! I have also noticed an error with the quoted text, and so will be reporting that to the web site which generates the HTML.
    Note that each line of "text" is "anchor text", so if I click on a name the browser navigates to a page for that name.
    I believe that the problem is that the COPY operating in Firefox is not simply copying the visible text, but also the ALT=
    Below is a sample of what the source HTML looks like:
    &lt;a class="lnk" target="_blank" href="http://details.aspx?id=Harry">
    &lt;img width="16" height="16" alt="Harry" class="tb_icon" src="http://.../Harry.gif"/>
    &lt;span>Harry&lt;/span>&lt;/a>
    <br/>
    (Because of the true length of the lines in the source HTML, I have stripped out the actual URL of the site.)
    To make sure I wasn't imaging this difference I repeated the process within Internet Explorer. In that browser I did not get duplicated data.

    Try:
    *Extended Copy Menu (fix version): https://addons.mozilla.org/firefox/addon/extended-copy-menu-fix-vers/

  • How do I copy text from a web page in Safari?

    I've searched up and down and can't find the answer to this simple question.
    There is a UI element that I want to copy to the clipboard and then paste into Excel. The UI element is:
    static text of group 104 of UI element 1 of scroll area 1 of group 4 of window "Account Summary"
    The contents of this static text on the web page is "$1,000.00"
    How can I copy this to the clipboard?
    I've tried:
    select static text of group 104 of UI element 1 of scroll area 1 of group 4 of window "Account Summary"
    keystroke "c" using command down
    keystroke "l" using command down
    keystroke "v" using command down
    but it doesn't work. "Select" doesn't actually seem to select anything. However, when I run this from within Script Editor, in the Results Window I get:
    {static text "$1000.00" of group 104 of UI element 1 of scroll area 1 of group 4 of window "Account Summary" of application process "Safari" of application "System Events"}
    ... I'm confused as to what this is telling me. All I want is to copy this value to the clipboard. Any suggestions???
    Thanks,
    Jeff

    Try this:
    set the clipboard to item 1 of (get name of (static text of group 104 of UI element 1 of scroll area 1 of group 4 of window "Account Summary" of application process "Safari"))
    (10906)

  • Font size of text view in Web Dynpro ABAP

    Hi Experts,
    How to increase the font size of a text view in Web Dynpro layout. I have tried the 'Design' property of the text view and made it 'Group Title', But i want even bigger font size.
    Pls suggest.
    Thanks,

    >
    Naresh Kumar Malik wrote:
    > Hi
    >
    >
    >
    >
    > You can use <h1> HTML tag. Here
    > concatenate   '<h1>'  item_eform_reqno '</h1>' into head.
    >   wd_context->set_attribute( exporting name = 'EFORM_HEAD' value = head ).
    >
    >
    > Here attribute EFORM_HEAD is bounded to the text view element.
    >
    > Regards
    > Naresh
    This should NOT work!  The UI elements should safe encode all input values - thereby eliminating the value of any HTML tags. If you system isn't doing this already then it is a bug and if you rely on such a thing it will stop working at some point in the future.
    You are basically restricted to different values available via the design parameter.  The overall font sizes come from the underlying themes and the client applications (browser or NetWeaver Business Client) that host the Web Dynpro Application.  Therefore no direct specification of the font size is possible in order to stay within the controls of theme.  If you don't like any of the designs available, you might consider altering the Portal Theme you are using - but that is a rather drastic approach.

  • Hyperlinks within .PDF document won't open in browser.

    So what I want to happen is when I click a hyperlink within a .PDF file which is opened via Adobe Reader XI, I want a new tab/browser (the link) to be opened with/in Chrome.
    Currently when I hover my mouse over a link, it turns into a clicky hand thing with a tiny letter 'w' and the address floats above in a box. When I try to shift/normal/ctrl click the link, nothing happens.
    Default settings in the reader and chrome.
    Thanks!

    Yes. If I open this .pdf file in chrome and click the link, a new tab will open with the link.
    Also, I just found something else out. When I open the settings in Adobe Reader and try clicking on the 'help' links such as 'What is protected view' under 'security', I get a message saying "Online help content cannot be displayed. Verify you can launch your web browser and have access to the Internet".

  • Hyperlink in Se61 text

    Hi All,
    The requirement is to add a hyperlink in se61 email text and this text is added in config to send the emails.
    How do i add a hyperlink in the se61 editor..tried <a href= "">Text</a> but it gives a syntax error for </a>.
    Please suggest.
    Thanks,
    Shruti

    Hi Shruti,
    please have a look at the following thread hyper link to intranet from within SAPScript text via se61
    Best,
    Christian

  • Link to specific text from another web page

    Hello all
    Is is possible to link from one page to a specific piece of
    text in another web page in the same site? I have tried named
    anchor, hyperlink, etc but it just goes to the page rather than the
    text. I don't know if I am attempting the impossible. Can you help?
    Thank v much.

    > This also has a css rule so this 9pt thing is left over
    from copy and
    > pasting
    > from Word. I have it cleaned up as you suggested but I
    still have:
    > <span style="font-family:Arial; font-size:9.0pt; is
    there way of avoiding
    > this?
    It depends on your settings for how you copy/paste. See your
    PREFERENCES
    for those. I don't get such things because my settings are
    'tight' in that
    they are restrictive to what stying is carried into the page.
    > How I do this in a nav bar?
    Change this -
    .nav {
    font: bold normal 14px/normal Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #003300;
    font-weight: bold;
    a.nav:link {
    font: normal 12px/normal Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #003300;
    text-decoration: none;
    a.nav:visited {
    font: normal 12px/normal Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #003300;
    text-decoration: none;
    to this -
    .nav {
    text-align:center;
    .nav a {
    font: bold normal 12px/normal Arial, Helvetica, sans-serif;
    color: #030;
    font-weight: bold;
    text-decoration:none;
    margin-right:35px;
    and then change this -
    <div align="center"><a href="index.html"
    class="nav">Home</a>       <span
    class="nav">About
    Us</span>      <a
    href="impact_HE.html" class="nav">Impact of HE
    Proposal</a>      <a
    href="purpose_ED.html"
    class="nav">The Purpose of
    ED</a>      <a
    href="procedures.html"
    class="nav">Procedures </a>     <a
    href="what_can_we_do.html" class="nav">What Can We
    Do?</a></div>
    to this -
    <div class="nav"><a
    href="index.html">Home</a><a
    href="about_us.html">About
    Us</a><a href="impact_HE.html">Impact of HE
    Proposal</a><a
    href="purpose_ED.html">The Purpose of ED</a><a
    href="procedures.html">Procedures</a><a
    href="what_can_we_do.html">What Can
    We Do?</a></div>
    But an even better way would be to make the menu an unordered
    list, like
    this -
    <ul>
    <li><a
    href="index.html">Home</a></li>
    <li><a href="about_us.html">About
    Us</a></li>
    <li><a href="impact_HE.html">Impact of HE
    Proposal</a></li>
    <li><a href="purpose_ED.html">The Purpose of
    ED</a></li>
    <li><a
    href="procedures.html">Procedures</a></li>
    <li><a href="what_can_we_do.html">What Can We
    Do?</a></li>
    </ul>
    And use this CSS -
    .nav {
    text-align:center;
    .nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    .nav li {
    float:left;
    width:150px;
    margin-right:5px;
    border-right:1px solid green;
    .nav a {
    font: bold normal 12px/normal Arial, Helvetica, sans-serif;
    color: #030;
    font-weight: bold;
    text-decoration:none;
    If you want to make the current page look like it doesn't
    have a link, then
    do this -
    <ul>
    <li><a href="index.html"
    id="home">Home</a></li>
    <li><a href="about_us.html" id="about">About
    Us</a></li>
    <li><a href="impact_HE.html" id="impact">Impact
    of HE Proposal</a></li>
    <li><a href="purpose_ED.html" id="purpose">The
    Purpose of ED</a></li>
    <li><a href="procedures.html"
    id="procedure">Procedures</a></li>
    <li><a href="what_can_we_do.html" id="what">What
    Can We Do?</a></li>
    </ul>
    and add this to each page (use the proper ID) -
    a#about {
    cursor:default;
    /* any other styles you want to make the current page show
    > I am being a complete idiot today (maybe it's because
    it's Sunday) Can you
    > talk me through this.
    Make the changes manually in code view.
    If you are getting the idea that you will need to ramp your
    HTML and CSS
    skills to do this stuff, you are right on target!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dottydog" <[email protected]> wrote in
    message
    news:[email protected]...
    > Dear Murrray
    > Thank you very much for your comments.
    >
    > Can I ask you the following:
    > 1. p.MsoNormal {
    > Using Microsoft Word to build an HTML page is not
    advisable. Use DW only
    > or
    > clean up the Word markup
    >
    > This also has a css rule so this 9pt thing is left over
    from copy and
    > pasting
    > from Word. I have it cleaned up as you suggested but I
    still have:
    > <span style="font-family:Arial; font-size:9.0pt; is
    there way of avoiding
    > this?
    >
    > 2.
           <span
    class
    > Using non-breaking spaces as a layout tool is not
    advisable. Use CSS
    > margins/padding instead..
    >
    >
    > 3. This is not a named anchor point. It is not even a
    link. For that you
    > would need -
    > <p style="font-family:Arial,helvetica,sans-serif;
    font-size:small; "
    > id="BDBC">What we have said to
    B&amp;DBC</p>
    >
    > I am being a complete idiot today (maybe it's because
    it's Sunday) Can you
    > talk me through this.
    >
    > Thank you very much for your time. Much appreciated.
    >
    >
    >
    >
    >

  • Hyperlink In Long text

    Hi Champs,
    I have a requirement where in need to display a long text with hyperlink in the portal application. The long text will be created with SAP at backend.
    Need to know whether it is possible to create a hyperlink in the text.
    Thanks
    Regards,
    Nishant

    I'm not familiar with Portal (this is ABAP General forum). What is it that you're trying to achieve exactly? Are you developing a report in SAP? An FM? A web service? What means are you planning to use to display the message?
    [Similar Question?|se91 long text: wanna create a hyperlink in longtext;
    Edited by: Jelena Perfiljeva on Nov 3, 2009 3:43 PM

  • Is it possible to activate a hyperlink in a text box, so that the hyperlink then works when the iBook is used on an iPad?

    I can't create a hyperlink in a text box that works in pre-view on the iPad. Any ideas would be welcome. Thanks, Bob

    when I add another text box within the text place holder in order to create a picture frame
    You can  add a frame image itself - no need to use  text box... but if you must.. you are better using  Shapes as image placeholders. Conversly - you  can add text to Shapes!
    Text boxes and shapes are treated differently by the Inspector when opting to use in a way that  Apple did not  think you would do!
    Hyperlinks are best made in its own  text box and  nothing else added. make another text  box.. input content  and align to choice, remember ARRANGE move to front pust one text box above the other and allows you to  juggle placing your content on the page.
    Time Zone - East Australia

  • How to add a hyperlink in the text caption?

    Hi,
    I am using Captivate 5. Anybody knows how to insert a hyperlink in a text caption? For example, the texts in the text caption are "See Adobe Captivate Forum for details." How to create a hyperlink for "Adobe Captivate Forum" which leads to the forum website?
    Thanks,
    Helen

    There is no tru hyperlink object in Captivate as such.
    You can use a button or a click box to provide users with an interactive object that when clicked will call a URL or document.
    However, this doesn't really give you a mouse rollover effect the way users are accustomed to seeing in normal web hyperlinks.
    If you really want to add a piece of on screen hyperlinked text (with rollover effect) to a Captivate project, the closest you'll come to it is this widget: http://www.infosemantics.com.au/hyperlink

  • Hyperlinks within Crystal Reports

    Hello,
    I am using Crystal Reports to create a statement. We would like to include hyperlinks in our report. We have already created hyperlinks within the report. The hyperlinks are only operational when I click within the subreport. I want to process my report to a PDF and have the hyperlinks work. Any Suggestions? I am currently working in Crystal 8.5 (we have 10 but our database is not matching up).

    As an alternative, at least one of the 3rd-party Crystal Reports Manager tools listed at http://www.kenhamady.com/bookmarks.html can use visible or hidden (white font) formulas anywhere within a Crystal report (including inside subreports) to create file, web, or email links at that same location within the pdf export of the report. Optionally, an image (such as a .png button image can be added to provide a GUI for the link.

  • Hyperlinks within a report

    Hello,
    I am using Crystal Reports to create a statement. We would like to include hyperlinks in our report. We have already created hyperlinks within the report. The hyperlinks are only operational when I click within the subreport. I want to process my report to a PDF and have the hyperlinks work. To create the hyperlinks, we placed a forumla into the hyperlink tab to an existing webpage. The formula that we have established grabs data from our database and places it into the webpage browser address. Any Suggestions? I am currently working in Crystal 11.5.

    U can include any text rt click on it goto format text
    Hyperlink tab and add any type of hyperlink there.
    If you want to add something specific please do let me know

  • Hyperlinks within scrollable frames

    I'm trying to get hyperlinks within a scrollable text frame to work but it's not working properly in the content viewer. Is it possible to do them within scrollable content, and if so, is there a certain technique that works best? Thanks!

    Sorry -- I've created a scrollable content layer that works properly, just with text scrolling down. I've selected the text and created a hyperlink using the hyperlinks panel (that works for the text in non-scrollable frames). When I view the issue in the Content Viewer on the iPad, the hyperlinks outside the scrollable frames work fine and open, but those within the scrollable frames do not. Is there a specific way I should be creating the hyperlinks within the scrollable frames that I'm not doing correctly? Thanks.

Maybe you are looking for

  • ICal and .Mac - using the calendar on the Web

    I had fondly imagine when I filled out my calendar on my home Mac and published it to .Mac that I could not only view it when I am at work (where I have to use a pc) but also add in calendar info that I have have access to only when I am at work, so

  • Step post action works only in 'Test UUts' mode

    Hi, My main sequence file has a list of  steps, all sequence type.  I specify a post action on each one to jump to end if the seq fails and if a flag is set: FileGlobals.StopOnFail == True && RunState.SequenceFailed == True  I found out that it only

  • Can I move a Sim card between phones - and a phone between carriers?

    I have a Verizon iPhone 5C and am on the Verizon network. I recently was left (in a will sadly) an AT&T iPhone 6 Plus. I tried just replacing the AT&T sim card with the Verizon one, but a message shows up that it needs to be activated (so I'm moving

  • Automatic "Discount %" at Row Level in Sales Quotaion and Sales Order.

    Dear All, For certain BP codes I am getting automatic Discount % at Row Level for certain Items. There should not be any Discount % for any Item Code for any BP Code at Row Level. For Eg:- For BP Code BP001     item Code I001      Discount % is 0.00

  • Cannot update to Verizon iPhone firmware 4.2.10

    I cannot upgrade my Verizon iPhone from 4.2.8 to 4.2.10 via Windows 7 64-bit using iTunes 10.4. I end up getting error 3194. I've rebooted, turned off the Windows Firewall, unplugged all USB devices (including keyboard and mouse) and no go. I put it