Summary data in Crosstabs.

Hi ,
I'm working on a report which has 4 tabs within it , the first one being detail and the rest 3 crosstabs. The crosstabs represent the summarised data of teh detail table which is grouped n summed up based on field say A1 , A2 , A3 and so on.
I want to dispaly at the end of the corsstab a single row which will hold the Total sum of all the data shown in the crosstabs. say "A" which is A=A1A2A3 .
I tried using the formula sum(field1) ForAlll 'Afield'  but it repeated below every row of A1 , A2 , A3 ..
Rows : A1 , A2 , A3
Coulmns : field 1 , field 2 ..
Total : Sum (Field1) for all A's.
Please help me with the formula.

Ok. Say I have a report which shows the sales of wallmart. I have all details in the details tab which is the first report . This is followed by 3 tabs which contains crosstab information of the details report as Summarised data.
So In  crosstab1 I have  rows of data on "states" where wallmart stores exist, there are multiple wallmarts in each state(say , California , Newyork , Texas , chicago and so on) so I sum them up statewise. and the  columns on say purchase order , actualprice , totalrevenue ,%profit , averagerevnue.
The detail report has the individual records for all the states . So In teh crosstabs I use the function sum(purchasedorder) or sum(actualprice) to get their sumarised data for corresponding states. I use Filter in detail table so only the states I filter on is displayed in the crosstab.
Now I want a last row which displays "Wallmart" and should contain the sum of PO , actualprice , totalrevenue , avgrev for all the states  displayed in crosstab. Its like the grand total of all fields.    I couldnt use  funtion sum on the variables  which I created to find sum  statewise. The grandtotal was dispalying as a row after every state when it should be displaying as a single row at teh bottom of the crosstab.
I hope Its clear now.   I guess I should be using aggregate tables .I'm not sure though Just Incase there is any easier way to resolve this.

Similar Messages

  • Pulling data from crosstab into main report

    Hello
    I want to pull some data from crosstab into main report and show it in same row.
    Activity date will always be today date. Loadnum is a uniq id number, carriercode also has uniq id.
    In one row i have load,activity date, carrier code etc . I need to add a field which will show count all loads before today made by carrier code. Right now i added a crosstab which is counting loads made by carrier code. Is there a chance to pull/get the data/field from crosstab into the main report?
    Thanks for any suggestions

    HI Mateusz,
    Where is the crosstab located?
    You can do this without trying to get the count from the crosstab.
    1) Group on the CarrierCode field
    2) Go to Insert > Summary > Choose the field you used under 'Summarized Fields' in the Crosstab > Place this summary on the Group Footer 1
    3) Suppress the details section and move all fields to the Group Footer.
    -Abhilash

  • How do I create a drill down for my summary data?

    I have 7 fields of summary data with all having a common link called the customer account number.
    I have tried the following steps several time carefully and was unable to get my drill down to work.
    Insert menu > Group and chose the customer account number as my group field
    copy and paste the summary fields to the group header ( which I now have hundreds of GH1)
    Right click on the details section and chose Hide.
    Suppress the Group Footer
    File Menu > Report options and check on Show All Headers on Drill Down.
    I must be missing a step somewhere here.  I end up with no summary fields showing (to drill down into), and the customer account numbers showing.
    Can some check this out for me?

    hi Michael,
    you need a group to have drill down. you can't drill down on a report footer. if you can't group by these categories then you can't have drill down.
    your other option is to create an on demand subreport that you can open. i would suggest that you go through a bunch of the e-learning tutorials on crystal reports here. after that go to the online help for crystal reports and use the search tab and search for "creating an on demand subreport"
    you'd need to create an on demand subreport for each total that you are showing. again, please see the elearning topics especially on subreports, grouping. and then do follow the steps on on demand subreports in the online help.
    -jamie

  • How to add more summary data in the MIP of Compensation workbench

    Hi all,
    In the MIP (incentive plan) of the compensation workbench, we need to add more summary data in the summary section. I checked that all the summary data in that section are stored in the table 'ben_cwb_summary'.
    Even we can change the VIEW object for that page (using extension), we can't retrieve it because the new summary data/information we need to add are not stored in the table 'ben_cwb_summary'. We need to write our query to summerize data.
    How to implement it?
    Thanks in advanced!
    Jane

    faiz2000 wrote:
    > How to add more one record in the same time?
    >
    > Please I need your help to add more one record in the
    same time, how can I do
    > that?
    >
    > I have only one text field and the value it is linked
    from other table, if
    > user he bushes bottoms the all data it will copy it to
    new record:
    >
    > Ex.: <input name="textfield" type="text"
    >
    value="<%=(Recordset1.Fields.Item("webgroup").Value)%>">
    >
    >
    Use "Repeat Region"
    Mick

  • Summary data is incorrect

    My summary data stats are not adding up correctly for a specific form that I created.  I am not sure where is problem is generating from.

    did you use the function "summary"? which type of your cell data? date,number,currency or other? FC will calculate them automatically. can you please share your form to me, if your form is not very security?  my mail: [email protected]

  • CWB: how to add more summary data in the summary section

    HI All,
    We need to add more summary data in the summary section. Some summary data need to calculated dynamically like (summary data A /summary data B).
    under the worksheet, there is a link:
    Personalize Dynamic Columns
    But this link allows to create Dynamic Columns for the worksheet, but not for summary setion.
    Is any way to add more summary data in the summary section through personalization instead of customization (VO extension)?
    Thanks in advanced!
    Jane

    faiz2000 wrote:
    > How to add more one record in the same time?
    >
    > Please I need your help to add more one record in the
    same time, how can I do
    > that?
    >
    > I have only one text field and the value it is linked
    from other table, if
    > user he bushes bottoms the all data it will copy it to
    new record:
    >
    > Ex.: <input name="textfield" type="text"
    >
    value="<%=(Recordset1.Fields.Item("webgroup").Value)%>">
    >
    >
    Use "Repeat Region"
    Mick

  • How would you present summary data?

    I have this spreadsheet that queries 6 different databases (on 6 different servers)- the spreadsheet then takes the output in each worksheet and does a comparison which then highlights missing
    data between the sheets. I'd like to make a more "user-friendly" console (like a web browser) that will display this summary data. Ideally, the end-user could then select two distinct sources from some drop-down menu and invoke the resultant records
    from the chosen comparison.
    Is this something that I could/should do in SSRS? ...SharePoint list? Might there even be a more creative way using PowerShell to scrub csv files and front-end with a web page (seems kludgy)?
    I'm no pro at any of these but want to direct my efforts at the most logical solution.

    I'd ask in the development forums on MSDN.
    https://social.msdn.microsoft.com/Forums/en-US/home
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to get data from crosstab or table?

    hi !
    i develop my app with bib 9.0.3.1 . To customize my report,i must get data from crosstab or table component (presentation bean) and generate defined XML file ,can you tell me how to do ?

    hi paul
    the sample code like this:
    try{
         DataAccess dataAccess = thinDataview.getModel().getDataAccess();
    int rowCount = dataAccess.getEdgeExtent(DataDirector.ROW_EDGE);
    int colCount = dataAccess.getEdgeExtent( DataDirector.COLUMN_EDGE );
         for ( int i=0; i<rowCount; i++ )
         for( int j=0; j<colCount; j++ )
                   String dataValue = dataAccess.getValue( i,j,DataMap.DATA_UNFORMATTED).toString();
    }catch( Exception e ){
    System.out.println( e.getMessage() );

  • Query Governor - Summary Data - Only when not out of date?

    In Oracle Discoverer Desktop edition the user can choose how Summary Data are used:
    1. Always, when available
    2. Only when summary data are not out of date (stale)
    3. Never
    What exactly is the meaning of "Only when summary data are not out of date"?
    In previous versions of Discoverer you had the opportunity to specify how old (in days) summary tables were acceptable to you.
    (By the way: In the Danish translation of Discoverer the word "not" has been omitted, so you have the opportunity to use summary data only when they are out of date :-)
    Best regards
    Torben

    Actually it doesn't matter if you have Applecare or not because Apple simply isn't recognizing this as an issue even though multitudes of people have experienced it. If they don't see it as a problem, then they obviously don't have a solution, and so taking your laptop in through apple care is totally useless.
    I've talked to 3 customer support representatives over the phone and they all said they were 'unaware of the issue' and would not even attempt to help. It's very disappointing.

  • How to avoid the Summary Fields in CrossTab

    Hi all,
    I have created a report using crosstab view,,,in that i have selected two fields in the value column..but in the summary field i need to select only one column....
    but i cann't select only one field in the summary..Is that possible....if so please help me on this.....
    Thank You,
    Katchsathish

    Hi Kuldeep,
    Condition 1:
    If you try to take one Dimension and one measure like Year and sales revenue using e-fashion demo universe then new column inserted will be nested when using cross tab where the measure values will be spread across multiple columns.
    In this case you have to use condition to refer individual column names like
    =[Sales revenue] Where([Year]="2001" )+ [Sales revenue] Where([Year]="2002")
    and calculate the sum.
    Select the measure column in the cross tab then click  the u201CInsert Sumu201D button it will display the sum in the last column of the cross tab then you can modify the formula generated to specify the condition which columnu2019s sum you want o display in that column.
    Ex:  Use e-Fashion universe and take Year and sales Revenue turn it to cross tab and follow the process I mentioned.
    Condition 2:
    However if you use one dimension and multiple measure like the one you are using where you are trying to calculate sum of col1+col2 and so on. In this case you can directly insert the column and calculate the sum of column referring their names.
    Ex: Use e-Fashion universe and take objects Year, Sales revenue. Quantity sold, Discount, margin here you can directly sum individual column values like sales revenue, quantity sold and discount +margin by inserting the column in between the columns using u201Cinsert Columnu201D
    I  Hope this helpsu2026
    Thanksu2026
    Pratik

  • Crystal Repts XI - Adding labels to summary fields in crosstab report

    I have a crosstab report where
    Columns
    first-level are priority or non-priority schools
    second-level are priority type
    Rows
    First-level: month
    second-level: count of calls opened this month; sum of time spent; opened prior to reportstart and still open, closed this month
    The row label for sum of time spent specifies that the time is in hours.  However, our Curriculum and Instruction department wants each data cell in that row to include the abbreviation hrs.  In other words, the row label would say Time spent on requests closed this month(hrs) and each cell would say 10.5 hrs  2 hrs, etc.  Can anyone help with this?

    Thank you!  This solved my problem.  It took me awhile to find where I could change the currency sign to display on the right but once I did it worked like a charm (we're and educational system, we rarely get to report on money).
    For others who don't know where to find this:
    - right click the field and select Format Field
    - on the Number tab of the format editor, select Display Currency Symbol
    - click Customize
    - click the Currency Symbol tab of the Custom Style Editor
    - in the Position menu choose the selection with the currency symbol on the right
    - in the Currency Symbol box type hrs.
    Save, save, and done!

  • How to display Employee Attendance Data in Crosstab Format?

    Hi all,
    I have the data in sql server 2005 like below, which saves the employee in date and in time and entry type 
    How can i create a cross tab query for the above records in sql server 2005. and i need the record in the below format:
    where 1, 2, 3 are indate days, and below is intime, out time and the difference of hours per employee...
    How can i achieve it as i have to make report for it... need sql query or stored procedure for the format required.
    Thanks in adv.

    One could argue that the crosstab is best produced in the presentation layer and that SQL Server should only return the raw data. But if you like to hurt yourself...
    First you need an unpivoting query to put starttime, endtime and length in a single row. Since all columns in a row needs to have the same data type, this requires some care.
    We take this CTE:
    WITH CTE AS (
      SELECT t.EmpID, u.n, datepart(day, t.starttime) AS day
             substring(convert(char(23),
                CASE u.n WHEN 1 THEN t.starttime
                         WHEN 2 THEN t.endtime
                         WHEN 3 THEN dateadd(ss, datediff(ss, t.starttime, t.endtime), '19000101')
                END, 108), 11, 5)
      FROM   tbl
      CROSS  JOIN (SELECT n = 1 UNION ALL SELECT 2 UNION ALL SELECT 3)
      WHERE  t.starttime >= @month + '01'
        AND  t.starttime <  dateadd(month, 1, @month + '01')
    I assume here that @month is on the form YYYYMM.
    Before I go on, I like to point out that something you need to consider is what output you want if there are multiple entries the same day. And even worse, what output do you want if the intervals are overlapping? To keep this post down in complexity, I
    will ignore this situation, but I like to stress that unless you have the appropriate triggers and constraints in place, you will have that sort of data in a real production scenarion. Bad data knows how to creep in.
    With the CTE above, we can now pivot the data per day. It is kind of boring to write:
    SELECT EmpID,
           MIN (CASE day WHEN 1 THEN data END) AS [1],
           MIN (CASE day WHEN 2 THEN data END) AS [2],
           MIN (CASE day WHEN 31 THEN data END) AS [31]
    FROM   CTE
    GROUP  BY EmpID, n
    ORDER  BY EmpID, n
    Note: all code here is untested. If you want a tested solution, you need to supply the CREATE TABLE statements for your table and sample data as INSERT statements.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Data Entry - Crosstab Query

    Is it possible to do perform data entry in a crosstab query view?

    If you want to insert, update or delete in a view you need to write ON-INSERT, ON-UPDATE and/or ON-DELETE trigger and perform your DML inside these triggers ...
    Hope it helps
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JAMIE MCPHIE ([email protected]):
    Is it possible to do perform data entry in a crosstab query view?<HR></BLOCKQUOTE>
    null

  • Hyperlink from summary field in crosstab??

    I want to enable a hyperlink on a summary field in a crosstab so that clicking on it will produce a subreport of the detailed items that are included in the count displayed in the summary field.
    Keeping my username in mind ;-> I have tried everything I could think of and haven't found the magic incantation yet. I was expecting to be able to select a drill down, but that radio button is greyed out for the field I want to hyperlink from. I've tried a multitude of sane and insane things within all of the hyperlink tabs I could find, but no success.
    I've read as much of the documentation as I could find, both from the CD and online, and I'm stumped.
    Has anyone done this, and if so, could you please offer some tips??
    Thanks!!!!

    One thought I have is to right-click on the field in the cross-tab and select "Format Object".  I'm using CR for VS2005 and I have a Hyperlink tab that allows me to configure a hyperlink.  Using this hyperlink, you could navitage to another webform with another report to display the details for that summary.  Just a suggestion! 
    -MJ

  • Connected Operations Manager - VMM, can see the server and status - cannot see Summary Data

    I was able to connect OpMgr SP 1 and System Center R2 VMManager. I was able to discover my servers and SQL Servers. I am getting the Red X in the Database Summary on the OpMgr Dashboards (Free Space and Performance), I am able to see the Databases. 
    The error message is below, I have tried 5 things from the internet with no solution yet. Before I make a big mistake, I would like a second opinion. This is my first time installing OprManager. Thanks
    Please provide the following information to the support engineer if you have to contact Microsoft Help and Support :Microsoft.EnterpriseManagement.Presentation.DataAccess.DataProviderException: An error occurred
    executing the command: [Microsoft.EnterpriseManagement.Presentation.DataProviders.Library!PerformanceDataProvider/ResolvePerformanceCounterSeries] in provider: [Microsoft.EnterpriseManagement.Presentation.DataProviders.PerformanceDataProvider, Microsoft.EnterpriseManagement.Presentation.DataProviders.Library,
    Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35].Unable to execute stored procedure needed for dashboard. If you just installed Operations Manager Reporting Server, please wait a while and try again. This can also occur if the Operations
    Manager Reporting Server SQL Server is not started or inaccessible. ---> Microsoft.EnterpriseManagement.Presentation.DataProviders.DataWarehouseException: Unable to execute stored procedure needed for dashboard. If you just installed Operations Manager
    Reporting Server, please wait a while and try again. This can also occur if the Operations Manager Reporting Server SQL Server is not started or inaccessible. ---> Microsoft.EnterpriseManagement.Common.UnknownDatabaseException: Could not find stored procedure
    'SDK.Microsoft_SystemCenter_Visualization_Library_PerformanceCounterListByManagedEntityUsingContainerME'.at Microsoft.EnterpriseManagement.Common.Internal.ServiceProxy.HandleFault(String methodName, Message message)at Microsoft.EnterpriseManagement.Common.Internal.MonitoringDataWarehouseServiceProxy.GetDataWarehouseStoredProcedureResult(String
    SpName, StoredProcedureParameterCollection param, IEnumerable`1 columnFilter, Int32 timeout)at Microsoft.EnterpriseManagement.Warehouse.DataWarehouse.GetDataWarehouseData(String storedProcedureName, StoredProcedureParameterCollection param, IEnumerable`1 columnFilter,
    Int32 timeout)at Microsoft.EnterpriseManagement.Monitoring.PerformanceDataReader.GetPerformanceCountersByObjectCounterInstanceManagedEntity(ManagementGroup connection, String perfObjectName, String perfCounterName, String perfCounterInstanceName, Guid[] managedEntityIds,
    Boolean getDistinctPerfCounters)at Microsoft.EnterpriseManagement.Presentation.DataProviders.PerformanceDataProvider.GetPerformanceCountersByObjectCounterInstanceManagedEntity(String perfObjectName, String perfCounterName, String perfCounterInstanceName, Guid[]
    managedEntityIds, Boolean getDistinctPerfCounters)--- End of inner exception stack trace ---at Microsoft.EnterpriseManagement.Monitoring.DataProviders.RetryCommandExecutionStrategy.Invoke(IDataProviderCommandMethodInvoker invoker)at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataProviderCommandMethod.Invoke(CoreDataGateway
    gateWay, DataCommand command)--- End of inner exception stack trace ---at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataProviderCommandMethod.Invoke(CoreDataGateway gateWay, DataCommand command)at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.ExecuteInternal[TResult](DataCommand
    command)at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.<ExecuteAsync>b__0[TResult](<>f__AnonymousType0`1 data)

    Hi,
    Please remove and re-add the profile targeting the report part.
    In addition, you may check the similar thread as below:
    SCOM12 deploy 2nd server, data reader account different
    https://social.technet.microsoft.com/forums/systemcenter/en-US/09430f25-4884-4e04-86f6-5127548f20fb/scom12-deploy-2nd-server-data-reader-account-different
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Maybe you are looking for

  • CALL transaction in back ground

    Hi i am writeing the bdc program for iw32 transaction using call transaction iw32 for updating the status of a order it is working good in all screesns mode and error mode but it is not updating the status of a order in no screens mode any answers

  • Turning off the server

    I am moving my server from a G4 to a G5. I will use the same License. Eventually the G4 will be reloaded with a client version of Mac OS X. Not surprising, when the G5 boots, it discovers the G4 is still running with the same license and so it refuse

  • Help with F.M.  CACL_OBJECT_READ_VALIDATION

    Hi, i'm trying to use the function module CACL_OBJECT_READ_VALIDATION on R/3 to extract relations between materials. On R/3 dev the F.M. works fine when testing on transaction SE37, but on R/3 tst I got the message "Exception ERROR", and no results.

  • Web Dynpro JAVA VS. Web Dynpro ABAP

    Hi, I'm interested in advantages and disadvantages of WD JAVA & WD ABAP. Could anybody give me some "detailed" information about it? We need any information you can give us. regards, Sharam

  • Cannot import audio into idvd 6

    Ok so, what is the deal: I am in idvd 6 and i try to import audio into my themes for drop box and only certain audio files work. The thing is it doesn't make a difference what kind of file for example aac or whatever. Does anyone know what i am even