Detail-Data in Cross-Tab

Hi,
i would like to add additonal data to the row-label in a cross-tab.
....................... C1    C2    C3
Customer1
.... add.Data1
Customer2
.... add.Data2
Customer3
.... add.Data3
How can i do that?
The link between the Customer-Table and the Extra-Data is the customer-id and a Date-Field (parameter of the report - used for filtering on a date-basis).
Table for extra data:
customer-id     date     amount
DATE is a parameter of the report.
Is there any way to do this?
(I use CR XI).
Result should look like this:
Selected Date (Parameter): 2009-02-02
...................................................... C1    C2    C3
Customer1 +
....amount on 2009-02-02 for C1
Customer2 +
....amount on 2009-02-02 for C2
Customer3 +
....amount on 2009-02-02 for C3
THX in advance,
Markus

Hi,
Lets phrase it differently again
i have a second table from which i would like to add additional information to the row-information in a cross-tab.
customer.... date ... amount
Cust1....2009-02-01....   10
Cust1....2009-03-01....   15
Cust1....2009-04-01....   77
Cust2 ........
Cust3 ........
I need ONLY the first amount from the starting-date in the CROSS-Tab.
The starting-date is a parameter in the report.
If i put there the linked amount-field i get a row for each different date.
I need only one row per customer with the first amount from date 1. (the parameter-date-value)
So if i enter 2009-03-01 as the parameter, i would like a cross tab with a row-name of:
"Customer1 + ChrW(13) + 15 "
It works with a SQL-Expression (named "StartSaldo") like:
(Select Saldo from Goldbeck_Saldo where D_Date = '20090301'
and "Goldbeck_Saldo"."I_PERSID"="BaseTable"."I_PERSID")
and a row name of "Customer.Name + ToText({%StartSaldoSQL})
However the Date "20090201" is hard-coded there.
I can find no way to make the Date from the SQL-Expression soft-coded (pass the parameter to the scalar SQL-Expression). According to another forum-post this is not possible.
THX
Markus
Edited by: Cumulus7 on Apr 27, 2009 4:25 PM

Similar Messages

  • Data binding cross tab in Crystal 2008 with Xcelsius swf file

    I've created a visualisation in Xcelsius and want to bind it to a cross tab in CR2008.   The labels appear correctly in the swf visualisation but I get no data.   The format of the table in Xcelsius and the cross tab I believe to be the same, covering data formats.   I have placed the Xcelsius visualisation in page header "a" with the cross tab in page header "b".   The Xcelsius table has been defined in terms of column and row headers as well as data area, so I've done everything that I understand to be correct.   In CR2008 I have specified that I use the existing named cross tab.
    Does anyone have any idea what I may have missed.
    tia
    Neil

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly

  • Unable to get cells for the columns which have no data in cross-tab report

    Hi friends,
    I am developing a cross-tab report.
    Let's take an example to explain the problem.
    Here is the XML file i am using
      <?xml version="1.0" ?>
    - <!--  Generated by Oracle Reports version 6.0.8.11.3
      -->
    - <MODULE1>
    - <LIST_G_SCHEMECODE>
    - <G_SCHEMECODE>
      <SCHEMECODE>171091</SCHEMECODE>
      <AMOUNT>0</AMOUNT>
      <ASSET_TYPE>Govt Guarantee</ASSET_TYPE>
      <MARGIN>0</MARGIN>
      <AMOUNT_SECURED>0</AMOUNT_SECURED>
      <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
      </G_SCHEMECODE>
    - <G_SCHEMECODE>
      <SCHEMECODE>171091</SCHEMECODE>
      <AMOUNT>0</AMOUNT>
      <ASSET_TYPE>Loans To Govt</ASSET_TYPE>
      <MARGIN>0</MARGIN>
      <AMOUNT_SECURED>0</AMOUNT_SECURED>
      <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
      </G_SCHEMECODE>
    - <G_SCHEMECODE>
      <SCHEMECODE>171093</SCHEMECODE>
      <AMOUNT>0</AMOUNT>
      <ASSET_TYPE>Govt Guarantee</ASSET_TYPE>
      <MARGIN>120</MARGIN>
      <AMOUNT_SECURED>0</AMOUNT_SECURED>
      <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
      </G_SCHEMECODE>
    - <G_SCHEMECODE>
      <SCHEMECODE>171093</SCHEMECODE>
      <AMOUNT>0</AMOUNT>
      <ASSET_TYPE>Loans To Govt</ASSET_TYPE>
      <MARGIN>0</MARGIN>
      <AMOUNT_SECURED>0</AMOUNT_SECURED>
      <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
      </G_SCHEMECODE>
    - <G_SCHEMECODE>
      <SCHEMECODE>*171095*</SCHEMECODE>
      <AMOUNT>0</AMOUNT>
      <ASSET_TYPE>Govt Guarantee</ASSET_TYPE>
      <MARGIN>100</MARGIN>
      <AMOUNT_SECURED>0</AMOUNT_SECURED>
      <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
      </G_SCHEMECODE>
      </LIST_G_SCHEMECODE>
      </MODULE1>Now I want SCHEMECODE in rows and ASSET_TYPE in columns.
    And the each ASSET_TYPE column is to be divided into 2 sub-columns (MARGIN,AMOUNT_SECURED).
    I am able to achevie this.
    The problem is that ,for the schemecode 171095, since there is no data for ASSET_TYPE "Loans To Govt",no cells are generated for this SCHEMECODE and ASSET TYPE.
    But the requirement is to generate blank cells.
    If needed i will send the template at xml files also.

    try this, there must be simpler one i guess...
    1. take a form field, and make its type as number. Paste the below one <?xdoxslt:set_variable($_XDOCTX,'v1',2)?>
    2. now take a table with as below,
    A l B |
    C l D1 l D2 l E1 l E2 l
    observe that i. A, C are in one column
    ii. cell B is on top of D1, D2
    iii. we have no cell on top of E1 and E2 cells
    iv. 'l' represents the wall of the cell :)
    A: <?horizontal-break-table:1?> SCHEMECODE
    B: <?for-each-group@column:G_SCHEMECODE;ASSET_TYPE?> <?ASSET_TYPE?> <?end for-each?>
    C: <?for-each-group:G_SCHEMECODE;SCHEMECODE?> <?xdoxslt:set_variable($_XDOCTX,'v1',2)?> <?SCHEMECODE?>
    D1: <?for-each-group@cell:current-group();ASSET_TYPE?> <?MARGIN?> <?xdoxslt:set_variable($_XDOCTX,'v1',xdoxslt:get_variable($_XDOCTX,'v1')-1)?>
    D2: <?AMOUNT_SECURED?> <?end for-each?> <?end for-each?>
    E1: <?for-each@column:xdoxslt:foreach_number($_XDOCTX,1,xdoxslt:get_variable($_XDOCTX,'v1'),1)?>
    E2: <?END FOR-EACH?>
    3. If you are confused gimme your email id, i will pass the template. But you should add credits to me.. :)

  • Calculations based on Summarized data in Cross Tab

    First off, I'm pretty experienced with Crystal.
    I've run accross something that seems like it should be realy easy to do, and the sort of thing you would expect to do  in a cross tab... so maybe I'm missing something totally obvious.
    I'm doing a year over year comparison of some financial data broken down by month and by quarter.
    So, my Rows are Quarter, and a field called 'YEARMONTH' (calculated field, YYYYMM, for ease of sorting)
    My column is Year, and for summarized fields, I have the data field I'm interested in which is a float. Let's call it 'Dollars' for sake of argument.
    What I want to do is create a summary field (next to the total field) called 'Difference' or 'Delta' that calculates for reach row the difference between my two years (2008, and 2009)
    The only solution I can come up with is to dummy in a record from the datasource with a year value of 'Difference' and some other dummy values so that it will show up as a column on the cross tab, and then somehow use the currentrowcolum function or some such creature to mask the output in the column. but now that I type it out here, I'm not sure it's going to work. I also don't think it's going to export the way I want it to either.
    I'd really prefer it to be in a cross tab, and not in some manually created cross-tab emulation using manual running totals, but I'll go there if I have to.
    Thanks a ton!

    This is what I did in my report to get the difference
    my crosstab looks like this
                        2004     2005    Total
    Total              T1         T2         T
    USA               A          B          C
    INDIA              X          Y          Z
    right click on T1 and go to format field and write the suppress condition like this
    numberVar d:=0;
    currencyVar array arr1;
    currencyVar array arr2;
    numberVar e;
    if GridRowColumnValue('year')=2004 then
    (e:=e+1;
    redim preserve arr1[e];
    arr1[e]:=CurrentFieldValue)
    else
    (e:=e+1;
    redim preserve arr2[e];
    arr2[e]:=CurrentFieldValue);
    false
    right click on T and go to format field and write the Display string condition like this
    currencyVar array arr1;
    currencyVar array arr2;
    totext(arr1[1]-arr2[1])
    right click on A and go to format field and write the suppress condition like this
    currencyVar array four;
    currencyVar array five;
    numberVar d;
    if GridRowColumnValue('year')=2004 then
    (d:=d+1;
    redim preserve four[d];
    four[d]:=CurrentFieldValue)
    else
    (d:=d+1;
    redim preserve five[d];
    five[d]:=CurrentFieldValue);
    false
    right click on C and go to format field and write the Display string condition like this
    currencyVar array four;
    currencyVar array five;
    numberVar g;
    g:=g+1;
    ToText(four[g]-five[g])
    Note: Please select the option "column totals on top" for crosstab in customize style
    Hope this helps!
    Raghavendra

  • Display Data in Cross Tab Format...Per Quarter

    Hi Team,
    I have following issue...which i am struggling to solve...
    My current report format is
    Material Technology -  Q1(Qty) Q2(QTY) Q3(QTY) Q4(QTY) - Q1(Pirce) Q2(Pirce) Q3(Pirce) Q4(Pirce) - Q1(Rate) Q2(Rate) Q3(Rate) Q4(Rate)
    I have generated cross tab report...in which i am getting following display...
    Material Technology Q1(Qty) Q1(Price) Q1(Rate)  and so on...
    Is there any way i can get the required format...please assist..
    Q1 to Q4 - Quarter 1 to 4...
    regards
    nic

    Hi Nic,
    The problem is you have 3 measure objects available: qty, price and rate.
    If you put them in a vertical table then you will have 3 columns. As soon as you put in the quarter to create the crosstab BO will the for each quarter display the qty, price and rate.
    To solve your problem is to not create a cross-tab, but a vertical table.
    For each measure object you crreate 4 new variables (type measure) using the the formula:
    E.g. for the quantity in the first quarter you create variable like: qty_q1
    =<qty> Where (<quarter> = 1)
    The same you do for the quantities for the other quarters.
    And you do the same for the price and rate.
    Ending up with 12 new variables which you can put in a vertical table in any order you like.
    Regards,
    Harry

  • Restricting data in cross tab report

    Hi
    I am creating a cross tab report.In that I want to restrict the column dynamically.The column depends upon the parameter field.
    say for example if i enter the parameter as 2007,it should display field from 2004-2007 only rather than displaying all years.
    Thanks in Advance,
    Eswari

    Hi,
    You can use a formula. e.g
    < Basic format>
    Select case year({Command.tradeDate})
        case 2005 to 2007
            formula = 1
        Case else
            formula = 0
    end select
    Then on the crosstab column group options, choose "specified order" and on the "Other" tab choose "Discard all others"
    Hope this helps
    Regards
    Dotun.

  • Transforming xml data to cross tab in rtf template

    Hi everyone,
    Here is my requirement, I need the following output
    -------------------------------------------Date
    Territory-------District------Office---1/3/2011----1/10/2011---1/17/2011------Grand Total(Header row)
    Central ----------Chicago---Buffalo-- 100.0---------99.0-----------100.0-------------299.0
    ----------------------------------arora-----100.0---------100.0----------100.0-------------300.0
    -------------------chicago total---------200.0----------199.0----------200.0-------------599.0
    --------------------Dallas------arlington-100.0----------99.0-----------100.0-------------299.0
    ---------------------------------irving------100.0----------100.0----------100.0-------------300.0
    -------------------Dallas total-------------200.0----------199.0----------200.0-------------599.0
    Teritory total----------------------------400.0-----------398.0---------400.0--------------1198.0
    the values under dates are the sum of Item_Count field for each office for that date
    and below is my xml
    <ROWSET>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>Buffalo</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>Buffalo</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>Buffalo</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>49</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>Buffalo</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>49</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Chicago</DISTRICT_NAME>
    <OFFICE_NAME>arora</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>arlington</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>arlington</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>arlington</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>49</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>arlington</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>arlington</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>arlington</OFFICE_NAME>
    </ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>irving</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/03/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>irving</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>irving</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>49</ITEM_COUNT>
    <DATE>01/10/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>irving</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>irving</OFFICE_NAME>
    </ROW>
    <ROW>
    <ITEM_COUNT>50</ITEM_COUNT>
    <DATE>01/17/2011</DATE>
    <TERRITORY>CENTRAL</TERRITORY>
    <DISTRICT_NAME>Dallas</DISTRICT_NAME>
    <OFFICE_NAME>irving</OFFICE_NAME>
    </ROW>
    </ROWSET>
    Greatly apprciate any help
    Thanks in Advance

    Have you tried creating a Pivot Table and tweaking the table to get the desired output?
    I can send you the RTF if you provide me an email address or send me an email at [email protected]
    Thanks!
    I have sent you the template based on your email. Take a look.
    Edited by: BIPuser on Jan 21, 2011 1:52 PM

  • Date Formatting in Charts and Dynamic column resizing in Cross tabs

    Hi All,
    I am new to Design Studio, so am in desperate need of your help on the following:
    Is there a way we can change the date format in x axis in charts?
    For ex: Am getting dates as mm/yyyyy from BW but requirement is to show in yy-Mon
    Requirement is to display data in cross tab just below the charts. How can I make the column widths in the cross tab the same as x-axis divisions in the chart? Also, this will be dynamic as depending on filter selection x axis scaling in charts will vary.
    In cross tab, can I hide the column header?
    Would really appreciate any kind of help from you.
    Thanks & Regards
    Swasti

    HI Swasti,
    To answer your first question, in Design Studio it's what you see is what you get! so it shows the Data Labels as it is in the BEx output, if you have to modify this you have to change it in the Background.
    There might be CSS workarounds, but I am not sure if that will satisfy your requirements.
    You can fix the Column width, but it would be constant, aligning that to your X-axis would require a lot of Effort.
    You cannot hide the Column header directly, but one workaround would be to use a white BG text component to overlay on the Crosstab.
    Regards,
    Fazith Ali Z

  • Displaying Alternate row as colored in Cross tab

    Hi,
    I have a report where I need to display alternate rows as colored.
    There is some data in detail section followed by a cross tab in the report header section.
    While I am able to display alternate rows as colored in Detail secction for displaying alternate colored rows in Cross tab data I need some help.
    Data in cross tab is like this
                  history geography
    Tammy   90          60
    Sid         80          50
    Julia       70        40
    In cross tab for displaying alternate colored rows ie for alternate student names  I am using two formulas
    - for displaying row values I am using this one
    whileprintingrecords;
    numbervar d;
    d := iif(d=100,255,100);
    color(255,255,d);
    For displaying alternate colored inner cells ie marks  I am using this formula
    whileprintingrecords;
    numbervar c;
    c := iif(c =255,100,255);
    color(255,255,c)
    I got these formulas after doing Googling
    My cross tab is present in report footer and in the generated report it comes separeated in two pages.
    In the first page data for Tammy and Sid is displayed while Julia is displayed on next page.
    Now the Tammy is coming as yellow colored and as expected Sid is coming as white colored. However Julia which is on next page is coming as white , but logically it should have come as yellow. On the other hand my column data ie marks column is coming fine. Data for tammy and sid is coming as alternately colored and data is Julia on the next page is coming as yellow(as data for Sid is in white)
    I am not able to understand why this is happening and what is the correct way to do alternate row coloring in cross tabs
    Edited by: thunderball10 on Aug 26, 2010 11:57 AM
    Edited by: thunderball10 on Aug 26, 2010 12:00 PM

    Where is your variable c being reset.
    If in page header or group header and you have repaet group header on new page then c will be reset on each page.
    If In groupheader try adding this to reset formula
    if not inrepeatedgroupheader then
    Ian

  • Cross tab on quarter (date) parameter

    Post Author: tomahawk
    CA Forum: Charts and Graphs
    I need to design a cross tab report where the column is a certain date field (say date1). However, the report is a quarterly report, so the columns should be for each quarter (date1 falling in a particular quarter). The user wants to select the quarter from a drop down parameter box at runtime. How do i set the condition/formula for the cross tab to display details for the quarter that the user selected?
    Please help urgently.
    Thanks
    Tom

    Post Author: sleahcim
    CA Forum: Charts and Graphs
    Hi Tom,
    While there may be some method to do it by playing around with the formatting, you're likely to get it done quicker by creating a formula for your quarters, and swapping that field into your crosstab.  Here's a sample report that shows you how to create a quarter formula.
    -Michael

  • Cross Tab Report not matching Data from report

    I created a report showing the number of orders created by each department per year for the last 5 years.  I double checked the data, and 2005, 2006, 2007, 2008, and 2009 all are correct. 
    I then created a cross-tab for quick reference for my department head.  2005, 2006, 2007, and 2009 are all correct.  2008 is not. It shows 500 more orders than the data in the report for that year.
    I double checked my  "Group options" to make sure that they were the same in both the data and in the crosstabs.  Any idea what I could be missing?
    Thank you.

    Try this, limit the report to only 2008, show details, add date to detail section, and add the record number (From special fields)
    see if this count matches what you think it should be, or is 500 over like the crosstab indicates.  You could group by date, by month, add a summary (Count) by date, and see what that comes up to.  If your extra records fall in a certain date range, double check the database to make sure there are not duplicate records.

  • Date Format is not Working in Cross tab Crystal report 2008

    Hi,
    I have developed an application ASP.Net c#
    in Framework 3.5 with crystal report 2008 with service pack 5.
    in my crystal i used cross tab to show the grid records. one of the data having the data type as date time after launching the report, when i export the report with option "export to excel (data only)" and check the format of the date value in excel it show the general string
    if i place that data in any other location other than cross tab then it reflects the format what i give in report design. but when the control is in cross tab
    its not effect
    how to solve this!

    And tweeted
    - Ludek
    Senior Support Engineer
    AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Cross-tab with a lot of data causes fault in crpe32.dll when exporting to Excel

    Hello.  I believe I found a bug in the Service Pack 9.  After upgrading my production to runtime 9, I found that cross-tab reports with large datasets crashed the website.  Per the Windows Application Log, a fault happened in the crpe32.dll.  So I uninstalled the runtimes for 9 and re-installed 8 and the reports worked again.  My production uses the 64 bit runtimes.
    I created a test site which includes a two datasets one large and one small with two reports, one cross-tab and another non-cross-tab.  The site has four pages, one to open the cross-tab report using the large dataset, another with the same cross-tab report using the small dataset, another for the non-cross-tab report using the large dataset and the last with the non-cross-tab report using the small dataset.  Only the cross-tab report using the large dataset causes the fault.  I’ve attached the test site for you use as needed.

    Hi Thomas,
    What version of Visual Studio are you using?
    What OS are you using?
    What version of IIS?
    I did a quick test using a simplied one liner WEB app and I see the same thing...
    FYI, changes we've done is IIS recommends, actually it's a must, to load the report and viewer in the Page_Init section and not the Page_Load so you initialize all of the required dependencies, Page Load doesn't handle it properly...
    I tried both, doesn't make any difference...
    By the way your "large dataset" is not that big. I've seen people use a 10 meg xml files.
    Try moving all of your code to the Page_Init section and test again to confirm...
    I don't believe it has anything to do with the amount data directly, I believe it's the number of pages to render for a crosstab report.
    I'll escalate this to DEV - ADAPT01726274
    Set for SP 10 ( which means I set it to be fix in SP 10 but it does not mean it will be. All depends on DEV's work load )
    Thanks
    Don

  • Exporting Cross Tabs to Excel - Data Only

    I have a report with three cross tabs embedded in three report footers (RFa, RFb, RFc).  The third cross tab in RFc, is actually in a subreport.  When I preview the report and then export to excel in Excel Data Only there is no problem.  Howeever, when I export the report (with the same export settings as before) without previewing it first, it truncates the data found in the first and third crosstabs.  Anybody have any ideas on what could be causing this?  I have played with the settings in the export options and have gotten it to export the first and second crosstabs without previewing but the third crosstab is still a problem.
    I thought that Crystal reports would export exactly what is in the report and I do not know why previewing should matter or not?
    Thank you for your help!

    Athalia,
    I tried to recreate the issue using the Xtreme sample database with 3 crosstabs in RFa,b,c with hours of the day as columns. First crosstab has rows for Region, second uses City, and third uses Country.
    All 3 are summarizing Customer Credit ID and the 3rd has the sum of Last Years Sales and count of Address1.
    When I export this I get the correct result whether the report is previewed or not. I am using the exporting options, Maintain Relative Object position, Maintain Column Alignment, and Simplify Page Header
    I would suggest;
    a) Ensure that the 3 crosstabs are left aligned and that the column widths of all 3 are the same
    b) If there are any other sections in the report that are visible try suppressing all but the 3 sections with the crosstabs in them, will it export now?
    c) Try recreating the 3rd crosstab adding just 1 summarized field at a time until it fails and then any formatting that you had done until it fails to try and narrow down what is causing the truncation
    d) Try creating a similar report using the Xtreme sample database to see if you can recreate the issue and if so then document the steps so that I can recreate it.

  • Exporting Cross-Tab to Excel using RAS 9.0 - incorrect and data loss

    Hello,
    Hope somone can help to solve the following issue.
    Develop a cross-tab report using Crystal Report Developer 9.0. service pack 5 or above.
    (1). Viewing in Crystal Report - no problem - all rows and columns displayed correctly.
    (2). Export to Excel using Crystal Report - no problem - all rows and columns exported correctly.
    (3). Viewing in RAS 9.0 - no problem, all rows and columns displayed correctly.
    (4). Export to Excel using RAS 9.0 - problem - only one or two rows with last rows are exported but wrong data. Most columns are not exported.  Seems like exporting errors.
    RAS 9.0 was patched with hotfix 200603 and service pack 5.
    Please help or is there any hotfix or service pack that resolved this problem?  As developer, we can use crystal report for exporting but for users, their only choice is through RAS.
    Thank you very much!

    Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Maybe you are looking for