Report Builder showing duplicate data

Hi everyone!
When adding sub reports to my table, it now duplicates/repeats the data many times.
why is this happening and how do I stop it?
Thanks :)
Allana

Hi Allana,
When I directly insert a subreport without any parameters to a details row cell, I can easily reproduce this issue in my environment. Generally, if we want to avoid this issue, we must design a parameterized report (for example, a report that shows the details
for a specific customer) as the subreport. For more details, please refer to the following steps:
Create a parameter, then add a filter based on the parameter to filter the data in the subreport.
In the main report, insert the subreport with the corresponding parameter values.
Then we can filter the subreport based on the parameter values to eliminate the duplicate data. Besides, we can also add a group in the main report to avoid the duplicate data in main report.
References:
Tutorial: Adding Parameters to a Report (SSRS)
Add a Subreport and Parameters (Report Builder and SSRS)
If there are any other questions, please feel free to ask.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Report is showing duplicate data due to update

    Hi All,
    I need to eliminate the duplicate data in report which is occurring due to the update(not correction) in employee assigment at oracle HRMS.I am already using Max effective start date in where clause at both tables like per_all_people_f and per_all_assignment_f
    Regards,
    Ssali

    I you get duplicate data, change your "select" to "select unique".
    Maybe this is a specific Oracle EBusiness Suite thing. If so, ask it in the EBusiness Suite forum.

  • How to show duplicate data in reports

    Hi experts,
    I need to show duplicate data also in my reports.
    1. I have removed Distinct in advance tab in report.
    2. In rpd unchecked the distinct supported.
    still i am not getting the duplicate records. report is showing distinct data only...how can we resolve this...
    Thanks,
    F

    Hi,
    Is BI show
    jan-08 customer 001 amount 200
    or
    jan-08 customer 001 amount 100 ?
    What is the aggreagation for amount?
    If it is sum then it shoud be 200 for amount.
    is there a column in your table that is different for those 2 lines with jan-08 customer 001 amount 100 like an ID or something?
    if yes then add that id in you dimmension table and then in your report.
    In this case you will get those 2 lines.
    There is another way but I know it shoudn't be used. To set none for aggregation rule.
    Regards
    Nicolae

  • SSRS- report builder showing recent sites and server as blank

    Hi All,
    A client of ours when executes Report builder is not able to see Report models as report builder just gets open but do not create connection to server.
    We have done the following settings for same:
    Used both name and IP of system and added the same to Trusted Sites in IE settings
    Also we have used port number along with URL for report builder.
    We have given all rites to user on reporting services (SQL)
    But it is still not showing report models. 
    Kindly help us.  It is very urgent.
    Thanks in advance
    -Regards
    Kumud 

    Hi Kumud,
    According to your description, your client can't see the created report models in Report Builder. Right?
    In this scenario, the reason why the client can't see the report models because he doen't connect to report server. Please click the
    Connect at the left bottom of Report Builder and type the report server url manually to reconnect the report server. 
    If the connection is failed, please check if there any process on client side which occupies the port for report server URL. Here are two articles for your reference to do troubleshooting.
    Report Builder 3.0 error : Connection Failed. Unable to connect to the server that is specified in the URL
    Connecting to Report Server
    Since the Semantic modeling language (SMDL) report models are deprecated. Although you can you continue to use existing report models as data sources in SQL Server 2012 or later version Reporting Services reports you should consider updating your reports
    to remove their dependency on report models.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Report Builder with multiple data series

    I am not able to figure out how to create a bar chart using
    multiple data series in the Report Builder. I can do it with
    explicit CFML coding but not in the Report Builder. I am running MX
    version 7 with the current (as of 9/1/07) download of the Report
    Builder.
    My table contains visit information by site, with standard
    demographics on each visit (age, race, gender, etc.) I am trying to
    analyze the data by site, for example, race by site.
    I am using an SQL statement to sort and group by site &
    race. I can get a chart of the number of visits for each site or
    the total number of visits by race across all sites. But I can't
    get race by site. The SQL statement looks like this:
    SELECT race, site, COUNT(*) as counter
    FROM visit_info WHERE userid = #session.uid#
    GROUP BY site, race ORDER by site, race
    Every variation I have tried for showing race by site either
    leaves out part of the results or creates a bar chart that has the
    race and site categories as separate entities (White, Black,
    Chinese, Site1, Site2, Site3, etc). I've also tried creating a
    combined variable (site_race) but that doesn't seem to fare any
    better.
    Any help would be appreciated.

    Pop,
    Badunit's example is one possible arrangement that you might have described; that is, one column for X values and several columns for Y values. This is the case when you should respond that you are sharing X-values. With all the data in one table, you can select it all at once, so you don't have the problem with dragging additional series into the chart.
    The Numbers User Guide PDF's first chapter is the place to start getting your bearings - you will learn how to distinguish Header vs. Body rows and columns. It's worth the effort to take another look at it.
    Since you are using a Scatter Chart, it's important not to use a header column for X because X values must be Numeric, as opposed to Text.
    Jerry

  • How to set the filter on a report to show the data for the Current Month

    Hi all,
    I am working on a report, which currently has this filter: Date First Worked is greater than or equal to 10/01/2010. This reports show the data for the current month, so at the beginning of each month we have to remember to change the date on the filter.
    Does anyone know what the criteria should say, so that it automatically changes and shows the information for the current month, without us having to go in and change anything?
    Any help would be greatly appreciated!
    Thanks,
    AA

    You need to add a session variable to date fir worked assuming that this is a date field.
    To do this open up the filter on the field then at then press add Variable then "session" and enter the following CURRENT_MONTH into the Server Variable section.

  • RTF Report output shows Duplicate or Missing lines

    Hi,
    We have a program which prints XML output into the concurrent program output file and the output for this file is set to PDF attached to an RTF template.
    The RTF output generated should ideally have the output in the following manner
    Header 1
    - Line 1
    - Line 2
    - Line 3
    - Line 4
    Header 2
    - Line 1
    - Line 2
    - Line 3
    - Line 4
    But, once the concurrent program completes execution, the RTF template displays data as -
    Header 1
    - Line 1
    - Line 2
    - Line 3
    - Line 4
    Header 2
    - Line 1
    - Line 1
    - Line 4
    Here HEADER1 section is working perfectly fine. But HEADER2 section shows duplicate lines and line are missing as well.
    I checked the XML Output - The data is perfect as required. In case we fetch the concurrent program out file (.out file) and load this into the RTF template offline (in MS Word BI - Addin), and do a preview, the output there too is fine and as required.
    I am doubting that the XDO process which merges the XML into RTF template, after the concurrent program generates output, is creating this effect.
    Could someone please let me know the reason of this behavior. Is there any metalink note or procedure that we need to follow.
    Thanks.

    In addition to this, I executed the 'XML Publisher Template Re-Generator' program in XML Publisher Admin resp. The RTF template shows no error.

  • Reporting output shows no data

    hi everyone .. i have a problem with service manager reporting that it shows no data when i run any reports !! .. i have registered the data warehouse management server and its been months since the service manager has been installed so it has to be synchronized
    by now !! .. i have noticed that some of the data warehouse jobs didn't run such as
    MPSyncJob so i did run it from the console but nothing got solved .. i have also restarted the 3 services in both
    management server and data warehouse
    server but it didn't work also !! can anyone here help ??

    first of all thank u :) .. their status is not started and the
    sealed shows NO .. yes i used that link to edit in the credentials so i can access the data souses and i have tried to view reports from there but it also shows
    no data available .. the error i get from trying to open the [reportServer] and [ReportServerTempDB] using SQL server management studio is :
    The database ReportServerTempDB is not accessible. (ObjectExplorer)
    Program Location:
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.DatabaseNavigableItem.get_CanGetChildren()
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.RequestChildren(IGetChildrenRequest request)
       at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren(WaitHandle quitEvent)

  • Report Viewer shows incorrect data when viewing pages from last to first

    Post Author: Fmorales
    CA Forum: .NET
    Hello.
    I've made a huge report with Crystal Reports for Visual Studio 2005, and sometimes the Report Viewer show data with errors.
    If I see all pages of my report in order, 1 first, then 2nd, 3, 4... until the last one.... The report is always correct.
    If I see all pages in reverse order, 1 first (shown by default), then last one, then last one-1.... until 2nd.. All years show incorrect, except first one... 
    In an outer section, for every year, there is a final row which shows summarize calculated data. The error consists in that every value of the row is 0.
    It seems that Crystal Report calculates while showing, that's good.. but... Why does it ignore the data before when I see directly the last page?? It forces me to see all pages one by one in ascendant order to ensure data is correct.. I must fix that error.
    The way I calculate data in the problematic summarize row is a bit complicated, but I'll try... Let's focus in one only column (the other ones are similar). The summarize value is a formula which simply show a global value :
    WhilePrintingRecords;
    CurrencyVar margenActual;
    which is being increasing or decreasing along the group:
    WhilePrintingRecords;
    CurrencyVar actual:=actual+CurrentFieldValue; 
    if {PresupPeriodifMesesAux_DS.TIPO} = 'PAGOS' then         CurrencyVar margenActual:=margenActual-CurrentFieldValueelse    CurrencyVar margenActual:=margenActual+CurrentFieldValue;
    DefaultAttribute
    It is placed in the backgrond property of a CrossTab cell in a hidden pre-section... Well.. I know it's a bit complicated, but I have to do that way because it was the only trick I found to make a summarize file before printing data summarized (that's why the line "CurrencyVar actual:=actual+CurrentFieldValue;" appeared in formula). So I also wanted to use this formula to acummulate "margenActual".
    In the inner section I reset the actual value (this value always go fine):
    WhilePrintingRecords;
    CurrencyVar actual:=0; 
    Before end of year I reset the margenActual value:
    WhilePrintingRecords;
    CurrencyVar margenActual:=0; 
    I've tried multiple combinations (using WhileReadingRecords instead WhilePrintingRecords) but data is incorrect or I cannot get rid of visualization page's problem....
    Any idea?
    Thanks a lot

    quote:
    Originally posted by:
    ntsiii
    If you were previously using <mxXML> you WERE using
    e4x.
    So remove that tag, create an instance variable of the same
    name, typed as xml, and in your result handler, do as VarioPegged
    suggests, though I would cast/convert to xml first:
    companies = XML(event.result);
    trace(companies.toXMLString()); to look at your xml
    var xlCompanies:XMLList = xmlCompanies..company; //all such
    expressions return XMLList, never XML
    trace(xmlCompanies.length()); //
    Tracy
    Ok so the ID of the mxXML was being interpreted as an E4X
    variable at compile time?
    I tried changing the name of the ID of the HTTPService call
    from "marketData" to "MDATA" and assigning the variable marketData
    to the result of the HTTPService query, which if I understand you
    correctly should basically make everything work as it was before,
    but it seems to be a problem.
    when I try to run it puts an exclamation point on this line
    <toolbox:TreeMap id="treeMap" width="1200" height="800"
    dataProvider="{marketData}"
    labelField="@cname" weightField="@amount"
    colorFunction="{itemToColor}"
    toolTipFunction="{itemToToolTip}"/>
    That code refers to a SWC file. Apparently it wants
    marketData to be a data provider. If I change the dataProvider
    reference above to "MDATA" (the ID of the HTTPService) the App
    compiles, but I get two errors at runtime:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    ReferenceError: Error #1081: Property @age1 not found on
    mx.rpc.http.mxml.HTTPService and there is no default value.
    What should I change this reference to? It won't compile if I
    use the variable I made for the e4x results and it is reading
    gibberish if I have it read directly from the
    HTTPService....?

  • Reports builder shows startup screen and hangs...

    hi all.
    my reports builder does normally start when i double click its icon, and shows the welcome splash screen. but then nothing happens anymore. the process is being shown in the task manager, but nothing more.
    i installed some oracle 6.x applications AFTER the installation of iDS90200, so might this be the problem?
    thank you for your help.
    Josh

    Hi Joshua,
    This depends on your environment, so very difficult to pin-point the problem. However, you can check your system PATH to make sure it points to the iDS JDK directories, eg,
    D:\Oracle\iDS10g\jdk\jre\bin\classic;D:\Oracle\iDS10g\jdk\jre\bin;D:\Oracle\iDS10g\jdk\jre\bin\client;D:\Oracle\iDS10g\jdk\bin;D:\Oracle\iDS10g\jlib
    Navneet.

  • Purchase requisition report not showing any data R12.04

    when i run "Printed Requisitions Report". Report run without any information.
    EBS R12.04

    Please refer to Note: 472332.1 - R12: Printed Requisition Report Ends With "No Data Found"
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=472332.1

  • DCH Report not showing what Data collection Value at Particular Operation

    Hello,
    I need one help regarding the DCH that is Device History Report, I am doing data collection at particular operation but when I look at DCH I can see all the Operation to that SFC but I canu2019t drill down to look what data I had enter as a part of Data collection.
    Regards
    Suhas

    Hello Suhas,
    Please make sure that you have configured Device History tab in User Preferences Maintenance.
    Regards,
    Alex.

  • SharePoint 2010 Site Web Analytics - Top Pages report not showing complete data

    Hi,
    I have a custom page in a team site which takes list ID as an argument and shows the relevant data e.g.
    ../Dashboards/View%20Briefing.aspx?BriefingID=1078
    ../Dashboards/View%20Briefing.aspx?BriefingID=1079 etc
    When i look at the Top Pages report under Site Web Analytics all i can see is data for:
    /dashboards/view briefing.aspx
    I need stats for individual list items i.e. how many time BreifingID 1078 was viewed etc. Is it possible to achieve this using OOTB reports or can i write a custom report to achieve this? If yes then how...
    Any help would be appreciated.
    Regards,
    Kashif

    You’re dynamically filtering content on a single page with values on the query string. Your users are still only hitting one page (View%20Briefing.aspx). Analytics only sees that 'View%20Briefing.aspx' is being hit; it won’t record stats for what’s specified
    on the query string.
    I expect you could pull this data out of your IIS logs using log parser. Some links on this subject:
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=85
    http://blogs.technet.com/b/corybu/archive/2008/02/26/sharepoint-iis-traffic-analysis.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/16072.sharepoint-2010-create-analytic-reports-using-logparser-and-powershell.aspx
    http://blogs.msdn.com/b/carlosag/archive/2010/03/25/analyze-your-iis-log-files-favorite-log-parser-queries.aspx
    http://logparserplus.com/Examples

  • Report to show duplicate contacts

    We have duplicate contacts in CRMOD. Is there a way to create a report that will show me all of the duplicates?
    Thanks,
    Sharon

    Create a Report with following fields:-
    Contact Full Name, Temp Column.
    Edit the Temp column Formula and add COUNT(Contact."Contact Name" BY Contact."Contact Name"). On the Temp column add the filter is greater than 1.
    Thanks
    Raghu

  • SCOM 2012 SP1 availability report in MS Generic Report Libary shows inaccurate data

    Hi,
    in SCOM 2012 sp1, we have the generic availability report showing many of our web sites with no up time beyond a certain date.   The web sites are ok,  the web availability monitors are all healthy and the monitors test ok
    None of these web availability tests are in Maintenance mode although what we are observing certainly makes us think that they are.
    We also have a Web transaction login monitor for WEBSITE(A)  that does not show this same outage for a login test.
    However WEBSITE(A)'s availability monitor shows the same downtime as the other web availability tests.
    Any thoughts on where to look for this problem?  Im guessing its a problem placing the data in the Warehouse?
    Thanks Lance

    Hi,
    Based on my understanding, the report shows there is downtime for the web site, but the web site did work well always.
    It seems like that there is old data stored in data warehouse, would you please check the report for recent date, such as one day or two days.
    Regards,
    Yan Li
    Regards, Yan Li

Maybe you are looking for

  • Last question of the day: java database?

    can you recommend a fairly reliable (mature) database which is made with java and does not require database connection strings, but can be interacted with by using SQL statements.

  • Why are messages disappearing??

    Why are messages disappearing??

  • Mail 6.0  or Keychain problem with passwords

    I'm using Mountain Lion and mail 6.0 but it seems that mail or keychain keeps on asking for my password. Mail bounces on by dock because it needs attention.  When I go to it, I see a dialogue that says "cannot coonect to the server" It is asking me f

  • Mpeg -2 not imported

    I am new to DVD SP and I read that you have to encode your video into Mpeg-2 to import them into DVD SP. I use wondershare Ripper and encode the DVD into mpeg-2, AC-3, 720x480, 48kHz, NTSC, and set my DVD SP on NTSC as well. But when trying to import

  • Imovie burn high quality??

    Hi, I've exported an iDVD 720p movie to my hard drive.  I found an old version of iDVD and have been able to get it on the comp and play around.  The challenge is, any time I try to burn a higher quality version (the video file is 10GB) to a dual lay