I have a report I created in Reporting Services using BIDS. I have multiple text boxes that I have a Jump to assigned to go to the same report. However, I want to be able to pass a specific parameter value to the query of the Jump to report to only display the specific data that the user clicked. How can I accomplish that?
How to pass a specific Parameter value to Jump to report in SSRS
1.3k Views Asked by tsqln00b At
1
There are 1 best solutions below
Related Questions in REPORTING-SERVICES
- Pass multiple account variables to single parameter
- Update SSRS security for reports
- SSRS Report Expression, for 2 fields in one column
- How to assign dataset values in RDLC report header?
- SSRS Multi-Value Parameter Not Filtering
- Toggle groups based on a parameter
- How to build rptproj using C#
- Don't produce report if there is no data - PDF
- SSRS ListRenderingExtension Unauthorised Exception
- SSRS Color Expression Lesser than X
- Format Numbers in Multiple columns of SSRS Report
- Create Sum of calculated columns in Microsoft Reporting Services like Fibonacci series
- SSRS parameter Datatypes
- creating many reports from a single template - what is this called?
- SSRS Add Parent Group to Entire Tablix
Related Questions in BIDS
- SSIS Expressions setting two variables
- Setting a offset on my SQL Report with Paramters
- MDX Code much slower than MDX Browser
- Moving SSRS Report with parameters to Dynamics CRM 2013
- How to enable/disable parameters(automatically) based on another parameter? VS 2005
- SQL View Columns
- MDX Query SUM PROD to do Weighted Average
- Generating barcode for a field value in CRM 2011 reporting
- SQL Query Shoretel Tracking Voicemail Calls
- Multiple SELECT CASE statements in Query For Shoretel Reports
- Data shows in BIDS preview but won't load when running
- SQL Query for abandonment rate calculation for Shoretel Reports
- How do I utilize a multi-value Parameter in a query for SSRS report?
- How do I write an expression to pull the next row value
- How to pass a specific Parameter value to Jump to report in SSRS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I'm not sure if this is what your are talking about but if you:
1.Right click the textbox you have that jumps to a report 2.Click texbox properties 3.Select the action tab 4. Enable as an action: choose go to report 5. On specify report you can choose the report it is jumping to 6. On the same window click add these parameters, choose the value the parameter is passing and the parameter (make sure the parameter exists in the other report first) 7. In the report that is being jumped to make sure the same selected value is being passed by the parameter.
Cheers!