Is it possible for 1 record to be in multiple groups?

for example:
i have a record that contains a field called "group"
and it contains " 1 ; 2 ; 3"
and i have groups 1-10, so this record should go into groups 1-3.
but i can't find a way to do this, because once it goes into group 1, it is taken out of circulation and so it won't show up in groups 2 and 3 anymore.
thanks!

Jason Long wrote:
To test it, just run this... (it will run against any instance of SQL Server)
>
> IF object_id('tempdb..#Values') IS NOT NULL
> BEGIN
>    DROP TABLE #Values
> END
> CREATE TABLE #Values (ValueName VarChar(20), Groups VarChar(20))
>
> INSERT INTO #Values (ValueName, Groups) Values('George', ' 1 ; 2 ; 3')
> INSERT INTO #Values (ValueName, Groups) Values('Bill', ' 2 ; 4 ; 6')
> INSERT INTO #Values (ValueName, Groups) Values('Marry', ' 5 ; 7 ; 9')
> INSERT INTO #Values (ValueName, Groups) Values('Tony', ' 8 ; 9 ; 10')
> INSERT INTO #Values (ValueName, Groups) Values('Shephanie', ' 1 ; 5 ; 10')
> INSERT INTO #Values (ValueName, Groups) Values('Amanda', ' 4 ; 6 ; 8')
>
> SELECT ValueName, 1 AS "Group" FROM #Values WHERE Groups Like '% 1 %' UNION
> SELECT ValueName, 2 AS "Group" FROM #Values WHERE Groups Like '%2%' UNION
> SELECT ValueName, 3 AS "Group" FROM #Values WHERE Groups Like '%3%' UNION
> SELECT ValueName, 4 AS "Group" FROM #Values WHERE Groups Like '%4%' UNION
> SELECT ValueName, 5 AS "Group" FROM #Values WHERE Groups Like '%5%' UNION
> SELECT ValueName, 6 AS "Group" FROM #Values WHERE Groups Like '%6%' UNION
> SELECT ValueName, 7 AS "Group" FROM #Values WHERE Groups Like '%7%' UNION
> SELECT ValueName, 8 AS "Group" FROM #Values WHERE Groups Like '%8%' UNION
> SELECT ValueName, 9 AS "Group" FROM #Values WHERE Groups Like '%9%' UNION
> SELECT ValueName, 10 AS "Group" FROM #Values WHERE Groups Like '%10%'
>
Hi, can I use the above within Crystal Reports?  I have the following fields in one table
Customer Number
Service Types
A customer can have more than one service e.g. service 1 plus service 2 plus service 3
Question:  How do I group similar service "bundles"?  E.g. How many have service 1 and service 2?  How many have service 1 and service 3? and so on so forth.
P.S  By the way, here is the result of your SQL query above:
Amanda     4
Amanda     6
Amanda     8
Bill     2
Bill     4
Bill     6
George     1
George     2
George     3
Marry     5
Marry     7
Marry     9
Shephanie     1
Shephanie     5
Shephanie     10
Tony     8
Tony     9
Tony     10

Similar Messages

  • Batch determination not possible for few records

    Hi,
    We have a situation !!!
    We have batch serach strategy and all the config done.
    the only thing was the search procedure was not assigned to the sales area so that it can determined in the delivery.
    Before even this config could be done, one of users created a record for the batch search procedure ZD01 in our system for that ship point.
    When we have noticed it and then moved the configuration.
    the batch determination started working for all the deliveries created after the config has been done.
    Problem:
    For the deliveries which have been created earlier (before the config of assigning the search procedure to the sales asrea) the batch determination is not working .
    Did anyone encounter this problem??
    Is there a fix for it soemthing like a  OSS or utility program !!!
    Thanks

    Hi
    the validity date on the condition record is from 04/08/2008 which is the same date when the delivery has been created.
    I have tried changing it to something earlier but still it doesnt work for this one delivery which was created before the configuration was done
    Thanks

  • Possible for JRockit Mission Control to Monitor Multiple Web Applications

    I have some questions regarding JRockit and Weblogic Server.
    The JRockit Mission Control allows users to monitor JRockit JVMs.
    If a JVM runs a Weblogic server instance which runs a couple of web aplications, is it possible to monitor individual web applications separately?
    If it's possible, is there any kind soul who can guide me through the process in setting up.
    Please assist. Many Thanks!
    Thanks,
    Benjamin

    Hi,
    You can use *"wlnav.war"* which is freely available on net. to monitor Servers along with some of the Application attributes like application state/ Session count/ ...etc
    "wlnav.war" actually uses WebLogic MBeans to get the details of the Server and Applications...Same thing we can do using our own MBean JMX Codes as well... But still these JMX codes will not be able to tell exactly that which object belongs to which Application.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic/jmx_weblogic/  (WebLogic Wonders Are Here)

  • Is it possible for extra tabs to appear in multiple rows rather than having to click the arrow?

    It would be great to have tabs in rows, similar to how you can set up the Windows taskbar.

    There are add-ons that can do this, but they also offer many other tab related features rather than just allowing multi-row tab bar, so this may be a bit of overkill.
    A couple of examples are:
    * Tab Mix Plus - https://addons.mozilla.org/firefox/addon/tab-mix-plus/
    * Tab Utilities - https://addons.mozilla.org/firefox/addon/tab-utilities/

  • Create id, update id with date for each record

    Hi,
    Please give me brief idea or document for this concept:
    I need create id, create date, update id, update date for each record inserted or updated in database (in few tables).
    1) how user id can be obtained?
    2) Is it better if i use views instead of tables for this?
    3) is it possible for each record?
    Please show me complete scenario. a piece of code can also be helpful.
    thanx in advance.

    only.ashish99 wrote:
    Hi,
    Please give me brief idea or document for this concept:
    I need create id, create date, update id, update date for each record inserted or updated in database (in few tables).
    1) how user id can be obtained?SELECT
    2) Is it better if i use views instead of tables for this?It depends.
    post EXPLAIN PLAN for both.
    3) is it possible for each record?yes
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • Can it possible for more then 2 days statistical records with Terminal ID

    Hi
    By using ST03N we get 1 month statistical records but we can't find the Terminal-IT. But When we use STAD we get last 2 days information with Terminal ID only
    So can it possible for more then 2 days statistical records with Terminal ID by STAD.
    Any setting / and background job / any other options. Pls suggest.
    Thanks and Advance.
    Tapovardhan Singh
    Edited by: Tapovardhan Singh on May 24, 2008 11:01 AM

    Hi Tapovardhan,
    How can I access statistical records?
    Using transaction STAD you can access the statistics files and display the statistical records. Here is a screenshot of the start screen of STAD.
    *In Business Transaction Analysis -> In Read Interval ->
    Specify the Date and Time (you want to retrieve).*
    Statistical Records Part 4: How to read ST03N datasets from DB in NW2004
    /people/andreas.vogel/blog/2007/04/08/statistical-records-part-4-how-to-read-st03n-datasets-from-db-in-nw2004
    Statistical Records Part 1: Inside STAD
    /people/andreas.vogel/blog/2007/01/12/statistical-records-part-1-inside-stad
    Reward points if this helps
    Regards
    Pragathi.

  • No goods receipt possible for purchase order 4000010123 00001

    Hi Experts,
    I created PO with 100 Qty then create GR with 20 Qty with mvt type '101' .
    then I am doing Return PO with 20 then I am creating GR with Reference to return PO with 161 movement type through BAPI 'BAPI_GOODSMVT_CREATE'.but it  giving error as 'No goods receipt possible for purchase order 4000010123 00001'.
    but manual it is working fine and creating GR.Please let me the reason.
    I am unable post GR for first time with fresh return po.but second time after manual posting.i am able to do it.

    Hi,
    have you compare the data you send to bapi with data recorded in GR (mkpf/mseg) tables by the system after manual document posting?
    I would check it first - here usualy is the diference between manual and bapi document creating that causes problems.
    hope it helps
    regards,
    wojciech

  • Pricing at time of goods receipt not possible for this item

    We're receiving error Message no. 06634 Pricing at time of goods receipt not possible for this item when trying to change the PO Pricing Date Category from No Control to 5 GR Date.
    The error message is clear and reads:
    Pricing at time of goods receipt not possible for this item
    Message no. 06634
    Diagnosis
    For this purchasing document item, you wish to specify that a new price determination process is to be carried out at the time of goods receipt.
    System Response
    Pricing cannot be carried out for the item at the time of goods receipt because the price was either entered manually or copied from the last purchasing document.
    The scenario is that we have a contract reference on a PO and the contract condition records are to be maintained as a new price is valid each day.  The problem without this is that the new pricing will not be reflected in the GR.
    What is the solution to overcome this issue?
    NOTE:  the Info Record conditions are not being read during GR as the PO references a contract.

    For further clarification the PO is referencing a contract and as such not pulling the pricing information from the info record and instead pulling the price from the conditions on the contract. 
    I want to change the pricing date category from " No Control" to "5 GR Date" however I'm receiving the error message stated and unsure of how to make this change.
    The intent is not to create a new PO each day the condition record is created and instead we are utilizing one PO referencing one contract with multiple date delimited condition records containing the daily pricing.

  • Can I connect a line in for audio recording on my iPhone?

    I would like to use Garage Band for iOS to generate digital recordings of my LP collection. Is it possible to do this through a line into the iPhone directly from my stereo/turntable? Is a separate app required to convert the input/output jack on the phone for "line" recording?

    Google something like "copy vinyl to iphone".

  • New status for changed records or Additive Delta

    Hi Guys,
    I have a design question for ODS and Extractor.
    The requirement is as follows...
    There is a table in CRM with service point as primary key. The fields in the table for example are bill account and Meter ID. Key figure is a XYZ value. In CRM for that Bill account Meter ID combination the XYZ value will change every year. In CRM the same record is being updated with changed value of XYZ. But in BW when the delta is being sent I do not want it to update the existing record but add it as  a new record. This way the history can be tracked for previous years XYZ value.
    What is required to make this happen?
    When creating the extractor I think I should give the delta as new status or additive delta?
    What should I indicate as delta specified field?
    For the ODS ( I am on BI 7.0) should I create the normal ODS or should I create the write Optimized or something for this requirement ( I dont remember right now the 3 types of ODS we can create).
    Your inputs will be greatly appreciated.
    Thanks
    Kumar.

    Thanks Puneet!
    Good Answer.
    New and Changed records does help in getting the records as desired.
    But the problem is while loading into BW I cannot create a new record. The primary key is only Service Point. So even if the key figures and dates associated with that record changes, BW will still update my existing record.
    Is there a possibility of using the dates as a pointer that a new record should be created.
    Let me explain it better. Following is the structure of table.
    Service Point (primary key)
    Product GUID (key in CRM)
    Circuit ID
    Installation date
    Effective date
    Termination date
    CRC (some key figure)
    Scenario is - This year Service Point A with CRC value as 50 with effective and termination date for example .. May1 2009 - Apr 31 2010.
    Service Point   CRC   EffectiveDate   TerminationDate
    A                     50      5/1/2009         4/31/2010
    Next year the same service point will have different values and CRM system will update the record in CRM table.
    Service Point   CRC   EffectiveDate   TerminationDate
    A                     60      5/1/2010         4/31/2011
    1) So I was wondering if there is a way or some code can be written to check if effective and termination dates are not same it should be added to ODS as a new record.
    2) Another way is to make some sort of Time dependency. Like use Valid From and Valid To dates to track the changes to the record and display all the different values for every record when the CRC values were valid between what dates.
    3) or some other way you can suggest

  • Cross Day work issue in Time Evaluation for positive recording.

    Dear Experts,
    We would like to know whether anyone else has faced the below described issue before or has any suggestions for the same.
    Issue Background: We are uploading time events from the clocking recording system into SAP using an interface program. The clocking events are loaded without indicator 'M' and based on whether they belong to current day then assignment is '=' and '<' for previous day assignment.
    Issue Description: Some operational staff have planned daily shifts from 00:00 - 08:30. Hence they can clock-in before 00:00 on the previous day and since there is no 'Next Day Indicator' in SAP, we split the time events so that if the clock-in is at 23:00 previous day then the time pairs are formed as
    23:00 - 24:00 Current Day with Day assignment '='
    00:00 - 08:30 Next Day with Day assignment '='
    When we run the time evaluation, the day assignment for Next day pair 00:00 - 08:30 is automatically changed to '<'. This makes the Next day without any events and the time evaluation throws error in the next day.
    Now instead of automatic upload, if we manually upload the same time events, the records are as follows:
    23:00 - 24:00 Current Day with Day Assignment '+' and Origin Indicator 'M'
    00:00 - 08:30 Next Day with Day Assignment '+' and Origin Indicator 'M'
    Now if we execute time evaluation, the behaviour is as per expected and the time evaluation doesn't change the day assignment for any records.
    Work Around Proposed: Keep atleast 1 sec difference between the time events say the above records can be uploaded as follows:
    23:00 - 23:59 Current Day with Day assignment '='
    00:00 - 08:30 Next Day with Day assignment '='
    But we would like to avoid this if possible.
    Summary: In brief we would like to know whether why time evaluation has different processing for Origin indicator 'M' and SPACE.
    Many thanks for your inputs in advance, thanks.
    Regards,
    Roshan.

    Hi,
    see thread
    Time evaluation -early clockin for shifts starting at midnight ?
    maybe of interest
    bg
    Edited by: bg on Sep 16, 2010 9:26 AM

  • The reporting point backflush is not possible for make-to-stock repetitive

    Hi All,
    we are using the assembly backflush in the MTS REM process. we are need to do the reporting point backflush
    if we tick against the RP backflush. what will be the effect in the process while confirmation.
    i read the sap library . it say like
    The reporting point backflush is not possible for make-to-stock repetitive manufacturing.
    is it correct.
    Thanks
    VRaj

    Hi mangal,
    i did all the setting as you said. but when click on the reporting point.
    system thru error
    Error reading reporting point information
    Message no. RM111
    Diagnosis
    The repetitive manufacturing profile is set for the reporting point procedure. However, either no reporting points exist for the material or they are incorrect. Two common reasons for this are:
    The repetitive manufacturing profile has been changed in the current session.
    You have not defined any milestone operations in the routing.
    When creating the product cost collector, no reporting points were created.
    Procedure
    Two alternative solutions are possible:
    Assign a repetitive manufacturing profile with no reporting point procedure to the material in the material master record.
    Recreate the reporting points by recosting the product cost collector. To do this, the following prerequisites must be met:
    In the material master record, in the production version, you must enter a routing under either detailed planning (first priority) or under rate-based planning (second priority).
    Milestone operations must exist in this routing. The system ususally automatically creates the reporting points from these milestones when creating a product cost collector or when creating a production version.
    how to create the REPORTING POINT

  • Hierarchal Report for Fund Centre Hierarchy/Group for Total Records

    Hello Gurus,
    I need to check if there is some Hierarchal report in FM which displays the data as per my Funds Centre Hierarchy or group. Like there is a report in Cost Centre Accounting (S_ALR_87013611) which displays the figures according to different grouping on the left hand side of the screen.
    In FM report for example if I will go to - FMB_PT01 - Totals Records report and populate the Funds Centre Group then system populates the report for the relevant funds centres in that group individually but do not group the figures logically as per the group structure like we have in Cost Centre Reporting.
    Please advise if there is any such kind of report or is there any possibility of creating a report painter/writer or we need to go for fully customized report.
    Thanks in Advance!
    Regards
    Rohit

    Hi,
    This is a standard feature with Report Painter reports. S_ALR_87013611 is a Report Painter report in library 1VK report 1SIP-001. There are 4 standard FM reports in Report Painter library 4FM. You can also define your own FM reports under library 4FM. Please see the link below on how to create a report:
    Report Painter / Report Writer - SAP Library
    Regards,
    Ming

  • W520 Replace DVD with another Hard Drive and IEEE 1394 spec for music recording

    To increase the performance, I am taking the 160 GB SSD instead of the mechanical drive. Obviouslt, I need more space than this. I don't care about the DVD rom. It can't play blu ray anyway. Is it possible to replace the dvd drive with a hard drive? Where can I get a replaceable drive for this? What do I do with the DVD? Can I sell it back?
    I need to do music recording with this. I was wondering about the IEEE 1394 spec; the latency etc. If I remember correctly the W510 IEEE1394 was very good, probably was manufactured by Texas Instruments. I could not find anything about it anywhere. Not even here: http://www.lenovo.com/psref/pdf/tabook.pdf
    Also, a bit worried about the sound card. How good is it? Did anyone use this laptop for music recording?

    hey udvranto,
    with regard to this, i would suggest contacting tech support via the number listed in the link below to check if it is possible to replace the dvd with your harddrive.
    http://www.lenovo.com/contact/us/en/
    on the part of the soundcard, I believe it is good for music recording. Though this really depends on the software that you're going to use to record.
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Lookup Data For Each Record of Result Set

    I'm trying to determine if the following task is possible in BPEL and how to implement it.
    Assume I have two DB Adapters returning data from two different databases.
    The first excepts no inputs returns 5 records in a collection looking somewhat like the following.
    Order ID, Item ID
    1, 2
    2, 1
    3, 1
    4, 2
    5, 3
    The second accepts an Item ID as input and returns the description for that item.
    I would like the output of the BPEL Process to look like this.
    Order ID, Item ID, Item Desc
    1, 2, Computer
    2, 1, Desk
    3, 1, Desk
    4, 2, Computer
    5, 3, Lamp
    I'm new to BPEL and I'm assuming this will involve invoking the first db adapter link and then iterator through the result set calling the second db adapter link for each record but I'm not sure where to start. I'm hoping someone can give me a simple example that I can play with. I've looked at How to iterate through multiple records read from a file adapter? and How to pass a single element in an array to XSL from BPEL but I'm getting lost.
    Thanks

    I just got it working in the BPEL for-each loop by creating a variable of type Order which I then assigned the results from that loop and then appended them to my output variable. I'd be interested in seeing how I could do that within a transformation if its quicker. How do I append in a transformation so that I can add the row after each loop.
    Here is the BPEL so far.
    I will note that I think just fetching a complete copy of both data sources and merging wouldn't be ideal as my items table could contain a million records or more and I'm only wanting to fetch the ones I'm interested in.
    Thanks
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
      Oracle JDeveloper BPEL Designer
      Created: Thu Dec 19 10:16:29 CST 2013
      Author:  shawn.c.weeks.ctr
      Type: BPEL 2.0 Process
      Purpose: Synchronous BPEL Process
    -->
    <process name="Lookup_Orders"
                   targetNamespace="http://xmlns.oracle.com/Order_Lookup/Sales_System/Lookup_Orders"
                   xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
                   xmlns:client="http://xmlns.oracle.com/Order_Lookup/Sales_System/Lookup_Orders"
                   xmlns:ora="http://schemas.oracle.com/xpath/extension"
                   xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
             xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
             xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/Order_Lookup/Sales_System/get_orders"
             xmlns:ns2="http://www.example.org"
             xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/get_orders"
             xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
             xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
             xmlns:oraext="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
             xmlns:dvm="http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue"
             xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
             xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
             xmlns:bpm="http://xmlns.oracle.com/bpmn20/extensions"
             xmlns:xdk="http://schemas.oracle.com/bpel/extension/xpath/function/xdk"
             xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
             xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
             xmlns:ns4="http://xmlns.oracle.com/pcbpel/adapter/db/Order_Lookup/Sales_System/get_items"
             xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/get_items"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <import namespace="http://xmlns.oracle.com/Order_Lookup/Sales_System/Lookup_Orders" location="Lookup_Orders.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
        <!--
            PARTNERLINKS                                                     
            List of services participating in this BPEL process              
        -->
      <partnerLinks>
        <!--
          The 'client' role represents the requester of this service. It is
          used for callback. The location and correlation information associated
          with the client role are automatically set using WS-Addressing.
        -->
        <partnerLink name="lookup_orders_client" partnerLinkType="client:Lookup_Orders" myRole="Lookup_OrdersProvider"/>
        <partnerLink name="get_orders" partnerLinkType="ns1:get_orders_plt"
                     partnerRole="get_orders_role"/>
        <partnerLink name="get_items" partnerLinkType="ns4:get_items_plt"
                     partnerRole="get_items_role"/>
      </partnerLinks>
      <!--
          VARIABLES                                                       
          List of messages and XML documents used within this BPEL process
      -->
      <variables>
        <!-- Reference to the message passed as input during initiation -->
        <variable name="inputVariable" messageType="client:Lookup_OrdersRequestMessage"/>
        <!-- Reference to the message that will be returned to the requester-->
        <variable name="outputVariable" messageType="client:Lookup_OrdersResponseMessage"/>
        <variable name="Invoke1_get_ordersSelect_InputVariable"
                  messageType="ns1:get_ordersSelect_inputParameters"/>
        <variable name="Invoke1_get_ordersSelect_OutputVariable"
                  messageType="ns1:OrdersCollection_msg"/>
        <variable name="Invoke2_get_itemsSelect_InputVariable"
                  messageType="ns4:get_itemsSelect_inputParameters"/>
        <variable name="Invoke2_get_itemsSelect_OutputVariable"
                  messageType="ns4:ItemsCollection_msg"/>
        <variable name="Output_Row" element="ns2:OrderCollection"/>
      </variables>
      <!--
         ORCHESTRATION LOGIC                                              
         Set of activities coordinating the flow of messages across the   
         services integrated within this business process                 
      -->
      <sequence name="main">
        <!-- Receive input from requestor. (Note: This maps to operation defined in Lookup_Orders.wsdl) -->
        <receive name="receiveInput" partnerLink="lookup_orders_client" portType="client:Lookup_Orders" operation="process" variable="inputVariable" createInstance="yes"/>
        <!-- Generate reply to synchronous request -->
        <invoke name="Invoke1" bpelx:invokeAsDetail="no" partnerLink="get_orders"
                portType="ns1:get_orders_ptt" operation="get_ordersSelect"
                inputVariable="Invoke1_get_ordersSelect_InputVariable"
                outputVariable="Invoke1_get_ordersSelect_OutputVariable"/>
        <forEach parallel="no" counterName="ForEach1Counter" name="ForEach1">
          <startCounterValue>1</startCounterValue>
          <finalCounterValue>count($Invoke1_get_ordersSelect_OutputVariable.OrdersCollection/ns3:Orders)</finalCounterValue>
          <scope name="Scope1">
            <sequence name="Sequence1">
              <assign name="Assign2">
                <copy>
                  <from>$Invoke1_get_ordersSelect_OutputVariable.OrdersCollection/ns3:Orders[$ForEach1Counter]/ns3:itemId</from>
                  <to>$Invoke2_get_itemsSelect_InputVariable.get_itemsSelect_inputParameters/ns5:item_id</to>
                </copy>
              </assign>
              <invoke name="Invoke2" bpelx:invokeAsDetail="no"
                      partnerLink="get_items" portType="ns4:get_items_ptt"
                      operation="get_itemsSelect"
                      inputVariable="Invoke2_get_itemsSelect_InputVariable"
                      outputVariable="Invoke2_get_itemsSelect_OutputVariable"/>
              <assign name="Assign3">
                <copy>
                  <from>$Invoke1_get_ordersSelect_OutputVariable.OrdersCollection/ns3:Orders[$ForEach1Counter]/ns3:orderId</from>
                  <to>$Output_Row/ns2:Order/ns2:Order_ID</to>
                </copy>
                <copy>
                  <from>$Invoke1_get_ordersSelect_OutputVariable.OrdersCollection/ns3:Orders[$ForEach1Counter]/ns3:itemId</from>
                  <to>$Output_Row/ns2:Order/ns2:Item_ID</to>
                </copy>
                <copy>
                  <from>$Invoke2_get_itemsSelect_OutputVariable.ItemsCollection/ns5:Items[1]/ns5:itemDesc</from>
                  <to>$Output_Row/ns2:Order/ns2:Item_Desc</to>
                </copy>
              </assign>
              <assign name="Assign4">
                <extensionAssignOperation>
                  <bpelx:append>
                    <bpelx:from>$Output_Row/ns2:Order</bpelx:from>
                    <bpelx:to>$outputVariable.payload</bpelx:to>
                  </bpelx:append>
                </extensionAssignOperation>
              </assign>
            </sequence>
          </scope>
        </forEach>
        <reply name="replyOutput" partnerLink="lookup_orders_client" portType="client:Lookup_Orders" operation="process" variable="outputVariable"/>
      </sequence>
    </process>

Maybe you are looking for

  • Set Key Field in Import Manager

    Hi All, I have 2 fields in my source file(name,category) .category(look up Field) is the key field and name(display Field) is the matching field. I got file like this...... Name                  category 1                           A 1               

  • Post processing capabilities in Adobe LiveCycle...

    Hi, My requirements are: 1. To intermediately store output in an intermediate repository. 2. To search the repository based on query to filter out output for packaging and dispatching. For example: I want to keep generated output of monthly banking s

  • Sales Order Line Item Status Table

    Hello All In which table the item status is stored? I am referring the fields in the status tab of item in sales order. Eg: There are total 6 fields under status tab of line item in sales order. I want to see where these fields can be configured and

  • Unexpected Failure:Error Initialising Loader. Please check the error log".

    I am using Iplanet Enterprise Web Server 4.1 on Solaris 7. I am trying to create a collection to index a few files.I am getting the following error whenever i try to do so.."Unexpected Failure:Error Initialising Loader. Please check the error log". I

  • How do I use album artowrk as a screen saver for atv gen2?

    I can't seem to find a way to get my album artwork to display as a screen saver for my apple tv.  I can get my pics from iphoto with no problem.