Hyperlink and Report Parameters

Hi,
I have a webi report which has drill filters. I have a drill filter on Month_Name_And_Year column. When I select the drill filter it gives me the report for that particular month_year. In the webi I also have a hyperlink to a nre report which is a detailed report. When the user clicks on the hyperlink I would want them to open the report  for the drill filter value that I select. I believe i need to pass the drill filter value as a paramter and how would I be able to open the detail report for the drill filter that I have selected.
the code as a hyperlink is as follows:
="<a href=http://dev/businessobjects/enterprise115/InfoView/scripts/opendocument.aspx?sType=wid&sDocName=A%20WEBI%20Curd%20Installations&sWindow=New&sPath=[Breed],[Portal Analytics],[Supplemental Services]>"+[Number Of Curd Sales]+"</a>"
I would require guidance what changes i wil have to make it at hyperlink and the detail report level to have it in sync with the summary report.
Thank You,
boe user

boe user,
Try this:
="<a href =" + "http://webwasqwn1.ecorp.cat.com:8322/OpenDocument/opendoc/openDocument.jsp?sType=wid&sDocName=fsitem&lsSEnterItem Node Name:="Query 2.Item Node Name(If IsPromptAnswered("Enter FS Items") Then "&lsSEnterFS Items:="+URLEncode(UserResponse("Enter FS Items:"))) + Object + ""
Have a look on this thread also:
Linking 2 web I reports
I'm Back

Similar Messages

  • CR 2008,  Universes, and report parameters....

    All,
       I would like to use a universe(s) as a data source for our crystal reports (CR 2008 - BOE 3.0/3.1).  We have an application that collects the report parameters from users and then schedules the CR report using the JAVA API.  My question is this:
      what construct do I use in the universe to represent this statement in a where clause of the report query (I assume it's one of the @ functions):
    where...
          and loc_name in '(?locNameList)'
    ?locNameList is a multi-value parameter defined in the report. 
    Any comments, pointers to onlince documentation or examples, and book references would be appreciated.
    thanks,pf

    Paul,
    Did you get any feedback on this, I am looking to do the same thing.
    Thanks,
    Ian S

  • Value sets and Report Parameters

    Hi
    these are my requirements
    i have developed report using scott where the
    parametes are
    dname
    empinfo
    (1)If i select Department 1o then
    in parameter empinfo should display the value only from department 10
    (2) i have created a value set for report parameters empinfo
    it only shows two columns like EMPNO AND eNAME AND THERE only two column space to be shows
    how could i make columns to be displayed in addition to ename and empno
    Regard

    Hi KittyCat101,
    If I understand correctly, you want to use a parameter to filter Status field that starts with “Is” or “Can” or “Fi”. If in this scenario, we can refer to the following steps to achieve your goal:
    Modify the available values for @Status parameter to “Is”, “Can” and “Fi”.
    Right-click the tablix or dataset to open the properties dialog box.
    Select Filter in the left pane, then add a filter like below to filter Status field:
    Expression: =Fields!Status.Value like (Parameters!Status.Value & "*")  Type: Boolean
    Operator: =
    Value: true
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Using Hyperlink and passing parameters

    i need to use the hyper link option on a field and when clocking this hyperlink i want to open another crystal report and passsing some parameters from the first report to the second one and using them in the second
    is it anything like this?
    "report2.rpt?ParameterName="+{report1.Field}
    thanks,
    Rami Dahabreh

    boe user,
    Try this:
    ="<a href =" + "http://webwasqwn1.ecorp.cat.com:8322/OpenDocument/opendoc/openDocument.jsp?sType=wid&sDocName=fsitem&lsSEnterItem Node Name:="Query 2.Item Node Name(If IsPromptAnswered("Enter FS Items") Then "&lsSEnterFS Items:="+URLEncode(UserResponse("Enter FS Items:"))) + Object + ""
    Have a look on this thread also:
    Linking 2 web I reports
    I'm Back

  • Salesforce and report parameters

    When I create a report using the Crystal Reports client I can set a parameter to use for the report, but when I upload the report to Salesforce I am stuck with whatever the last value I used in the client.  How can I prompt the user for a value from within Salesforce?

    hi wes,
         I never tried salesforce, while based on your problem, is it possible that when you saved your report from crystal report designer (or client), you saved the report with data. so salesforce will show report with saved data and will not prompt parameters to fetch new data.
        try to save report without saving data in crystal report designer (In File menu, do not check "Save data with report" in crystal report designer)

  • Dynamic Data Connection Parameter and Report Parameters

    Post Author: despec
    CA Forum: General
    Hello to all,I am using a business view that is based on a dynamic data connection of 13 databases, each a different school.  When I use the BV is a CXrystal Report (XI), it correctly, of course, uses the "read only" parameter for me to select a school.  My problem arises when I try to enter a student name "list of values"  parameter using that same dynamic data connection.  After I select the "read only" school parameter, I then  select that student name and immediately, the "read only" school parameter resets to "--".  Therefore when I click okay, I get an error saying that my selection for the first parameter is invalid.Anyone have any suggestion on how I may be able to resolve this?Thanks,David

    Hello,
    Jsut a reminder this is not a Support Case Management system but for all to use.
    Since you have BOE 3.1 you should have a valid support contract. Log into Service Market Place and create a case on line and a support Engineer will call you.
    If you don't know how to then ask your Manager who is your SAP Account Super User and that person can add you to the list and give you a log in ID and password.
    Thank you
    Don

  • Passing rendering format and report parameters in the URL to call a report - SSRS 2012

    Hi,
    I've a SSRS 2012 with the integer and multivalue Creation_Years parameter that I need to call directly to export data in the Excel format.
    I've tried to use this URL:
    http://reportserv/Reports/Pages/Report.aspx?ItemPath=%2fInsurance%2fInstallations_Excel&rs:Format=excel&Creation_Years=2014 but the parameter is required in an interactive manner.
    I've tried to set the hidden property for the parameter, I've tried to invert the position of the "rs:Format=excel" string with the "Creation_Years=2014", but the error message doesn't change. Also if I specify the 2015 year, the parameter
    isn't overwritten with the 2015 value.
    Any helps to me, please? Thanks

    Ok, thanks, I note that you have added "rs:Command=Render": looking to the official documentation this string seems optional.
    Your url functions but the parameter cannot be a multivalue one. Do you confirm this?
    Thanks
    If you want to sent value for multi valued parameter through URL you need to repeat it
    ie like this
    http://reportserv/ReportServer/Pages/ReportViewer.aspx?%2fInsurance2fInstallations_Excel&rs:Command=Render&rs:Format=excel&Creation_Years=2014&Creation_Years=2015&Creation_Years=2016...
    also see
    https://msdn.microsoft.com/en-us/library/ms155391.aspx
    If parameter value itself has characetrs like & in it you need to escape them first using javascript
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Report Builder 3.0 and Report Parameters with Available Values - do a LIKE expression?

    I would like to write an expression based on a @Status parameter that includes the labels you see in the diagram.  My problem is that in the field Status - that includes these data results of Issued, Cancelled and Finaled - data entry is not consistent
    so I would like to do a like expression for the value - something like this Issued would be "Is*" or Cancelled would be "can*" etc. however I keep getting error statements and I'm not sure what I'm doing wrong. 

    Hi KittyCat101,
    If I understand correctly, you want to use a parameter to filter Status field that starts with “Is” or “Can” or “Fi”. If in this scenario, we can refer to the following steps to achieve your goal:
    Modify the available values for @Status parameter to “Is”, “Can” and “Fi”.
    Right-click the tablix or dataset to open the properties dialog box.
    Select Filter in the left pane, then add a filter like below to filter Status field:
    Expression: =Fields!Status.Value like (Parameters!Status.Value & "*")  Type: Boolean
    Operator: =
    Value: true
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Parameters and report on the same page

    I am new to HTML_DB. I would appreciate your help with the following:
    I have html page with items(parameters) and report on the same screen.
    Items are:
    Customer: Select list with Submit
    Invoice No.: Select list - Populated invoices numbers for the selected customer
    Department: Select List
    Prod Month: Date Picker
    Button: Report View.
    Users can select any of the above parameter to create a report. The problem is when I don't select any customer and just select the department or prod month and click on a Report View button, I get SQL error in the Invoice Number item.
    It seems when the page refreshes to create a report Invoice Number items sql query is executing but when it does not find the customer name, it’s giving the error.
    If I select a customer name, the page gets refreshed and the report is generated. I don’t want to create a report when they select a customer. I want them to select the parameters and click on the Report View button to create the report on the same page.
    Thank you.
    Regards,
    Rek

    Sounds like you are building the query string and submitting that and the fact that they leave something out messes up that string...<br><br>If that's the case, you can add validations to the page to make sure they enter in all the appropriate information.<br><br>
    chet

  • SSRS 2008 R2 Report parameters have default values and report not to auto run

    Hi, I am using SSRS 2008 R2 one of my requirements for a Report is all the parameters have default value and I do not want this report to auto run when users open this report. I can create a dummy hidden parameter to break the auto run for this
    report. But I am looking for solutions other than that.
    Thanks in advance..........
    Ione

    Hi lone,
    According to your description, you have a report with parameters. Now you want you report not to run automatically with your parameters default values. Right?
    In Reporting Service, if you have parameters with default values in your report, your report will always auto run with these default values. We can say these default values are used for report running initially. So for your requirement, if you really need
    to see your default value before the report running, the best workaround is set one more parameter to break the auto run like you have done. If you just want your report not to auto run, your can achieve it by removing those default values.
    Reference:
    Report Parameters (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou (Pactera)

  • What are the names and the parameters of the SSIS reports

    what are the names and the parameters  of the SSIS reports
    (delivered with and included in the SSMS)
    to navigate from my reports to the build in reports
    it's necessary to know the reportname and the parameters.
    I want to "combine" respectively want to navigate
    from custom reports (works excellent) to the 5 build in reports
    please have a look at the attached picture and in particular
    to the blue arrow.SSIS_ReportsNavigation
    thank you for providing an answer or a hint.

    to navigate from my reports to the build in reports
    Those integrated reports in SSMS are not hosted in SSRS, so there is no URL available where you can navigate to.
    The reports run in client side rendering mode = RDLC.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Deploying forms and reports with parameters from portal

    hi , how do i build forms and reports from database limiting them with parameters from the login details on the portal on my application server.

    I had the same problem.
    I resolve with a new third party tool:
    RunDev
    I've found it on:
    solutionmarketplace.oracle.com
    searching "rundev".
    James

  • Connecting Crystal reports with dashboards and passing parameters

    Hi ,
    Can anyone have any document on Connecting Crystal reports with dashboards and passing parameters.
    I would appreciate for this.
    Thank You.

    Hi Ganesh,
    You can refer the following links for connecting Crystal reports with dashboards:
    Dashboard integration in Crystal Reports using flash variables | Clariba Blog
    https://websmp102.sapag.de/~sapidp/011000358700001426732009E/Xcelsius_EmbeddingInCR2008.pdf
    http://events.asug.com/2012BOUC/0315_Integrating_SAP_Dashboards_into_SAP_Crystal_Reports.pdf
    Regards,
    Renu

  • Separate Date and Time report parameters in SSRS 2012

    Hi Forumers'
    I m trying to design a report in SSRS with Separate date and time parameters
    I would like to have four parameter StartDate,EndDate,StartTime and EndTime.
    reports should be filter on all four parameter.
    can any one help me on this. i am using stored procedure to fetch data from db.
    GO
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE[dbo].[GetIVRTime]
    @StartDate varchar(50),
    @EndDate varchar(50),
    @StartTime Varchar(50),
    @EndTime Varchar (50)
    AS
    BEGIN
    DECLARE @Names VARCHAR(8000)
    BEGIN
    Select Convert(varchar(12),timestamp,105)As Date,CONVERT (VARCHAR(12), timestamp, 108) As Time,
    Count(cli)As TotalCall,
    SUM(case when ivrsuccess=1 then 1 else 0 end)as IVRSuccessfull,
    SUM(case when ivrsuccess=2 then 1 else 0 end)as IVRunsuccessfull,
    SUM(case when exitreason=1 then 1 else 0 end)as PBOTransferred,
    SUM(case language when'ENG'then 1 else 0 end)as EnglishCall,
    SUM(case language when'HIN'then 1 else 0 end)as HindiCall
    From tbl_ivrmaster
    where callstartdatetime>=@StartDate and callenddatetime<=dateadd(dd,1,@EndDate)
     and callstartdatetime>=@StartTime and callenddatetime<=@EndTime
    group by Convert(varchar(12),timestamp,105),CONVERT (VARCHAR(12), timestamp, 108)
    END
    END

    Hi Nirmal,
    I have tested on my local environment that as Visakh16 mentioned that you can use function like DATEADD(dd,DATEDIFF(dd,0,@StartDate),@StartTime) 
    to get the date/time value based on the date and time parameter you have selectted.
    There is also anoher method to add filter in the dataset but not in the query.Details information below for your reference;
    Please change the datatype of the @sartdate and @enddate from text to date, if you don't specify an availbel value for these two parameters, you will get an calender picker to select the date.
    I assumed the two time parameters will enter the value which format like:hh:mm or hh:mm:ssYou can conver the datetime field in the table to string and then compare with the conbine of the date and time field to filter the data
    like below:
    Filter add in the dataset like:
    Expression:=FormatDateTime(Fields!DateTime.Value)           (String type)
    Operator: Between
    Value:
    =Parameters!StartDate.Value &" "&Right(TimeValue(Parameters!StartTime.Value),8)
    =Parameters!EndDate.Value &" "&Right(TimeValue(Parameters!EndTime.Value),8)
    Preview the report:
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Reports 9i authentication and connection parameters

    Hi,
    We are trying to integrate reports into our JDeveloper 9i application, which uses BC4J.
    Right now, we seem to have to pass the parameters for the authentication and database connection into the reports either via the URL or via parameters inside the JSP file.
    http://10.1.1.140:8888/cs8/MyTestReport.jsp?userid=xxxx/yyyyy@db
    OR ...
    <rw:report id="report" parameters="userid=xxxx/yyyyy@db">
    Now: how can we use the BC4J connection for this? I know the administrator can edit the data source via Enterprise Manager, but I'd like to have reports use the same connection information as the application so that the data is accessed seamlessly.
    Thanks,
    Jeff

    It's a start. But the cruxt of it is, that we develop the applications and hand them over the wall to the end user admin team and it really is critical not to publish, anywhere the passwords, etc. Without the getPassword() type of call, it will be painful. Ideally, the customer would be able to configure the datasource via EM, as they can for the application...
    It could be that I'm barking up the wrong tree, too. We are, ideally, using reports server and OC4J. If there is an "embedded" reports capability built into OC4J and the authentication is based upon the application's existing connection pool, that would be helpful, too.
    If someone has ideas as to how to make this easier, without having to store user name, connection info and passwords in a table (or xml file), that would be great. Obviously, the connection name and the username can be retrieved, but without the password, it's painful -- and probably less secure.
    Thanks!
    Jeff

Maybe you are looking for

  • Can I return My Macbook To Get the Screen Fixed

    I recently discovered that my screen was cracked and I would like to return it to get fixed

  • Xsl:param or xsl:variable gets reset.

    Hi, I'm trying to keep a counter using a top level variable in xsl. <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:variable name="rownumber">1</xsl:variable> And every time my xsl calls a sp

  • Has any of the following changed in 1.5....

    Hi there fellow forumees. Just a quick question for y'all. When I started working on Color I was told many a time that Color and Interlace does not play well together. Namely, anything in the Geometry room is a no no and also, for any kind or scaling

  • Multiple view accessor in entity displaying wrong

    In an entity.xml file I need to define several view accessors to use for List Validation. However, when I add more than one view access to the entity and go to define the List Validator for the attribute (this dialog box is called "Add Validation Rul

  • In App Purchase An unknown error has occurred with test user account

    I have created a test app that has in app purchasing. I am able to connect to the store and verify my product ID's. I then use my test user account to purchase a product. And guess what... it works... the first time. If I try to use the test user acc