SSRS matrix click on the count like a pivot table to get details

Hi,
I am trying to create a matrix report to work similar to a pivot table, where when a user clicks on the count, the details are displayed. When I add the action to open a sub-report, how do I pass in the parameter values for the group that was selected? meaning
if in row group- I have company name, and column group I have job title, when the count gets clicked, i need to pass in the company name for the row that was clicked along with the column group. How can I proceed?
Thanks in advance!

Hi NewCSharpUser,
According to your description, you have created a main report which contains company name as row group and job title as column group. And a drill through report which contains company name as a parameter to filter the data. When you click the data region
in the main report, you want to display corresponding details in the drill through report filtered by the company name, right?
In your scenario, you could add a “Go to report” action, then specify a parameter to filter the drill through report. Please refer to steps below:
1. Design the main report like below:
2. Preview the report.
Reference:
Drillthrough Reports (Report Builder and SSRS)
If the method couldn't meet your requirement, please share you report design and expected results for our analysis.
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
Qiuyun Yu
TechNet Community Support

Similar Messages

  • Safari is slowly getting more buggy.  Actions, such as clicking on a field, don't give the expected results.  I may have to click on the red exit button 5 times to get it to work.  I get unwanted dropdown menus.  I have version 5.1.7 on OS 10.6.8

    Safari is slowly getting more buggy.  Actions, such as clicking on a field, don't give the expected results.  I may have to click on the red exit button 5 times to get it to work.  I get unwanted dropdown menus.  I have version 5.1.7 on OS 10.6.8.  System is 3 years old.

    Are you running low on RAM..?
    see > Using Activity Monitor
    Is your Hard Drive getting full...?
    see > Freeing space on your Mac OS X startup disk
    Have you tried Repair Disk Permissions after upgrading Safari...?
    see > About Disk Utility's Repair Disk Permissions feature
    Reset Safari...?

  • How to re-arrange the columns present in pivot table view in obiee 10?

    Can you please tell me How to re-arrange the columns present in pivot table view in obiee 10?

    I have columns as 1,2,3,4,6,7, in pivot table view.
    I have calculated item (column 5 as summation of 1,2,3,4) and caluclated itme (column 9 as summation of 6,7)...now if i arrange ascending then calculated columns 5,9 don't get affected.
    I need the order as 1,2,3,4,5,6,7,9

  • Loading data into csv file based on the count of data in table in ODI

    Hi,
    I have a requirement like i have data in table and need to be loaded in csv file.
    If the count of the data in the table exceeds the csv data limit then i need to call the same procedure again to
    generate one more csv file and load the remaining data into it.my data in the table may vary all the time.
    I am new to this ODI.Can anyone tell any ways to do it in ODI or tell me any logic to do this?
    Thanks in advance..
    Edited by: 883410 on May 22, 2012 12:01 AM

    What limit on the csv file are you talking about. There isn't a limit (unless you are on Unix where the filesize is limit is 2GB). Are you talking about opening it in earlier versions of Excel where the display limit is 60,000 rows as this is irrelevant for your operation?

  • Just paid & subscribed to Lightroom + PS... I click on the welcome download button and all I get is

    "There is no application set to open the URL aam://SAPCode=LTRM?productVersion=5.4?passPhrase=QDhP+te/HB8vPev6KdObv8fvv6baY8dMETvfdSrZ pe6L5yI5zB52p1JS4sksRVp8ogYYkpS+6VRWWc1ejDXB35D1uhn/hZp/xJjUY+Ui5JeXEgf75tY+7Jq/RZ9Tturkgd j7MEQ7kPPuh7+ibvsEFBNLoFcpN99QQQXty4Qe/Pg=.
    Search the App Store for the application that can open this document, or choose an exisiitng application on your computer"
    I have no idea why i cant just download Lightroom  ? Currently using an iMac  OS X 10.9.2 plenty of memory and disk space
    £8+ per month for what ? and error message !!!?? very poor show Adobe !!!
    Help please
    Thanks
    Adrian

    You need to log-in to the creative cloud with your Adobe ID.
    From CC desktop click on the apps tab.
    Then scroll down the list for Photoshop CC and click on the install button. Then do the same for Lightroom 5 and click on the install button.

  • When I click on the apps tag in creative live, I get the message download error contact customer support click help which led me here

    Hi What should I do next?

    Hi,
    I will assume that you're on MAC ,go to :
    /Users/[user name]/Library/Application Support/
    Select Adobe folder and click "CMD + I "
    Gave read and write permissions to all users .
    Click on the gear at the bottom and apply the changes to included items .
    Retry .

  • Since I update to the new Firefox, I am having problems reading my e-mail. When I click on the e-mail sometimes I can't get it to open.

    I am not sure what else I can add. I am no longer able to open
    all my e-mails. I keep having to go out sometimes and then try
    clicking on the e-mail again for it to open. It is getting to be a bit
    frustrating. I did not have that problem before.

    It is up to AVG to make whatever extension it is you are wanting compatible with the latest release...
    What extension/add-on are you referring to?

  • How to update ADF VO object to refresh the data in ADF Pivot table

    I need to know how to update the View object so that the date in pivot table is refreshed/updated/filtered.
    here are the steps I performed to create ADF pivot table application using VO at design time.
    1) created a collection in a Data Control (ViewObject in an ApplicationModule) that provides the values I wanted to use for row and column labels as well the cell values (Used the SQL query)
    2) Dragged this collection to the page in which wanted to create the pivot table
    3) In the pivot table data binding editor specified the characteristics of the rows (which attribute(s) should be displayed in header), the columns (likewise) and the cells.
    Now, I have a requirement to update/filter the data in pivot table on click of check box and my question is how to I update the View object so that the date in pivot table is refreshed/updated/filtered.
    I have got this solution from one of the contact in which a WHERE clause on an underlying VO is updated based upon input from a Slider control. In essence, the value of the control is sent to a backing bean, and then the backing bean uses this input to call the "filterVO" method on the corresponding AppModule:
    but, I'm getting "operationBinding" object as NULL in following code. Please let me know what's wrong.
    here is the code
    Our slider component will look like
    <af:selectBooleanCheckbox label="Unit" value="#{PivotTableBean.dataValue}"
    autoSubmit="true" />
    The setDataValue() method in the backing bean will get a handle to AM and will execute the "filterVO" method in that, which takes the NumberRange as the input parameter.
    public void setDataValue(boolean value) {
    DataValue = value;
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = (OperationBinding)bindings.getOperationBinding("filterVO");
    Object result = operationBinding.execute();
    The filterVO method in the AMImpl.java will get the true or false and set the where Clause for the VO query to show values.
    public void filterVO(boolean value) {
    if (value != null) {
    ViewObjectImpl ibVO = getVO1();
    ibVO.setWhereClause("PRODUCT_TOTAL_REVENUE(+) where rownum < 10");
    ibVO.executeQuery();
    }

    Did you define a filterVO action in your pagedef.xml file?
    You might want to read on how to access service method from a JSF Web Application in the ADF Developer Guide for 10.1.3 chapter 8.5

  • How to disable Row label from the aggregation function in Pivot table

    Hello everyone,
    I have table in Power Pivot like shown below:
    Item_Name
    Category
    Vendor
    Sales_Amount
    Item 1
    Category 1
    Vendor 1
    30
    Item 2
    Category 1
    Vendor 2
    25
    Item 3
    Category 2
    Vendor 3
    50
    Item 3
    Category 2
    Vendor 3
    60
    Item 3
    Category 2
    Vendor 3
    20
    Item 2
    Category 1
    Vendor 2
    10
    Item 2
    Category 1
    Vendor 2
    30
    Item 2
    Category 1
    Vendor 2
    100
    Item 2
    Category 1
    Vendor 1
    20
    By using above table i have to create Rank(Based on Sales amount) by Category and Item name in Pivot table, i have done easily like added two dimension attribute(Category, Item_Name) into row label and Sales_Amount into aggregation tab then I calculated
    rank:=RANKX(ALL(Sales[Item_Name]),[Sum of Sales_Amount]) so finally pivot table looks like shown below:
    But end user want to see the vendor name also in the pivot table but the Rank suppose to be based on Sales amount by Category and Item name. if i added the vendor name also into the row label, rank calculated based on on Sales amount by Category, Item
    name and vendor.
    I would be really grateful if anyone advise how to fix this problem as it will be helpful my most of the reports.
    Regards,
    Robert 

    Darren Gosbell,
    Thanks for your reply.
    Item_Name
    Category
    Vendor
    Sales_Amount
    Item 1
    Category 1
    Vendor 1
    30
    Item 2
    Category 1
    Vendor 2
    25
    Item 3
    Category 2
    Vendor 3
    50
    Item 3
    Category 2
    Vendor 3
    60
    Item 3
    Category 2
    Vendor 3
    20
    Item 2
    Category 1
    Vendor 2
    10
    Item 2
    Category 1
    Vendor 2
    30
    Item 2
    Category 1
    Vendor 2
    100
    Item 2
    Category 1
    Vendor 2
    20
    Item 4
    Category 1
    Vendor 2
    3
    Item 4
    Category 1
    Vendor 2
    50
    Item 4
    Category 1
    Vendor 2
    3
    The above is my new source data.
    I used this function to calculate  Rank:=RANKX(ALL(Sales[Item_Name]),[Sum of Sales_Amount])
    and also used yours below:  
    Rank2:=RANKX(SUMMARIZE(ALL(Sales),[Item_Name],[Category]),CALCULATE([Sum of Sales_Amount],ALLEXCEPT(Sales,Sales[Item_Name],Sales[Category])))
    The Preceding screenshot is the result of our two function but i wanna pivot table like shown below:
    Could please help me to fix it out.

  • Count Distinct in Pivot table totals? OBIEE 11.1.1.5

    Hi,
    I have got a column that counts distinct customers per each month of the year and at the end of the analysis, it should show distinct customer count of the year as TOTAL. How can it be achieved? Is it possible to customize pivot table totals?
    Example:
    Month Customers
    Jan          10
    Feb          20 (10 new customers)
    Mar           15  (5 new customers)
    TOTAL: 25 (distinct values --> 10+10+5)Thanks in advance.

    Hi MK,
    I tried it already and it does not work. It takes the distinct value of each month, which is month's count distinct and then it sums. So the total is 45 (10+20+15) not 25.
    Thanks for you reply.

  • How to create a graph for the exact values in pivot table

    hi all,
    how can i create a graph exactly that shows pivoted values. i created one pivot table and deleted the table view. when i am creating the graph it is not showing the graph for pivot table values.

    for that you need to edit the pivot table properties and then select graph pivot results tab in the top middle .. hope this helps

  • Clicking on the iWeb icon does absolutely nothing - cannot get to site

    I am not at all sure what just happened! I have been working on an iWeb site for about a week, sometimes publishing it again when a page needed changes.
    This time I made a graphic modification to all the pages, and then when I published it, it uploaded the pages (I dont remember getting a dialog box saying that "this may take some time . . . you can continue working but do not quit) - ok - that was some time ago - now when I try to open iWeb (I HATE the fact there is no File:Open item)
    it does ABSOLUTEY NOTHING. Where did it disappear to? Can I get it back?
    There is nothing there and I dont know anyway to get to it. Is my work gone?
    When I click on iWeb, the New Page and New Site are dimmed, This is true for both the icon in the Dock and the iWeb icon in the applications folder. Have not quit (tho not much can be selected in the menus and I see no document.)
    In other words, I published a site, and iWeb will not let me edit it.
    Thanks in advance,
    George Bartley

    You can get to your site by typing the uRL into your browser. That way you will see if your updates are there before you start trying to get iWeb to work.
    The URL will be something like...
    http://web.mac.com/username/SiteName/PageName.html
    Make sure you empty the browser cache first.

  • Tired of apps freezing and banging on the screen like a gorilla trying to get a response

    When will there be an update that actually improves the ios so that you can actually hit a link in safari without zooming in and so that the email quits freezing and has to be swiped away and restarted to work or when that won't even work and the device must be hard reset. It is so frustrating. It is the same with the home button; half the time it double clicks when I click once and often it doesn't work at all. I have been so loyal because Apple products used to just work and now they just don't seem to be any more stable than all of the other me too products. I promised my wife that I would buy us apple watches when they come out but now the price is so much higher than expected and if they operate like my other devices I am worried that it will be a wast of thousands of dollars. I know this is a rant but product support wants $35 to even chat about my problems and I am just about done with this crap. By the way my family has three iPods and two phones between us and the problems are on all of them. I know apple wants profits but test some of this stuff or actually provide updates that resolve problems not just put a watch app on the phone to suck up even more memory. Worst of all I will probably buy the **** watches anyhow. The good part is that if they are crappy I know I won't get over it and that will save me some money long term. No sense paying a premium for a dud.

    I have hard reset my device (many times out of need), synced the device a few times, removed apps and media to reduce burden on memory, cleared running aps, and yes I have restored though I did this on my phone which was having similar issues and it helped a little. These are the same issues as my wife and daughter have with thier iPads also. I understand things go wrong with software and that no matter what bugs can be present but it used to be minimal with apple and they used to be rectified quickly. My question is really for apple and perhaps it should be more clear: HAVE THEY LOST THIER WAY ON QUALITY CONTROL. Are apple devices the same as the rest now and not worth the premium. It was easy to be a raving fan when the products just worked. I accepted that thre were limitations such as no flash and no USB because those items caused bugs and eliminating them made the product more stable. My devices are not more stable than others any more and I wonder if the issues are just part of apple products now or if there is a solution. I just asked four people about the issues with te home button and everyone had them. No one had the finger print scanner though. Is that change the ssue? My devices freeze all the time and it is getting old. I am convinced it is not my fault in any event.

  • Regarding the count(*) while using with table alias

    Hi,
    I have question in Count(*). Will it work with table allias.
    It works when I use like below
    "select count(*) po_header_id from po_headers_all" -- its working perfectly
    but , when i queried like below its not working,
    "select count(*) poh.po_header_id from po_headers_all poh"
    I like you guys to clarify my query.
    Thanks in advance.
    Regards,
    Uvaraja

    the words you write just after a column or an expression or a function will become an ALIAS and aliases don't have any table or scheme.
    select count(*) RRRR from mytable;RRRR is an alias in this example. maybe you have a column called RRRR in the table but this is not it. so you can not put your table name as prefix to it. mytable.RRRR will indicate the column not alias. if it doesn't include a dot, it could be used as alias but dot is violating naming rules.
    you could do that:
    select count(*) "mytable.RRRR" from mytable;now, "mytable.RRRR" becomes your alias.

  • For example, when I click on the craig's list book mark, I get a pop that says to up date Firefox. I don't have Firefos on this computer. Now what is going on here, anybody?

    I am getting unwanted popup ads about software update for software that I don't have installed. I have an iMac 20", 2009, running 10.10.2 Yosemite. This just started this week. I read that Adobe Flash Player was causing problems with mac's and Windows pc's. I did the Adobe Flash Player update for windows 7, on my pc's. Is this my problem here on the iMac? I also get popup ads when viewing and crags list ads. they appear in the midle of the screen, and in the lower right hand corner.  Any advice, suggestions will be highly appreciated. Thanks

    There is no need to download anything to solve this problem.
    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

Maybe you are looking for

  • Loading multiple tables with SQL Loader

    Hi, I want to load multiple tables from a single data file using SQL Loader. Here's the basic idea of what I want. Let's say I have two tables, table =T1 and table T2: SQL> desc T1; COL1 VARCHAR2(20) COL2 VARCHAR2(20) SQL> desc T2; COL1 VARCHAR2(20)

  • Work around for power PC program

    I purchased a book with CD ROM. It was supposed to work with Macs up to 10.6 but I keep getting a message that power PC is no longer supported. I called McGraw Hill and they claim Apple dropped the support after 10.6. Is there a work around?

  • Printing single page from book

    I would like to print a single page from an Aperture book containing 25 pages. I tried on my Epson 2400, but all 25 pages went to the printer. Thanks, Susan

  • Time out talking to server

    When trying to deploy I get this "time out talking to server" error Any idea would be appreciated [exec] Severity 1: DeployLogListener: sending packet c:/iplanet/ias6/ias/JA R/aqp.ear J2EEInstallEar [exec] Severity 1: DeployLogListener: sending packe

  • If your iCloud freezes when open system preferences, please do the following

    If your iCloud freezes when open system preferences, please do the following. (What i mean is the following, Settings>iCloud then it will freeze before you entering email, then follow the steps below) turn off your iPhone. log out from iCloud, in any