How to add hyperlink to report total

Hi,
I have a report and the last row display report total ( using apex default feature - checking the sum check box).
My last row look similar as show below
report total | 10 | 20 | 30 | 0 | 100|
My requirement to to add hyper link to the nos. 10 , 20 , 30 , 0 , 100 in the report total.
Any help will be highly appreciated.
Thanks in advance

Hi WinSilver,
Thanks for the response.
I added following in region footer
<a href="http://google.com>10</ a>
But there is no chnage on the screen.
Also , my report total is automatically create by the report... I have just checked the SUM check box next to column name in column attribute to get the some of the column...
How to incorporate the report total value instead of manually typing 10 between <a> < / a >                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • How to add an embedded report to custom UI?

    Dear colleagues:
    Since now I am doing investigation on this:How to add an embedded report to custom UI , so do you have some guideline doc for this?
    Requirement is:
    Customer want to add a custom report to a custom FS page. And it has some standard fields from contract. So do you have any ideas about this?
    Thanks & Best Regards,
    Qiang

    Hi Jens,
    Attachment is the guideline for how to add an embedded report to custom UI. However, so far as i know, there still a limitation that is about inport parameter.
    For example, now can show all data of accounts. but i just only want show one account data when click account. so you can share to us if you have any idea about it.
    Thanks &Best Regards,
    Qiang

  • HOW TO ADD COMMENTS IN REPORT IN WAD

    Hello
    How to add comments in report in wad...
    please reply
    thanks

    Hai Guru
    Please refer to note 1061397. Hope this helps.
    Shyam

  • How to remove hyperlink in Reports Region

    How to remove hyperlink in a Report region (Based on some filter condition)
    Example : In Report Region, I am getting value as 10, 20, 30, 0, 44, 55, 0
    In the above value, I need to remove the hyperlink for 0 values.
    Can anyone help me to resolve this issue.
    Thanks in advance.
    Regards
    Balaji S

    If you want a link column for values other than 0 and a blank for those with 0 then the best way to do this is to use a case or a decode to return a LINK image or text to a hidden column; I usually return the Edit icon only. You can then use the 'column link' region on a different column to create a link in the usual way and set the Link Text to the hidden column (e.g. #EDIT# in the example below). If you have set the target page to require a Checksum this will then be added without having to code it into your sql. E.g.
    SELECT some_columns, 
      CASE WHEN numcol != 0 THEN '<img src="#IMAGE_PREFIX#e2.gif" alt="">'
      ELSE null
      END "EDIT"
    FROM your_tableIf you want the same column value, but those of 0 to not have a link and those other than 0 to have a link then you need to code the link into your sql. e.g.
    SELECT some_columns, 
      DECODE (numcol,0,numcol,'<a href="f?p=&APP_ID.:11:&SESSION.::&DEBUG.:11::">'||numcol||'</a>') "EDIT"
    FROM your_table# = your URL e.g f?p=&APP_ID.:11:&SESSION.::&DEBUG.:11::
    If you require a checksum on the link you need to add the apex_util.prepare_url function to the URL.
    Cheers
    Shunt

  • How to add in crystal report

    hi i am developing a web application , i am using crystal report plugin in eclipse europa editor .
    my problem is that , there is a table which has a date colunm and i am adding all the dates together by using
    sum(DateDiff("yyyy",{Birth_date},{death_date)) as a function
    i am getting the data by record filter but above formula showing me only result for the last record , what happening to other records , i don't know.
    so please guide me .
    Thanks in advance...........                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Rizwan,
    You can't with the report itself because once the refresh is complete it requires a full refresh to update any page. And there is no option to for example refresh just the subreport.
    RAS SDK has samples on how to add subreports, see the OverView tab for a link to the samples, but it still requires a refresh to be called.
    One way may be to use Subreports on Demand, URL's to another report.... Each subreport would run individually without refreshing the main report. It would like a Table Of Contents report though.
    So to be clear, adding pages is the same thing as adding more data. Problem is most of the data needs to be complete so that summaries and running totals etc. type of objects require the data to be complete to be able to render each page.
    So why do you need to do this? Can you explain your workflow?
    Don

  • How to add a sub report at the end of the main report whilst grouped

    Hi!
    I have a main report that is grouped by the Customers name and then details of transactions they did with the company.
    I need to add a letter at the end of each group for each customer (With their name displayed in the letter). I tried adding a sub report in the report footer, but it only appears once at the end of the report, rather than at the end of each group for each customer.
    How can I achieve the desired result?
    Regards
    Vik

    Vik,
    You are on the right track with the sub-report.
    1. Create your letter in a separate report.
    2. Add the Letter Report to your original report as a sub report in the group footer.
    3. Set the report links on the "Group By" field.
    This will give you a letter record for each report record with the same grouping as the main report.
    Hope this helps,
    Jason

  • How to add hyperlinks in Import Manager

    Dear MDM-gurus!
    I really tried hard to find the solution, but couldn't find it here or in OSS.
    We already have a repository with more than 50.000 items.
    What I'd like to do is to add hyperlinks to PDF-files in the internet to each item.
    For this we got an excel-file from the supplier with the supplier part number in one column, the PDF-link in another column and the .
    In Data Manager I was able to add links manually or also with importing entries of the excel-file. Importing from excel takes a LOT of time. I don' t know why:
    -  Fields to import: Hyperlinks
    -  Key fields: Supplier part number.
    --> Action: Update all single matches.
    How can I import hyperlinks in Import Manager, make the mapping and then update the records faster? E.g. I could not find the field "URL <Hyperlink> [Qual]" in Import Manager
    Thanks for your help and best regards,
    Henning

    Resolved!
    I accidently oversaw the URL fields in Import Manager in table catalog items.

  • How to add characteristic in report without having in the multi provider.

    Hi All,
    I need one requirement to add characteristic in report that is not available in the multiprovider . That field is available on the table level in the BI. How should i bring same field into report level with out adding MP.    Note : should not add new filed in to exiting flow .
    Please give suggestion how do approach this scenario .
    Regards,
    Veera.

    Hi ,
    If you are working in BI7 then u can use infoset to join the cube and charecteristic(the field that ur going to add), I hope your infoprovider is a cube.
    Jay

  • How to add template to report?

    Dear All
    how to add a user defined template to a report
    we are using reports 6i
    Thankx and Regards
    Raj

    Hi Angamuthu
    problem is how to attache that tdf file to a report
    we have standard formats for reports , i want to enforce them in a templete and use in my reports
    i can use predefined templetes as we don't design thru
    wizard
    can u suggest a alternative solution
    Thanks for reading the request
    Raj.

  • How to add program to report tree

    Hi ,
    Can you please let me know how to add report to report tree..( No transaction code ,just only want to add report)
    Thanks,,

    Hello Parnith,
    There is the SE43N transaction (Area menu transaction update). Here you should be able to locate the corresponding area menu and insert your report in the report tree.
    There is also the SERP transaction. This is for old report tree transactions.
    Hope it helps you.
    Regards,
    Daniel.

  • How to add another new report painter in existing T-code?

    HI,
    Can someone guide me, how to add a report painter report ZAL into a existing T-code?
    My T-code contain 2 report, now i wish to add a new one. So when user execute this T-code, we can see these 3 report.
    Thanks

    Hi,
    add the new report to the report group (T-code GR52) where the 2 already existing reports belong to.
    In report painter you don't execute a report but always a report group including one or more reports.
    Best regards, Christian

  • How to Add plant in report?

    Hi ,
    I have to create a cost center report which is for actual and plan comparison.
    Situation is i don’t have a business area, i have only plants to value my costs in my report in the column. I am using CCSS table to data extract .I have a field name werks in the table .
    How to add Plant into my report ,Can any body help me on creating a set on this. Or is there any solution for this .

    Hi,
    If a field in FBL1N is not filled it might be because the field has to be created as a special field.
    In the Line item Display list in FBL1N follow this menu path: Settings -> Special fields, and add the fields you want from relevant table.
    The fields are later available for display,and you can choose them from the Line item Display list following this menu: Settings -> Display variant -> Current. From the hidden list you can now choose the fields you want to have shown. If the technical name is shown for the fields, the special fields are all starting with '1-U_'. It's important, that you add the Special field, if the field also exist as Standard field.
    The Special fields are shown in the buttom of the Hiddden list.
    Please also read the solution part of note 215798 for some very import- ant steps to be aware of.
    But, for having a field shown in the vendor Line Item Display (FBL1N) the field has to exist in the vendor Line Item. If this is not the case, you will evt. be able to see the field in FBL1N by using Offsetting account info.
    Check if field WERKS is in the structures RFPOS and RFPOSX. If not, then you need to add the field to the structures RFPOS and RFPOSX. When the structures have been extended with the field then you need to run the reports  RFPOSXEXTEND and BALVBUFDEL (in the same way as seen in the solution part in note 215798).
    Please assign points if it useful
    Regards
    Ravinagh Boni

  • How to add collection to report as data source

    Hi all,
    i'm trying to add collection to report as data source:
    List<DmsLockingItem> items;
    ReportClientDocument rcd = new ReportClientDocument();
    DatabaseController dbc = rcd.getDatabaseController();
    dbc.setDataSource(items, DmsLockingItem.class, "tName","tName");
    this works with com.businessobjects.crystalreports.sdk but not with rasapp.jar.
    And i can't use plugin lib in my current project.
    can anyone help please?
    Greetings,
    Nikolas

    The setDatasource expects the object passed to either be a DataSet, java.sql.ResultSet, IXMLDataSet, or BusinessView object.  Are you able to convert your collection to one of these?

  • How to add results to report from sequence call disabled in report options ?

    Hello,
    I need to add text to report from a sequence called by a sequence call. The record results option for the sequence call is disabled because the sequence call is normally done thousands of times. Therefore, I don't want to fill in useless text in the report. But, if a certain condition in called sequence fulfills, I would put a text into the report. (Yes, this is related to a sporadic communication problem with the instrument which I want to record into the report.) Which options I have ?
    I have attached an example which doesn't add the text from the sequence to the report.
    Regards,
    Petri
    Attachments:
    report test.seq ‏45 KB

    Hello Ray,
    I encounter same behaviour with NONE adapter action step with post-expression as with a statement step as in my first example. With other words, if record results in sequence call in mainsequence is disabled, I cannot get any records into the report.
    Attached a modified sequence using NONE adapter action.
    Regards,
    Petri
    Attachments:
    report test.seq ‏53 KB

  • How to add a workbook report (attached to RRMX) to a role

    hi guys,
    i have RRMX workbook . how to add this into a role ?

    Hi,
    Go to work book click on save button and left hand side you will see two options
    1. favourite
    2.role
    click on roll and choose your folder and save it.
    Regards,

Maybe you are looking for

  • Can't Print from various Applications

    Safari Application will print, Appleworks, Excel, Word, PowerPoint will not print. E-Mail will. I have a HP Business Jet 1200 v3.3 driver and a HP Color LaserJet 3500 with the most current drivers. I have reset the printer settings, run a program Dis

  • While Doing Production Order Settlement "Complete Allocation structure" :

    Dear Experts I am Getting This Problem , please give me A suitable Solution. I am created Another Allocation Structure And Assigned to Settllement Profile . But it is not trigering. Not Capturing That allocation Complete allocation structure Z1 Messa

  • Project templates for FrameMaker to RH mappings

    Hello, I just noticed a sample script installed with Robohelp called Project Template Generator (Project Template Generator.jsx). Does anyone know what this script does exactly and how I would import it into another project? I would like to have a wa

  • Editing ID Tags

    How do you "embed" the ID tags into the songs? These are songe downloaded from a Torrent. I change the info using "get info" but other than changing the title, the artist name and album name do not change in the file.

  • Tx1000 boot/power issues

    Hello all, I was wondering if someone out there could help me. I bought the tx1000 in late 2007 until now it has worked perfectly. Out of nowhere, it will not boot or power up. When I hit the power button, it turns on for a split second and all the l