Change colums from group to group in Reports 2.5 (Developer 2000)

Hi
I know there is a easy way to do it in reports 6i, simply dragging and dropping the colum from group to group. But in 2.5 it doesnt work.I suppose there is a way to do it but i dont find it
Thanks a lot

Hi,
In reports 2.0 we have the "Reports Generator Version 2.0" to do this but do we have anything of this sort ( to convert rpt to rex) in reports 2.5 it tells something about case dictionary and stuff...
I'am not able to get exacltly what U are telling could U explain a bit U can mail me
to "[email protected]"
please
thank U so much
regards
Naresh
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by nirali:
Hi!
1.sccs edit .exp/inp
- Check out most recent version from SCCS(source control)
2. pasterex *.exp *.rex - Add special characters so this report can be loaded into the DB.
this will generate *.rex file.
Nirali<HR></BLOCKQUOTE>
null

Similar Messages

  • Refreshing subreport data on change of group in the main report

    I have created three comma delimited strings in a subreports and then introduced them to the main report. The subreports are simple with no groups. I have one subreport for Authors, one for Departments and one for Schools. This is ok if I filter the data down to one publication. If I remove the filter then I get every instance of each of the subreports. ie all authors in a comma delimited string, all departments and all schools.
    I have two groups in the main report, Publication Year (Group #1) and Publication Title (Group #2). This is where I have the problem. The data coming from the subreports show all instances as mentioned above. I want the subreports data to refresh each time the group changes. I need it to only show the necessary comma delimited string for each publication, not every instance.

    Hi Abhilash,
    The logic has worked correctly but the performance is really poor. Is this because I have there subreports doing similar funcitons? Is this a topic for another discussion?
    Also, when I try to export the report to xls data only it starts the export but then a msg comes up on the screen relating to the second formula you gave me for comma delimited strings for schools:
    SAP Crystal Reports
    String length is less than 0 or not an integer.
    This relates to the third line in the code:
    Left(schools, len(schools)-2);
    It then aborts the export. Is this a topic for another discussion also?
    Thanks

  • Change of Company code from one Cons Group to another Cons Group.

    Dear All,
    Please advise on change of company code from one Cons Group to another Cons Group , we have Cons Structure - at present few companies are in one cons group and as a policy we have to move the companies to another cons group. So please advise me what will be the case if we move int he following senarios:
    1. if till period 012 year 2008,  company A is in Cons Group AA and we want  the same to Cons Group BB. How it  will move to Cons Group BB in a Company code with the opening balances? 
    2. if there is no data in SEM BCS total Cube - and we want to move the Company A from Cons Group AA to Cons Group BB.
    What will be the effect in both the scenarios.  How to do this? if you can specify some steps then I will try to analyze the situation.
    Thanks in advance

    The changes are not complicated but company A must be placed in cons group BB as of period 12 2008 and in the master data of the cons group it should be indicated that the first consolidation is at the end of the period (EOP). Likewise in cons group AA must continue to include company A but in the cons group master data it must be indicated that the period of divestiture is 12 2008 EOP.
    The cons group changes tasks must be executed to move the balances in period 12 2008.
    If there is not data for company A in the totals infocube you may simply drag-and-drop company A from cons group AA to cons group BB without any concerns.
    The affect in each scenario is different because if there is data that is to be reported as part of cons group AA company A must be included in cons group AA.

  • How do you Change Group Sort Direction using Report Client

    It looks like there should be a sort direction property on the ISCRGroupOptions object but there is none. So how do you set the sort direction of the group?

    I tried that and it did not work. Here's the code to change the grouping, note I also change the associated sort object. I did notice that if you go into the crystal reports designer and bring up the Record Sort Export and select the group's corresponding sort that the Sort Direction radio buttons are disabled. The question is how to change the sort direction shown on the Change Group Options dialog?
            public bool GroupModify(short GroupIndex, string TableName, string ColumnName, SortDirection SortDirection)
                bool result = false;
                if ((_ReportClient != null) && (GroupIndex >= 0) && (GroupIndex < this.GroupCount()))
                    CrystalDecisions.CrystalReports.Engine.Group docGroup = _ReportDocument.DataDefinition.Groups[GroupIndex];
                    ISCRField field = _ReportClient.DataDefController.FindFieldByFormulaForm(docGroup.ConditionField.FormulaName);
                    if (field != null)
                        Group group = _ReportClient.DataDefController.GroupController.FindGroup(field);
                        if (group != null)
                            Group newGroup = group.Clone();
                            newGroup.ConditionField = FieldGet(TableName, ColumnName);
                            if ((newGroup.ConditionField != null) && (_ReportClient.DataDefController.GroupController.CanGroupOn(newGroup.ConditionField)))
                                _ReportClient.DataDefController.GroupController.Modify(group, newGroup);
                                result = this.SortSet(TableName, ColumnName, SortDirection);
                return result;
            public bool SortSet(string TableName, string ColumnName, SortDirection SortDirection)
                bool successful = false;
                if (_ReportClient != null)
                    ISCRField field = FieldGet(TableName, ColumnName);
                    if (field != null)
                        ISCRSort sort = _ReportClient.DataDefController.SortController.FindSort(field);
                        if (sort != null)
                            _ReportClient.DataDefController.SortController.ModifySortDirection(sort, CRSortDirection(SortDirection));
                return successful;
            public int GroupCount()
                int count;
                if (_ReportClient != null)
                    count = _ReportClient.DataDefController.DataDefinition.Groups.Count;
                else
                    count = 0;
                return count;

  • How to pass record Group from Forms with DATA_PARAMETER to Reports Server

    How to pass record Group from Forms with DATA_PARAMETER to Reports Server using RUN_REPORT_OBJECT?
    When we use products on run time we are using data_parameter for passing record Groups to reports via run_product but now we have to use application server and reports server for same reports.
    We met with <FRM-41214 Unable to run reports> for passing DATA_PARAMETER to reports server when used RUN_REPORTS_OBJECT.
    How can we pass record Group from Forms with DATA_PARAMETER to Reports Server using RUN_REPORT_OBJECT?
    Thanks,
    Arif

    Hi Mandeep,
    Could you please tell me how can i pass data parameter from forms to report through run_product.

  • MD3000 - Change Access From Host to Host-Group

    I've got a Hyper-V partition on an MD3000 called "HyperV-CSV".
    At present, in the "Host-to-Virtual Disk Mappings" it is only accessible by "Host HyperV1".
    I'm trying to allow host HyperV2 access as well, and without causing problems.  What I have done is created a Host Group called "HyperV-Group" where both HyperV1 and HyperV2 are members.
    So what I think I need to do is change the access of the Virtual Disk from "Host HyperV1" to "Host Group HyperV-Group".
    My questions though - will this disconnect the disk from HyperV1 briefly while making the change? Will this properly allow both HyperV1 and HyperV2 to access this virtual disk?
    This topic first appeared in the Spiceworks Community

    Hi AlexMtl,
    It seems the host accesses internet via wifi ,right ?
    The host still can access internet after removing bridge connection then reboot , right ?
    If it is the case , please refer to following setps :
    1. remove bridge from wifi then reboot it to ensure host can access internet
    2. create a new internal virtual switch
    3. share wifi connection  to the new Vswitch (right click wifi connection --> properties --> sharing --> check "allow another network ..."  and select the new internal Vswitch in the drop list)
    4. configure an IP for the new Vswitch same subnet as VM's IP
    5. configure VM's gateway same as the IP of new Vswitch (also configure the DNS server IP for VMs)
    Hope this helps
    Best Regards
    Elton Ji
    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.

  • PS2010: Resource synchronization fails in project site creation and when changes users at the Security Groups.

    I am not using AD syncronization for resource pool and security groups in Project Server 2010.
    When I publish a new Project or try to create a Project web site manually it creates the Project site, but fails to synch the resources.
    If I add or change one or more resources at the Project Managers security group at PWA it also fails to synchronize the root site and existing Project web sites.
    I looked at the ULS log and appears the the following error:
    Add or remove resources from a Security Group error excerpts:
    "GeneralQueueJobFailed (26000) - AddSingleUserMembershipInWss.AddSingleUserMembershipInWssMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='36d89522-f218-4bd2-870e-f07c9292435e' JobUID='f083e721-d7b2-4334-839b-fb10b5c0c513' "
    "Failed to find the XML file at location '14\Template\Features\ReportServer\feature.xml'
    Feature definition missing for Feature 'ReportServer' (Id: 'e8389ec7-70fd-4179-a1c4-6fcb4342d7a0')"
    Create a new Project site error excerpt:
    "CreateWssSiteContent: Creating project site failed! Project Uid=20450550-17ec-4278-83b0-b86116c63fb9, site URL=http://project.b2w/PWA/Teste 1001 2S, site name=Teste 1001 2S. System.Runtime.InteropServices.COMException (0x8107058A): <nativehr>0x8107058a</nativehr><nativestack></nativestack>The
    content type name _$Resources:ReportServerResources,DataSourceContentTypeName;_ cannot contain: \ / : * ? " # % < > { } | ~ & , two consecutive periods (..), or special characters such as a tab..."
    My Project site template is exactly the same than original Project Server site template (for test purpose) but created as Project site and then saved as template with another name.
    In both cases there are a reference to "ReportServer", but I do not have either a Report Server installed in the farm or the Reporting Services Service Application.
    Any ideas how can I correct this issue?
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

    Hi Segawa,
    In the above thread you are saying that there are reference to "Report Server". Save the template to local file system and extract the template. Now check the onet.xml under "Webtemplates" folder. Do you see the references of report server there.
    If that is the case, my suggestion would be to recreate the template without the reference for report server and then test the behavior.
    Also, you can even remove the reference in the onet.xml and use some compressing tools to rebuild the wsp file and then use that as template.
    Happy troubleshooting...
    Vikram Daruru - MSFT

  • Hire a contractor from Belgium business group to US business group

    Hi All,
    My client has a requirement that they want to hire the contractor from Belgium business group to US business group as full time employee.We have those employees entered as contractors in belgium responsibility.Please let me know how to handle this.
    Thank,
    MP.

    You could take a look at Global Overseas Deployment (GOD/GOLD) functionality but that's designed to transfer employees from one business group to another. It doesn't handle a change in system person type at the same type.
    Regardless of whether you use GOD/GOLD or not, the most common way of doing this is to effectively mirror the same process:
    1. You terminate the contractor in the source Business Group
    2. You re-create the person as an employee in the target business group
    3. The two can be linked together via party_id for custom reporting (etc)
    Does that help?

  • Consolidation Group Hierarchy in the reports

    Hello exports,
    Recently we had a consolidation group hierarchy cahnge. We moved a cons unit from one cons group to other. I did not use the drag and drop of course. The change had been made from 01.10.
    The consolidation group is time depended.
    The problem regards the queries I have: when I open the combo box of the "consolidation group hierarchy" I expect to get
    2 optional hierarchies: one for the previous hierarchy and second for current hierarchy.
    Instead I get to see only the current hierarchy. In my point of view it is wrong because users who would like to watch reports for 30.09 can only get to see the new hierarchy which is not relevant for 30.09 yet.
    Any ideas anyone ?
    Thanks

    Collet Hi,
    Thanks again. The resaults are correct , this is not the problem.
    Let me use an example in order to simplify the problem:
    Suppose I made an organizational change in 01.10 in which CC A became CG A and owns some other CC under it.
    From your point of view, from 01.10 and on the users will see on the selection screen only CG A,
    Even if they rather produce the report for 30.09, they wont be able to select CC A.
    By the way, on the result screen of the query the hierarchy acts perfectly- just like the hierarchy has been at the specified date, 30.09.   As I mentioned- the only problem is relevant for the selection screen.
    Thanks again

  • Free Goods from One Material Group to Another Material Group

    Salute Masters!! 
    I need your valuble suggestion, please provide.
    I need to configure Free Goods of Material Group to Material Group.
    User want:
    1) Free Goods from one Material Group to another Material Group, like F010 to F040
    2) User should have option to change from one Material Group to Other Material Group, which He / She want, like F010 or F020, F030, F040 any one of them.
    Suppose;
    Line Item Material Belongs to One Group Quantity in Gallons Free Goods from Any Material Group Quantity in Gallons
          1            A                                              3                                    F010                                             4
          2            B                                              3                                     F020
          3            C                                              4                                     F040
    Any No. of Line Item Any No. of Material
                                       from One Group      Total 10                   From Any Material Group
    (Comprising of 3-4 Different Material from 1 Group, they should be able to choose/provide Free Goods from other Material Group)
    3) While creating Sales Order what Quantity (Gallons/No./Ltr) to be put?
    How I can configure this scenario?
    Please suggest, is it  possible through KEY COMBINATION?
    Rgds.
    Srivastav
    +91 7829755109
    Skype ID: sanjai.srivastav1

    Hi,
    if you want to give free goods from other group it can be possible only for EXCLUSIVE free good type
    In exclusive free goods, a material different from the orignal material can be specified as the free goods.
    Example: A customer who buys 200 crates of beer, gets 5 boxes of glasses free.
    In VBN1 >> Exclusive
    See column ADD FREE MATERIAL
    While creating Sales Order what Quantity (Gallons/No./Ltr) to be put?
    Maintain alternative units in material master >> Additional data >> Material master,BUT it is only main item
    Those item u want to give free that items unit is derived from free goods condition record and it CANNOT be change in order

  • S_ALR_87013340-PRCtr Group:plan/Actual Caomparison Report performance issue

    I'm trying to get the "actual line item" details from the S_ALR_87013340-PRCtr Group:plan/Actual Caomparison Report and I get a
    ABAP run time error. I tried to running for just one month and on several accts. please help to me. how to get the report.
    or how to improve the performance of this program.
    Thanks in Advance

    hi,
      first we need to know what part of the code is taking time. Do run time analysis using SE30 transaction to know what part of coding is taking more time. use can ST12 transaction to get more detailed analysis.
    Since this is standard SAP report also check any OSS note exist for the performance problem.

  • Sub-Groups Not Appearing in Report

    Post Author: burhan.survery
    CA Forum: Crystal Reports
    I am using CR10.
    My report has two groups: Main group "Order Number" and the subgroup "Customer Number". Both groups are from the same table. There could be upto four Customers per order. When i print the report, I only get the first customer in the order. I should get every customer. I don't understand why this could be happening. Any help would be appreciated.
    Burhan

    This is in fact the main sql behind the search button of the Query Report Viewer Page
    SELECT A.REPORT_DEFN_ID,
    A.DESCR,
    A.DS_TYPE,
    A.DS_ID,
    A.OPRID,
    A.PSXPDSOWNER,
    A.PT_TEMPLATE_TYPE,
    A.REPORT_CATEGORY_ID,
    A.OBJECTOWNERID,
    A.PT_REPORT_STATUS,
    A.BURST_FIELDNAME
    FROM PSXPRPTSRCH_VW A
    WHERE A.OPRID IN (' ', %OperatorID)
    AND EXISTS
    (SELECT 'X'
    FROM PSXPRPTCATAUTH X
    WHERE A.REPORT_CATEGORY_ID = X.REPORT_CATEGORY_ID
    AND ((X.AUTHORIDTYPE = '2'
    AND X.AUTHORID =%OperatorID)
    OR (X.AUTHORIDTYPE = '3'
    AND X.AUTHORID IN
    (SELECT RL.ROLENAME FROM PSROLEUSER RL WHERE RL.ROLEUSER = %OperatorID
    After this main sql it is checked if user has access to the query behind the datasource that i used for the report.
    This means:
    You need to have access to one of the roles defined in the ReportCategory or defined as user here and you need to have access to the query.
    Assuming you comply the first criteria, see if your user can access the query, again query can be private or query tree security.
    Hakan

  • Is there a way to change the duration of a group of selected clips all at once?

    Hi all,
    I'm working with good old Premiere 6 on Windows 7.
    Is there a way to change the duration of a group of selected clips all at once?  If I have a large group of clips in my timeline that are all the same duration, once I've selected them all in a group, can I somehow change the frame number duration of all the clips at the same time?
    I've found other things that can be done to a group of clips at the same time, but I can't find a way to change the duration of a group of selected clips.
    Thanks,
    digi

    Thanks Jim and Bill,
    In my efforts to work around the problems with the distortion and horizontal interlace lines that come when using the Motion Settings, I'm doing stop frame animation with hundreds and hundreds of layers in PSDs in multiple files placed in hundreds of one, four and six frame sections in Premiere, so if I find that I need to change the number of frames per clip in hundreds of consecutive clips (not actual duration of speed changes), then I need to pull out the right side of hundreds of frames after first moving them apart enough to allow for changing them if I'm making them longer.
    These animations are different from the rotating reel animations in that they are for laterally moving subjects that are long streams of moving graphics and photos.
    I read about "clip nesting", but I think that only applies to clips or groups of clips that are the same, whereas my clips are each from different imported layers times 125 or so, consecutively placed one after another to create the laterally moving stop frame animation.
    Now I've tried johnbmx4christ's alternate method of creating rotations that was just posted on the other thread about the rotation distortion, but that method results in the same oblong distortion and messed up looking horizontal interlace lines.
    What a can of worms.
    Thanks,
    digi

  • How to get the value of a variable in group footer in the report footer also

    I have a placed a formula as below at the group footer and the report footer. The data is grouped on the basis of duedays which is again formula and the value in that is appearing correctly.
    Whilereadingrecords;
    Global Numbervar CNTONE;
    Numbervar P := P+1;
    IF P = 1 AND {@DUEDAYS} = 0
    THEN CNTONE := {spSUPPLIERSOA;1.INVOICEBAL}
    ELSE IF P>1 AND  {@DUEDAYS} = 0
    THEN CNTONE := CNTONE + {spSUPPLIERSOA;1.INVOICEBAL}
    At the group footer I get the value correctly for CNTONE but when I place the formula in Report footer I get the value for CNTONE as 0.
    Please do let me know how I could get the same value in the report footer also.
    Regards
    Sreejith J

    Hi Abhilash;
    When I give the statement whileprintingrecords then my above formula sums up only the first record and the last record of the group and when I give whilereadingrecords it adds up all the data in the group correctly.
    The formula that you mentioned for the report footer had worked out and it is showing my result correctly.
    I did not put up the reset formula on the group footer because as the group changes I had used another variable in another formula for example for the second group I used
    Whilereadingrecords;
    Global Numbervar CNTTWO;
    Numbervar Q := Q+1;
    IF Q = 1 AND {@DUEDAYS} = 30
    THEN CNTTWO := {spSUPPLIERSOA;1.INVOICEBAL}
    ELSE IF Q>1 AND  {@DUEDAYS} = 30
    THEN CNTTWO := CNTTWO + {spSUPPLIERSOA;1.INVOICEBAL}
    I have set up total 5 such formulas as the number of groups that will be formed is 5. I have put up these formulas on the group footer and suppressed it as I dont want to get it displayed.
    The as you suggested the solution for Report Footer I did that and getting the result correctly.
    I dont know I may be following a longer procedure
    Take Care
    Sreejith J

  • Move a query to from one user group to another user group

    Hi,
    it's possible to move a query (SQ01) from one user group to another user group ??
    Thank you.

    Hi,
    You can copy queries only if you have the authorization to make changes. Within your current user group, you can copy all queries. However, queries of other user groups can only be copied if the InfoSet used to define the query is assigned to both user groups.
    To copy a query, proceed as follows:
    1. Choose the name of the query you want to copy on the initial screen.
    If you do not know the name, use the directory functions to display the query directories and then choose a query to copy from there.
    2. Choose Copy.
    3. Enter the name and the user group of the query that you want to copy in the dialog box. Furthermore, you must enter a name for the copied query. The system proposes values for this.
    4. Choose Continue.
    This takes you to the initial screen. The query is added and appears in the query directory. You can now continue.
    Regards,
    Amit

Maybe you are looking for

  • How to I import video AND audio from DVD ?

    I have been sent a DVD on a holiday from a friend. I want to edit this. When I try to import it into iMovie I can import the VTS0104.VOB file, but this gives me just the images and NO sound. How can I get the sound too?

  • Can I sync iPad on two computers?

    Is it possible to sync them using both my MBP and my iMac?

  • Using optical mice as input devices

    Hi, I'm doing a robotics research project, looking at the possibility of using optical mouse-style CMOS sensors for motion tracking. To this end, I'm building a simple machine with LEGO Mindstorms, and I intend to attach two optical mice to this and

  • Macbook air or Macbook pro with retina?

    I am a college student but do not know which macbook to get. I would be using it for typical things like writing papers and watching netflix or youtube etc. I know the air would be good to have for portability and battery life but I think id be missi

  • Importing folders from browser mail system

    I have been using a browser-based web mail system, the Speakeasy mail system that came with my hosting system. I'm switching over to Mail, but when I set it up it only brought over the emails in my actual inbox, and didn't touch any of the other fold