How to generate expand/collapse ssrs report?

Hi,
I have a requirement, where i have to expand/collapse the columns like below
ID  Name  Profile
1     X          A
1     X           B
2     Y            C
2     X             D
2     X             E
now i want to group ID's  and Names  
ID  name  Profile
1
when i expand '1' then 
ID  Name profile
1     X
when i expand 'X' then i have to c Profiles of that
jo

Hi jyoshnaa,
Based on my understanding, you want to display the Name values toggled by the ID, and the Profile toggled by Name.
In your scenario, you can specify the Visibility for the textbox as hidden, then make the Textbox can be toggled by the corresponding report item. Please refer to the steps below:
1. Specify the Visibility option for the Name group and [Profile] textbox like below:
2. Preview the report.
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
Qiuyun Yu
TechNet Community Support

Similar Messages

  • How to generate org model through report

    How to generate org model using report .
    please share your information .
    thanks in advance ,
    sapcrm

    Hi,
    It's look like you are assuming that an organizational model can be created from external data input via a report. If so, then your assumption is wrong. There is no standard way to create a org. model from external input.
    As a standard practice SAP provided a report as mentioned in the previous reply. Using this report you can download ECC/R3 org. model into SAP CRM. This is the easy and best proven way of generating org. model in SAP CRM.
    Please let me know, if you need any further clarification
    Do not forget to reward if it helps
    Regards,
    Paul Kondaveeti

  • How do I execute a ssrs report rdlc file from c# winforms.

    Hello
    I am new to c#
    How do I execute a ssrs report rdlc file from c# winforms.
    I have a rdl file which i have converted to rdlc and "added" to my win form
    when I try to run the report I dont get the output
    Please help me with a sample code
    regards
    Manoj Gokhale

    Hi Manoj,
    According to your description, you want to display RDLC file using WinForms ReportViewer control.
    In your scenario, you can add a ReportViewer control to a Windows application, then select a report that is part of the existing project. For more information, please refer to this article:
    Using the WinForms ReportViewer Control.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • How to run the same SSRS report multiple times, each time with a different parameter value?

    Hi,
    I have an SSRS report that produces a list of invoices for a single supplier (so supplier is a parameter specified at runtime). The report is based on a stored procedure in SQL. I would like to make things easier and instead of going through all suppliers
    one by one, I want to have a single action, which produces separate reports, per supplier, for all suppliers that have an outstanding invoice (so not all suppliers on the system as a whole but all suppliers that are within the result set of the stored procedure).
    I assume this would mean first executing the stored procedure to find all suppliers that have invoices at the time. And then running the report multiple times, once for each supplier, where the supplier value is used as the parameter every time. ideally
    this would open separate webpages with a single report per page. (I am creating a button in another software, which is simply launching iexplore.exe and passing a
    fixed SSRS report URL).
    What would be required? I have SQL 2012 and I am building this in Report Builder 3.0.
    Thank you!
    Dimitar
    P.S. What about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?

    What
    about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?
    Yes thats a much better option. Its very easy to generate such a report in SSRS. You dont need a parameter
    in that case but just needs to add Supplier as a grouping field in the tablix. Then add other columns and groups if required. Select option set page break after each instance of the group for first grouping (ie based on supplier field). Then report will render
    with one page per supplier. On exporting to excel also each supplier data goes to a different tab
    Here's a similar requirement I did for one of my projects
    http://visakhm.blogspot.in/2013/10/using-ssrs-to-export-sqlserver-data-to.html
    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

  • How to Generate Statistic Graph in Report??

    Hi, i am developing an questionnaire program together with 19 question... i am able to get value for each value..
    Now my problem is how to generate a statistic graph whenever user can check their report ??
    Can anyone help?? Thank you very much......
    from bscs

    The easy way is to use your values to set the width or height of an image dynamically in HTML, but you can only do bar charts using this method.
    For real reports and measures have a look at
    http://www.jfree.org/jfreechart/index.php
    http://www.jfree.org/jfreereport/index.php

  • How to generate a row in report to compute total?

    Hi:
    I need help to generate a report. In an accounting report, I need to make sum for each client regarding outstanding balance. The format of report is following:
    invoice#, invoice date, invoice amount, paid amount paid date, write off, outstanding balance
    Client Name: Baker Express / Debtor Name: Kurt Weiss inc.
    137308001, 04/18/2012, 438.07, 537.07, 06/05/2012, , (99)
    137308002, 04/18/2012, 100, 90, 06/05/2012, 10,
    client Total: total payment:627.07, total outstanding balance: (99)
    another client and debtor pair
    My question is how to generate total payment and total outstanding balancefor every pair of client and debtor. And there are multiple pairs. I tried to use group by, but how can I display every invoice tuple as well in the report?
    Any help would be appreciated.
    Sam

    One method would be to use ROLLUP in your SQL
    http://www.oracle-base.com/articles/misc/rollup-cube-grouping-functions-and-grouping-sets.php

  • How to implement expand/collapse property for custome components

    can any one tell me how to implement the expand/collapse
    property for the custom components in flex. i need something like
    hierarchy of custom components which on the expand should be able
    to show the children of the corresponding component and a line
    linking between them and collapsing property too.. can any one help
    me out..

    "hanu106" <[email protected]> wrote in
    message
    news:gfr2co$biq$[email protected]..
    > can any one tell me how to implement the expand/collapse
    property for the
    > custom components in flex. i need something like
    hierarchy of custom
    > components
    > which on the expand should be able to show the children
    of the
    > corresponding
    > component and a line linking between them and collapsing
    property too..
    > can any
    > one help me out..
    Tree?
    AdvancedDataGrid?
    Nested Acordions

  • How to hide Expand/ Collapse icon from ADF Query Panel.

    Hi Experts,
    I need to hide the expand collapse button from the ADF Query panel.
    is there any way to hide it.
    Please help me.
    Thanks in Advance.
    Balaji,

    Hi Balaji,
    Create a CSS file and the below code
    af|query.CustomQueryPanel::disclosure-icon-container { background-image: url("../img/minus.png"); display:none; height:0px; width:0px; }
    af|query.CustomQueryPanel::disclosed-icon { display:none; }
    af|query.CustomQueryPanel::undisclosed-icon { display:none; }
    Add styleClass="CustomQueryPanel" inside <af:query...>
    Now you can try...:)
    Thanks
    Prabhat

  • Expand/Collapse on report

    I am new to APEX and wanted to make sure certain functionality existed.
    Lets suppose I have a table with three columns
    STATE
    CITY
    POPULATION
    What I'd like to be able to create is a report that allows users to easily expand or collapse a node, so they can see population by STATE or by CITY, or by both.
    I have seen how the user can tweak things on the fly to change the group by, I don't think its reasonable to expect them to do so.
    Really, what I want is a basic + and - kind of thing to allow the user to click and expand or collapse.
    I'm assuming that APEX can do this and I'm just clueless.
    Thanks!

    Reproduced, bugged.

  • How to generate PDF file through reports using forms 6i

    Hi all,
    I am using oracle 10g with forms 6i and reports 6i.I need to generate pdf file where clicking a button a report should be called and the report should be generated as a .pdf file in the source i have specified(ex. d:\...).Is this popssible with forms?.how can i achieve this.Kindly help me with suitable answers.Thanks :)
    Regards
    Vids

    hi,
    regarding report, there is a dedicated report forum. you should post there.
    but answer for your question is form is nothing to do with the pdf generation. you can call the report from the as usual.
    In the report you should set the properties like
    destype to 'file'
    desname to 'path with file name'
    desformat to 'pdf'

  • How to generate a PDF format report

    Hello,
    here i am trying to generate the report as 'PDF' format from the form. after i run the form a parameter form comes up there i give parameter as 'IC' it should get only the IC related report in 'PDF' format. i could do this but after i close the adobe and return to the report its not over writing on the same file where i gave the DESNAME:='C:\KAVITHA8.PDF'. its taking atleast 10 minutes to rewrite on the same file.
    i tried first the following way to get the PDF format output but its not even working.
    host('R30RUN32 C:\AC_REPORT.REP DESTYPE = FILE DESFORMAT = PDF BATCH = YES');
    THIS IS NOT WORKING TOO.
    THEN I TRIED THE FOLLOWING WAY HERE I AM EXECUTING THE REPORT BY HOSTING THE ADOBE.
    THIS WORKS BUT DOESNT REWRITE ON THE SAME FILE, IS THERE ANY OTHERWAY THAT I CAN DO THIS OR HOW CAN I MAKE THIS WORK IN PROPER WAY.
    BY THE WAY THIS REPORT DEVELOPED IN DEVELOPER 2000...
    THIS I NEED FOR MY PRODUCTION, PLEASE SOMEONE HELP ME OUT.....
    declare
    pl_id paramlist;
    destype varchar2(10);
    desname varchar2(20);
    desformat varchar2(10);
    TEMP_status varchar2(10);
    begin
    pl_id := Get_Parameter_List('tmpdata');
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List( pl_id );
    END IF;
    pl_id := Create_Parameter_List('tmpdata');
    TEMP_status :=:W_STATUS;
    DESTYPE := 'FILE';
    DESNAME := 'C:\KA.PDF';
    DESFORMAT := 'PDF';
    Add_Parameter(pl_id,'PARAMFORM',TEXT_PARAMETER,'NO');
    Add_Parameter(pl_id,'P_STATUS',TEXT_PARAMETER,TEMP_STATUS);
    Add_Parameter(pl_id,'DESTYPE',TEXT_PARAMETER,DESTYPE);
    Add_Parameter(pl_id,'DESNAME',TEXT_PARAMETER,DESNAME);
    Add_Parameter(pl_id,'DESFORMAT',TEXT_PARAMETER,DESFORMAT);
    Run_Product(REPORTS,'C:\AC_REPORT.REP', ASYNCHRONOUS, RUNTIME,FILESYSTEM,pl_id);
    HOST('c:\program files\adobe\Acrobat 5.0\reader\acrord32.exe C:\KA.PDF');
    END;
    thanks in advance....

    All the information you described points to the problem that reports seems can't generate to a file which already exist. You can verify that by simply doing
    r30run32 C:\AC_REPORT.REP DESTYPE = FILE DESFORMAT = PDF BATCH = YES' desname=c:\temp\ac_report.pdf
    several times. If first time the report is successfully generated in c:\temp\ac_report.pdf, but not the second, third time, then it looks like there is a bug on reports r30run32 executable.
    You may try to find any latest patch for Reports 3.0 to see if patch can solve you problem. But keep in mind Reports 3.0 is de-supported, you are better to move to 6i or 9i reports.
    Thanks,
    -Shaun

  • How to hide columns in SSRS Reports

    I have allocation list which has various columns and weekly allocation text columns like Week1Allocation,Week2Allocation,Week3Allocation ……Week51Allocation.
    I generating a report in which I am showing resource and there allocation in below form
    Resource Name Week1Allocation,Week2Allocation,Week3Allocation ……Week51Allocation
    Xyz                                      
    40                         
    40                         
    43                                        
    11
    While creating report I drag and drop Week Columns in value field and resource name in Row field.
    My requirement is to show Week column starting from current week and next 3 week, How can I achieve this in SRRS or What should I do to get the reports in desired form, What could be the best possible
     design (List design ) for scenario. Please suggest.

    Hi Alok,
    In your scenario, if we want to show Week column starting from current week to next 3 week, we should use expressions to control the 51 columns visibility. This is not a sensible method.
    Generally, we always use one column contains Week1Allocation, Week2Allocation, Week3Allocation ……Week51Allocation values, other than create 51 columns. So I suggest we can modify the dataset to use one column (Week) contains those weeks and other column
    (Allocation) contains the corresponding values, then we can drop Week column under Resource_name in Row groups and drop Allocation column in Values field. Then use the expression below to control the Allocation column visibility:
    =iif(Fields!Week.Value=datepart("ww",today) or Fields!Week.Value =(datepart("ww",today)+1) or Fields!Week.Value =(datepart("ww",today)+2),false,true)
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to generate Process chain status reports

    Hi Friends,
    I have a requirement to capture process chains runtime on a daily basis.
    I know we can get this in RSPCM, however my requirement is to automate this as a report. This report should be automatically generated daily and e-mail has to be sent to certain members of the project.
    Can someone please suggest how to go about this?.
    Regards
    Naveen

    Hi Raf,
    Thanks for the quick reply. yes, I have seen ST13 and it has all what i need like  date, PC Name, Start Time, End Time and Duration.
    However my requirement is that i should automate this to export it to a spreadsheet on a daily basis in the following format.
    PC Name
    PC1
    PC2
    Date
    ST
    ET
    DU
    ST
    ET
    DU
    28/04/2015
    09:00:18
    09:13:21
    00:13:03
    10:00:18
    11:13:21
    01:13:03
    29/04/2015
    10:00:18
    10:58:21
    00:58:03
    10:00:18
    12:58:21
    02:58:03
    30/04/2015
    11:00:18
    11:33:21
    00:33:03
    11:00:18
    11:33:21
    00:33:03
    Can you suggest how to achieve this?
    Regards
    BN

  • How to generate data model summary report

    Hi,sir,
    How can I generate a summary report when I create a server data model in designer 9i as some software did.
    I know CA Erwin or Sybase powerdesigner have a good report builder.
    It is easy to use. How about designer 9i?
    Any tutorial?

    Hi,
    It's look like you are assuming that an organizational model can be created from external data input via a report. If so, then your assumption is wrong. There is no standard way to create a org. model from external input.
    As a standard practice SAP provided a report as mentioned in the previous reply. Using this report you can download ECC/R3 org. model into SAP CRM. This is the easy and best proven way of generating org. model in SAP CRM.
    Please let me know, if you need any further clarification
    Do not forget to reward if it helps
    Regards,
    Paul Kondaveeti

  • How to hide/view a SSRS report parameter control dynamically at runtime?

    Hi,
    I am using SSRS 2005. I want to enable/disable or hide/view parameters based on another parameter selection.
    Say Suppose I have 5 parameters. User selects first value in first parameter I should show only Second parameter and hide remaining 3 parameters (Parameter 3,Parameter 4 & Parameter 5).
    If user selects second value in first parameter I should show third parameter and hide remaining 3 parameters(Parameter 2,Parameter 4 & Parameter 5).
    Similarly If user selects third value in first parameter I should show fourth and fifth parameter and hide remaining 2 parameters(Parameter 2 & Parameter 3).
    There is no relationship between these parameters except user selection.
    I can not see any Visible property for report parameters.
    Any "builtin" support in SSRS for this scenario.
    Appreciate your help.
    Regards,
    Bala

    Thanks for the tips.
    RDL is deployed in Report sever and the Report is integrated with .net application. End user view the
    Reports from Application.
    Currently I show the parameters as you mentioned in point 2.
    Based on my understanding on Point 1,  I want to create an independent web page in .net that has
    the entire parameters section and then a submit button that calls the report with the selected parameters.
    From SSRS side, I want to hide the parameters statically and make default values as NULL.
    Can I achieve Show/Hide parameter functionality by this way?
    Regards,
    Bala

Maybe you are looking for

  • PC h8-1330a with NVIDIA GeForce GT 630 after windows log in black window with only mouse cursor

    Hi PC is an h8-1330a, and the video card is a NVIDIA GeForce GT 630 with driver version 9.18.13.270 dated 29/08/13. connected to a samsung TV via HDMI cable. It is running windows 8.1 OS. I have installed 1 additiona TV tuner card but otherwise the s

  • Is possible to know the age of an Ipod?

    i'm thinking to buy a second hand Ipod nano... is possible to know "when it was born". (when i went to the apple store, the attendant verified by the serial number if my ipod was covered by the warranty). can i make the same on internet? or in anothe

  • T3/RMI packet size very large

    In order to determine our bandwidth requirements, we recently placed a sniffer on our network to analyze our message packets. We've noticed that our packets are very large and it appears that much of the overhead is in the overhead of RMI or T3. Here

  • Problem naming table with schema prefix in Trigger

    Hi, When i try to compile the trigger having that body : BEGIN Insert into TechDb.DocumentTransfers(DocumentNumber, DocumentTypeID, StaffCodeFrom, StaffCodeTo, TransferType, TransferDate) values (:New.DocumentNumber, :New.DocumentTypeID, :New.StaffCo

  • Oracle support contact

    Hi All, We have some problems with queries in Oracle 9.2.0.7 I would like to open a service request with Oracle support for 9.2.0.7 specific performance issue on a solaris environment. Please let me know the procedure.