How to change the message in a cell of a ssrs report to a hyperlink dynamically

Hi,
I am developing a ssrs report.
I want to change the message to hyperlink for a particular message and not all messages of a column.
and link it to another report.
for e.g-if a cell of the column has values A,B,C then I want to change only cell with values C as hyperlinks and not A and B

Hi fanu987,
According to your description that you want to conditional add the hyperlink according to different values in the fields, the link is to another report, right?
I have tested on my local environment and we have two method to do this: one method is to choose ”Go to report” and add expression to conditional add the link which will link to the subreport for the special values, another method is to create
an placeholder and add the HTML tag to conditional hyperlink to the URL of the Subreport in the Report Server.
Details information for your reference:
Method one: "Go to Report":
Right click the fields which will add the hyperlink and select the “Textbox Properties”, click the “Font” to add expression conditional add an underline for ”Text1” which have the hyperlink function and change its color to blue. (expression add to
"Effect" and "color"):
Effect:
=IIF(Fields!YourHyperlinkFields.Value="Text1","Underline","default")
Color:
=IIF(Fields!YourHyperlinkFields.Value="Text1","Blue","Black")
Click "Action" to select the "Go to Report" and using this expression in the "Select a report from the list" (If the value is "Text1" then link to Subreport  or it will just refresh on the main report):
=IIF(Fields!YourHyperlinkFields.Value="Text1","SubreportName","mainReportName")
If have parameter delivery between main report and the subreport, add expression to omit this parameter for the fields which value is not "Text1":
=IIF(Fields!YourHyperlinkFields.Value="Text1",false,true)
Method two: Create Placeholder and using the HTML tags to conditional  add the hyperlink which will link to the subreport URL in the Report Manager.
Double click the fields which will add the hyperlink and select the "Create Placeholder".
In the Placeholder properties window, add this expression in the Value to add hyperlink only to the "Text1" and check the "HTML- interpret HTML tags as style under the "Markup type" section:
=IIF(Fields!YourHyperlinkFields.Value="Text1", "<a href=""Subreport Link in the Report Manager"">" & Fields!YourHyperlinkFields & "</a>" ,Fields!YourHyperlinkFields.Value)
You can also add parameter in the URL if you have parameter delivery between main report and the subreport. Finally preview will have the report like below:
If you still have any problem, please provide us more details information.
Any problem, please feel free to ask!
Regards
Vicky Liu

Similar Messages

  • How to change the format of a cell in a web report

    Hello experts,
    Is it possible to implement this in a Web Report/BEx query?
    We have a list of products grouped into Company A and Company B. One key figure is for example Net Cost Price.
    We need to highlight the lowest net cost price in every company but with a different colour depending on the company assuming prices are sorted in ascending order.
    We have been recommended to use Web Design Api for Tables but we understand that in order to format a cell content we need to know the axis position of the cell but we don't know how many rows the query will display for every company. Is this kind of requirements only possible with "static" reports where we know exactly the number of rows and columns that are going to be displayed?
    This is an example.
    COMPANY      PRODUCTS    NET COST PRICE
    Company A    Product 1    <b>5€</b>
                 Product 2    10€
    Company B    Product 1    <b>10€</b>
                 Product 2    20€
    Any help would be very much appreciated.
    Thanks in advance,
    Inma

    Hi Inma,
      If you have already not solved your problem , you can try the following solution with table interface class.
    Table interface class generates HTML table row by row so it first process the charecterstics and then KFs .
    You define a  attribute(type public) in class and set that attribute to X (In CHARECTERSTIC menthod)when ever the company code changes.
    Then make use of that flag in DATA method to change the format of cell (Assuming you sorted by Ascending).
    hope this helps.
    Regards
    Madhukar

  • How to change the message in CUCM 7.0 " Your Current Options"

    Dear All
    can any body help me or assist me to type my own message at the botom of the phones by default its your current options but i tried to much to change it or find any way to change and i failed.
    in Call Manager express it was easy to change just at the cli you type "system message Hello this is your IP Phone" but at the CUCM 7.0 i dont know how to change this and solve this problem so can any body tell me how to change this message please its needed 100% for me
    i have atached the picture that where the message cames so you people can see it.
    with regards
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    Waisudin Farzam ویس الدین فرزام                           
    Project National IT Specialist            متخصص ملی تکنالوژی معلوماتی          
    Sustainable Development of Natural Resources Project
    IDA Grant No: H238-AF
    Program Management Unit (PMU)
    Afghanistan Geological Survey (AGS) Annex Building, Ministry of Mines,
    Kabul, Afghanistan
    AWCC Cell Phone:                              0093 - 700 - 29 60 62
    MTN Cell Phone:                                   0093 - 777 - 29 60 62
    E-Mail Address:                                     [email protected]
    E-Mail Address:                                     [email protected]
    E-Mail Address:                                     [email protected]
    Skype ID:                                               wais.farzam
    MSN ID:                                                  [email protected]

    You cannot change it, in CCM it was possible due to it being Windows and you had access to all the files.
    CUCM does not grant access to the necessary files for this unless you have root access and it's not granted for purposes other than troubleshooting or to apply a workaround from a bug.
    HTH
    java
    If this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • How to change the message in CUCM 7.1(2) " Your Current Options"

    Hi,
    Can any one help me how to change the system message in CUCM 7.1(2) " Your Current Options" to another text.
    Thanks...

    As far as I know you can't change that on CUCM.
    On CME you can.
    Bye,
    Jan
    Sent from Cisco Technical Support iPad App

  • How to change the message in the Missing Plug-in dialog?

    Hi, all.
    I want to change the message in the Missing Plug-in dialog
    when a doc is opened containg data from a missing plug-in.
    I defined MissingPluginURLValue and MissingPluginAlertValue in ID.h
    which are used in ExtraPluginInfo.
    But there is nothing changed in the Missing Plug-in dialog.
    Can someone help me?
    BestRegard.
    Miya.

    As far as I know you can't change that on CUCM.
    On CME you can.
    Bye,
    Jan
    Sent from Cisco Technical Support iPad App

  • How to change the message value in COGI entry

    Hi All,
    I have two COGI records on a material for a plant and while creating those entries those were locked by another user.  So it is getting message number as 897 and so it is not displaying in the report COGI.
    Could anybody tell me, how to remove that message.
    Thanks,
    sreenivas.

    Sreenivas,
    You need to Implement the corrections mentioned in SAP Notes #325105.
    Solution as given in note
    Both incorrect goods movements and future change records for background processing of goods movements are stored in table AFFW. Error records differ from future change records by the fact that fields AFFW-MSGID and AFFW-MSGNO are filled (error ID and error number). Process requests can only be updated via reports CORUAFW0, CORUAFWP, CORUPROC or Transaction CO1P. Error records can be updated in Transaction COGI. They are also transferred to the update, provided you executed reports CORUAFWP or CORUPROC with the "Incl. incorrect goods movement" indicator set.
    In table TAFWD, you can enter specific error messages which should not be treated as an error record but as process requests.Useful candidates for such error messages are, for example, locking errors such as M3897:"The plant data of the material <XXX> is locked by the user <YYY>." You can maintain TAFWD entries by using Transaction SM31.
    AFFW records with errors which are entered in table TAFWD are no longer displayed in Transaction COGI (because they have been defined as a future change record) and can only be edited for the background processing by the programs and transactions.
    You can limit the error records to specific error messages in Transaction COGI by adding certain error messages to table TAFWD.
    Technically, the conversion of error records into process requests decreases the time and effort spent on lock management because only the respective process (background updating of goods issues and/or goods receipts) is locked during the update of process requests.However, error records are locked separately in order to prevent other users from affecting a record which is just being updated/processed.
    The following applies to postprocessing records from the repetitive manufacturing:
    As of Release 4.5B, these records can also be posted via transaction COGI (in addition to the repetitive manufacturing programs for postprocessing backlogs: Transaction MF47, report RMSERI13). However, basically they should NOT be posted using reports CORUAFWP and CORUPROC, including not with the "with incorrect goods movements" indicator set.
    Therefore, the definition of phantom errors in table TAFWDfor postprocessing records from the repetitive manufacturing has no effect. These records can not be redefined for future change records and must still be able to be postprocessed explicitly via transaction COGI.
    Regards,
    Prasobh

  • How to change the content of a cell in an ALV-List?

    Hi,
    knows anybody a way to change the cell-content in an ALV-List?
    In my case, I want to give the user the posibility to click on a pecific cell
    in the list and change in an edit-mode or similar else!?
    Thanks for your ideas!

    Get the existing field catalog using the method cl_gui_alv_grid->get_frontend_fieldcatalog. Change the edit property in the field catalog and refresh it using the method cl_gui_alv_grid->set_frontend_fieldcatalog.
    Hope this helps.
    Regards,
    Nithya

  • How to change the bar chart rendering image format in SSRS

    Hello all,
    I am working with SQL Server 2008 R2 and I have a SSRS bar chart report, when the report got rendered over online or if the take Export (PDF and PPT), the image is in png format always, which is taking too much of time to execute the report in case of large
    data.
    Can, It be possible that the rendered image is in jpeg format instead of png.
    If Yes, please share the appropriate steps to follow:
    Thanks in advance
    Pankaj Kumar Yadav-

    Hi Pankaj067,
    According to your description, you want to change the bar chart rendering image format as JPEG format when previewing the report or exporting to a PDF file .
    In Reporting Services, the chart rendering image format is PNG by default. It’s a by-design behavior. And it doesn’t open any API for us to change the image type when exporting a chart to a format. So in your scenario, your requirement can’t be achieved
    in Reporting Services currently. I would recommend you submit a feature request to Microsoft at this site:
    https://connect.microsoft.com/SQLServer. So that we can try to modify and expand the product features based on your needs.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • How to change the name of a Box Object in Crystal Reports 2008

    I am trying to change the name of a box object in a crystal report - 2008. This report was originally developed by consultants and requires that certain boxes be named according to a specific naming convention. I am making a change to the report and need to add a box with a name that matches the naming convention.  This is so some program functionality will work for the new box.  I can't contact the consultants because they don't work with our company anymore.
    Does anybody have any ideas? I've tried 'Format Box', but it won't let me change the name from there. I also tried it in the Report Explorer but to no avail.
    Thanks,
    Joanne

    Hi Joanne,
    Boxes do not actually have a 'name'. When you add a Box in a report, it will be called 'Box 1' by default. And the only place this name is visible is under the Report Explorer.
    Or do you mean to say 'Text Object'?
    -Abhilash

  • Using HTML,how to change the color of column data in an interactive report?

    Hi,
    I want to change the color of data of a column in an interactive report.
    I want to do it by HTML.
    I have tried the code
    <style type="text/css">
    #apexir_EMP_MANID{color:blue;}
    </style>
    But it changes the color of the heading of column only. Not the data.
    Plz can anyone suggest me something ?
    Thanks in advance

    Hi Vaibss!
    Is it that what you're looking for?
    Color Coding (Post number 5)
    regards

  • How to change the color of 1px_trans.gif image of interactive report

    Hi All,
    Iam using interactive report in apex3.2
    I need to change the color of 1px_trans.gif or remove the image in search tool bar
    where we can change.
    pls tell me .......
    Thanks & regards
    Balu..

    I need to change the color of 1px_trans.gif or remove the image in search tool bar 1px_trans.gif is transparent and doesn't have a colour. It is used as a shim image&mdash;an outdated way of controlling the dimension(s) of some element(s). It's intended to be invisible. Giving it colour will cause it to become visible, resulting in all sorts of unexpected and unwanted lines (or worse, solid areas of colour) appearing throughout applications.
    What do you think you want to do? (Whatever that is, it will almost certainly not be achieved by changing the colour of 1px_trans.gif...)

  • How to change the font of a cell in an Excel spreadsheet from within LabVIEW?

    The Font property appears to be a Read-Only property and I can not find another ActiveX Property or Method that seems to do the job.

    Devron-mouse,
    You will need to go down to the Range object and get a reference to a cell or group of cells. From there you can get font object for that range and change properties there. (This is of course dependent upon your version of Excel that you have.)
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • How to Change the defalut file name of PDF out of report (Version 6i)

    Dear All
    I have a report which opens from forms(Version 6i); the output of the report is in PDF. The generated file name is the same name as the report. Is there any way to give parameter name of the report as the name of the PDF out put of the report?
    For example I have a parameter called PATIENT_ID and my value is 25613 now I need the PDF out put name also 25613.
    Thanks and regards
    Sijo

    Use DESNAME to specify the output filename:
    set_report_object_property(repid, REPORT_DESNAME, :patient_id);

  • How to change the color for the af:messages by skins ?

    Hello All
    How i can change the text color for the af:messages by skins,i want change the color for the messages paragraph not for message header
    Because i know how to change the message header color text by
    .AFErrorTextForeground:alias
    color: Red;
    Error:
    1. You Must Select etc...
    2. Hello All
    i want to change the color nor for the header (Error) ,i want change it for the messages 1 and 2 and its text.
    Regards
    Mohammad Weshah
    )

    Hi Frank
    Unfortunately it dose not work.
    Any another options for this issue .
    Regards
    Mohd.Weshah

  • How To Change Standard Message Language?

    Dear All
    I have a atrribute, whose  data type is  integer .It is bounded to a inputfield .
    When i launch the application ,and input a string in the inputfield ,after i  trigger a event ,it return a wrong message in German language ?
    So can anybody give me some tips about how to change the message language in English?
    Thanks In Advance .

    Dear Eleanor,
    Please look at following settings in given order to see if language is set as German (de).
    1. URL - is language being passed as parameter (sap.locale)? [This is valid only if you are the Developer of application]
    2. Your User ID - Is your default language set as German?
    3. Browser - Is your Browser's default language German?
    4. Is 'defaultlocale' property of application set as German?
    5. Is default language of project German?
    6. JVM default is German?
    You should find the answer to your question in one of these 6 locations. Please note that value in 1 will override values of 2-6. Similarly value in 2 will override value in 3-6 and so on.
    Hope this helps.
    Vishwas.

Maybe you are looking for