Help in designing of a report

I have a report wherein following details have to be shown...
The no of Sourcing Types and area offices will vary dynamically according to query.So i have created a crosstab with column value as sourcing type and row values as area office and the number and amount in summary fields.
The problem lies in %total of number and amount  to be shown in the next row
Area Office     Sourcing Type1          Sourcing Type2          Total     
          Number     Amount     Number     Amount     Number     Amount
Name of Area Office 1     
% Total                    
Name of Area Office 2                                   
% Total

Hi John.
The report is made using Crystal XI.Could you elaborate your solution because it seems the report cannot be made without crosstab.since both the column and row headings are dynamic and depends upon the data fetched by SQL query .My report looks like foll.
          AGT                    FN                                   
     No     per total     Amount     per amt     No     per total     Amount     per amt     No          Amount     
GURGAO  1     2%     -       0.00%     38     97%     31,306,051.79          
Total %     1     2%     0.00     0.00%     38     97%     31,306,051.79          
KHARGHA 1     1%     500,000.00     1.08%     56     98%     45,892,579.00          
Total %     1     1%     500,000.00     1.08%     56     98%     45,892,579.00          
Here the per values should only be seen for Total % row only and absolute values on the other rows.
Since AGT and FN are also to be shown dynamicaaly in the same line can there be any other solution

Similar Messages

  • Designing a deski report

    Hi All,
    Need help in designing a deski report
    I have two variables;month and year.these two are database objects. month has values(1,2,3....12).And year has value 2007.
    Now i want to change this to a single variable which will give the value as jan,2007.
    Is it possible. Please help need this report very urgently.

    JK,
    If you want to solve the problem in the report itself you need to create a variable with the following formula (assuming that there is only one value for year and the type of year is a number)
    =If <month>=1 Then "jan,"+FormatNumber(<year>,"0") Else If <month>=2 Then "feb,"+FormatNumber(<year>,"0") Else If ......
    Note: the variable is a character and will be sorted as character so apr will come before jan. You can solve that using custom sorting.
    Cheers,
    Harry

  • Help me with the following reports

    Hello Experts,
    I need help in designing the following reports.
    Please let me know the logic, tables, any examples to be used while developing the following reports.
    1. report that lists plants and volumes from deliveries.
    2. report to display the Pending Purchase orders for a given period
    3. find the Daily Funds Position
    4. Vendor balances business area wise
    my email address is : [email protected]
    regards,
    sareen
                                      **Useful answers will be rewarded**

    Hi,
    You can try one of the following for Vendor Balances :-
    Transaction Codes of Standard SAP Vendor Balances report.
    <b>S_ALR_87012077
    S_ALR_87012082
    S_ALR_87012093
    S_ALR_87012079
    S_ALR_87012080
    S_ALR_87012081</b>
    Enjoy SAP.
    Pankaj Singh.

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • Need suggestion for designing a BEx report

    Hi,
    I need suggestions for designing a BEx report.
    Iu2019ve a DSO with below structure:
    1. Functional Location u2013 Key
    2. Maintenance Plan u2013 Key
    3. Maintenance Item u2013 Key
    4. Call # - Key
    5. Cycle u2013 Data Field
    6. Planned Date u2013 Data Field
    7. Completion Date u2013 Data Field
    This DSO contains data like:
    Functional -
    Plan --- Item -
    Call# --- Cycle -
    Planned Dt -
    Completion Dt
    Location
    11177 -
         134 -
         20 -
         1 -
    T1 -
         02-Jan-2011 -
         10-Jan-2011
    11177 -
         134 -
         20 -
         2 -
    T2 -
         15-Feb-2011 -
    11177 -
         134 -
         20 -
         3 -
    T1 -
         15-Mar-2011 -
    11177 -
         134 -
         20 -
         4 -
    M1 -
         30-Mar-2011 -
    25000 -
         170 -
         145 -
         1 -
    T1 -
         19-Jan-2011 -
         19-Jan-2011
    25000 -
         134 -
         145 -
         2 -
    T2 -
         20-Feb-2011 -
         25-Feb-2011
    25000 -
         134 -
         145 -
         3 -
    T1 -
         14-Mar-2011 -
    Now Iu2019ve to create a report which will be executed at the end of every month and should display the list of Functional Locations whose Cycles were planned in that particular month, along with the last completed Cycle/Date.
    Thus based upon above data, if I execute report at the end of (say) March then report must display:
    Functional ---     Curr. Cycle --- Planned Date --- Prev. completed Cycle --- Prev Completed Date
    Location
    11177 -
         T1 -
         15-Mar-2011 -
    ---     T1 -
    --     10-Jan-2011
    11177 -
         M1 -
         30-Mar-2011 -
    ---     T1 -
    --     10-Jan-2011
    25000 -
         T1 -
         14-Mar-2011 -
    ---     T2 -
    --     25-Feb-2011
    Any idea how can I display Previous Completed Cycle and Completion Date (i.e. the last two columns)?
    Regards,
    Vikrant.

    hi vikrant,
    You can a Cube at the reporting layer  which gets data from DSO and which has these 2 extra characteristics completion date and previous cycle along with other chars and keyfigures from DSO.
    You can populate these  based on your logic in the field routine.
    Hope it helps.
    Regards
    Dev

  • Need help in creating custom crosstab reports

    Hello
    I need some help in creating custom crosstab reports.
    My current report shows the number of events that have occured over the time in a day
    The events and the eventdetails are read from the database before being printed on the crosstab
    i.e something like this.
    Note : there are no events between 3:00-3:59,5:00-5:59;6:00-6:59,7:00-7:59  (not present in the database)
    hence not displayed in the reports
    *08/07/2009*         01:00        02:00         04:00          08:00          10:00*
    Event X                    1               1                 4                 1                  3
    Event Y                   3               3                 2                 2                  1
    Total                        4                4                 6                 3                  4
    So far so good...
    Now i have to enhance my reporting application to include the event details which have not happened i.e to include the time details in the crosstab reports where no events have happened
    08/07/2009             01:00        02:00         03:00          04:00          05:00         6:00         07:00         8:00     9:00     10:00
    Event X                     1               1                0                 4                  0             4             0                1            0           3
    Event Y                     3               3                0                 2                  0             2             0                2            0           1
    Total                         4                4                0                 6                  0             6             0                3            0           4
    I have fell short of ideas this time around to implement such a thing
    Any help in this direction is deeply appreciated
    Regards
    Srivatsa
    Edited by: Srivatsa HG on Jul 8, 2009 10:56 AM

    Hi,
    It seems that you are having issue with Crystal Report Design.
    Post your question in [Crystal Report Design Forum|SAP Crystal Reports;
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all Design queries remain in one place and thus can be easily searched in one place.
    Regards,
    Shweta

  • Help in designing a Query

    Hello Everyone,
       I want you help in designing a query that involve OACT,OJDT,JDT1,OBGT and BGT1
    Actually I want a report that shows accounts Budget quarterly and its expenditure quarterly as well..
    Like shown below
    Account Name
    Budget from Jan to March
    Budget from April to June
    Budget from July to Sept
    Budget from Oct to Dec
    Expenditure from Jan to Mar
    Expenditure from Apr to June
    Expenditure from July to Sept
    Expenditure from Oct to Dec
                     Parameters would be Fiscal Year and Date range and Account name
    Can anyone please help me out in that one
    Thanks in advance

    Looking at the test data I have in these tables, it would appear impossible to join them all in one query without using UDFs...
    They don't share any columns.

  • How to design group above report manualy

    I want to design group above report manually. How can i define main repeating frame and then internal repeating frame like report builder.

    Hi,
    one possibel way is:
    //-- loop through all master values
    &lt;?for-each:DEPT_ROW?&gt;
    //-- store the master key in a variable
    &lt;?xdoxslt:set_variable($_XDOCTX,'v_DEPTNO',DEPTNO)?&gt;
    //-- Output of master data
    &lt;?DEPTNO?&gt;
    &lt;?DNAME?&gt;
    //-- Loop through second dataset looking vor all data suitable to the current master key
    &lt;?for-each://EMP_ROW[xdoxslt:get_variable($_XDOCTX, 'v_DEPTNO')=DEPTNO]?&gt;
    &lt;?ENAME?&gt;
    &lt;?JOB?&gt;
    &lt;?end for-each?&gt;
    &lt;?end for-each?&gt;
    Hope that helps
    Rainer

  • How to design Group Left Report using RTF method ( XML Publisher )

    Hi,
    I need to design Group Left Report using basic RTF method. I am able to design basic simple report and Group Above Report but I am not getting Group Left Report. Can anyone help me out.
    Thx N Regs,
    Khan.

    Group Left report can be done using table consisting of 1 row and 2 columns. Group header goes to the column 1, group details go to the second column. Group details can be also designed using table, in this case you get table within table cell. "for-each.." statement for the upper level group to be placed in the left column before the group header data. "end for-each.." to be placed in the second column after the detail data.

  • Topics that help to create a project report about Java Report Generator?

    hi all,
    i'm doing a project on java that could be utilised to create reports for java programs..i want to make a project report on this topic.if anyone knows about sites those helps to create report please reply..
    Preethi

    JasperReports is a powerful report-generating tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files.
    http://jasperreports.sourceforge.net
    There is a convenient visual designer to create reports for jasperreports library called iReport.
    Take a look at http://ireport.sourceforge.net
    Giulio

  • Help needed to create Drop down help through Design layer for attribute

    Hi All,
    Has anybody created a Dropdown help through Design layer for standard field, there we have check Box ............
    Please Help me to know this ASAP....
    Edited by: Pankaj Gupta on Feb 26, 2010 10:52 AM

    Hi,
    Here is the exampel Program, i am sending the code for a Paramter, If you want this for the Select-options, then you need to have the paramer name as PS_PARM-LOW and you need to write the smae logic again for PS_PARM-HIGH to get the List box for the select-option
    REPORT ZLIST.
    TYPE-POOLS: VRM.
    DATA: NAME  TYPE VRM_ID,
          LIST  TYPE VRM_VALUES,
          VALUE LIKE LINE OF LIST.
    PARAMETERS: PS_PARM(10) AS LISTBOX VISIBLE LENGTH 10.
    AT SELECTION-SCREEN OUTPUT.
    NAME = 'PS_PARM'.
    VALUE-KEY = '1'.
    VALUE-TEXT = 'LINE 1'.
    APPEND VALUE TO LIST. VALUE-KEY = '2'.
    VALUE-TEXT = 'LINE 2'.
    APPEND VALUE TO LIST.
    CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = NAME VALUES = LIST.
    START-OF-SELECTION.
    WRITE: / 'PARAMETER:', PS_PARM.

  • Want to change the design of a report in query print layout

    i want to change the design of a report.

    Hi om singh,
    You can also find more information with recorded video at the following place:
    SAP Channel Partner Portal->Education->Role-Based Training->Implementation Consultants->Customization-> Print Layout Designer Part I,II,III
    http://service.sap.com/smb/sbo/documentation->choose the B1 version youu2019re using->Print Layout Designer
    Hope it helps.
    Regards,
    Jacqueline Jiang
    SAP Business One Forums Team

  • VS2013 Express Report Viewer - Design a New Report

    I just installed VS2013 Express and added ReportViewer to the .NET Framework Components.  I then added a ReportViewer to a Form in a new project, added a SQL Server 2008 Object using the object explorer, followed by adding a DataSet of one of my SQL
    Server 2008 Database Tables.  All good so far as I was following Mario Scopel's youtube video on "Creating Reports in C# - Part 1 of 2".
    The next step was to Design a New Report using the ReportViewer's Task arrow and clicking "Design a New Report" but it does nothing!!! What is wrong with this software?  Am I missing something regarding the RDL schema?  What do I need
    to do to create a new report to this local database?
    Thanks.
    JT

    HI JT,
    Visual C# forum is discuss and ask questions about the C# programming language. Based on your description, your case related to VS report.  I will move your thread to
    Other Forums    >  
    Visual Studio Report Controls forum for better support.
    Best wishes!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Help me in  'AR Details ' report shows total open invoices by customer

    hi friends,
    please  help me in  'AR Details ' report shows total open invoices by customer and PO number over selected time range.
    any thing related to open invoices please send me as early as possible.
    Thanks,
    Regards,
    Yogesh

    Hi,
    Find the T.code VF05. You will get the list of open billing docs. Its SIS report. Please find whether the SIS is active or not in your system
    Regards,

  • Please help to get onhand stock report with last purchase and billed date warehouse and item wise

    please help to get onhand stock report with last purchase and billed date warehouse and item wise

    Hi Rajeesh Ambadi...
    Try This
    SELECT distinct T0.ITEMCODE , t1.ItemName, T0.ONHAND as 'Total Qty',  
      T1.LASTPURDAT ,t1.LastPurPrc
    FROM OITW T0 INNER JOIN OITM T1 ON T0.ITEMCODE = T1.ITEMCODE
    INNER JOIN OITB T2 ON T1.ITMSGRPCOD=T2.ITMSGRPCOD left join ibt1 t3 on t3.itemcode = t0.itemcode and t3.whscode = t0.whscode
    WHERE
    T0.ONHAND>0
    AND T0.WhsCode ='[%0]'
    Hope Helpful
    Regards
    Kennedy

Maybe you are looking for

  • Windows 7 not seeing iPod classic 80GB

    I can't seem to get my ipod to load onto my computer. It WILL show up in devices and printers, and in the device manager. it will NOT show up in my explorer or in itunes. furthermore, itunes will freeze up entirely once i plug in my ipod, and it can'

  • Satellite L875D-S7230 Sound problems / drivers won't install

    I've run a PC tech support service for over 10 years so I've tried all the standard fixes to no avail. Main problem was after I started using my laptop with an HDMI cable to a projector -- the audio and video worked fine via HDMI, but when I disconne

  • Error in RFC Sender Adapter

    Hello Experts, Right now i m working on the scenario SRM -> XI -> 3rd party system. Here i want to send data from SRM to XI, and for that i m using Sender RFC Adapter. I have configured RFC Sender channel in XI and created RFC Destination into the SR

  • JOptionPane blocking problem

    I have the following code in my 1.4.1 applet: int response = JOptionPane.showConfirmDialog(NewJabber.mainFrame,"Receive message from unregistered user: "+jid.getName()+" over the "+JID.SHOWNAMES[jid.getHostType()]+" transport. Accept and add user to

  • Error id: 10000

    So I bought a new Playbook a week or so ago. I'm trying to purchase applications on the AppWorld but when I try to download something, I get an error ID 10000.  Reading around, some people suggested the following: - Hard Reboot - Security wipe and re