Sum Current Group With filter

Dear All,
I have problem to sum data using filter/conditon
i want to sum data like this:
No Budget SM GG
1.2 *400 200*
1.2.1 100 100
1.2.2 200 200
1.2.3 300 300
1.3 400 400
and using
<?sum(current-group()/TotalPrice[.!='' and PaymentAllocation='GG'])?>
but show no data
i also tried
<?xdoxslt:set_variable($_XDOCTX, ’INITGG’, xdoxslt:get_variable($_XDOCTX, ’INITGG’)
+xdoxslt:ifelse(PaymentAllocation='GG',xdoxslt:ifelse(TotalPrice[.!=''],TotalPrice,0),0))?>
but nothing happen, seem the code didn't recognized the group(have 2 group inside)
Please help me
Thank so much
Regards
Cecilia

You can use <?sum(current-group()/TotalPrice[.!='' and ../PaymentAllocation='GG'])?>

Similar Messages

  • Eliminating NULLs for SUM(current-group)

    I face the following problem:
    I have some NULL values in my data which I elimnated by a <?xdofx:decode(FIELD,'',0,FIELD)?>
    add. I have defined a summary field with <?sum (current-group()/FIELD)?> that results in "NaN" because of the NULLs.
    But decode doesn't work in the sum(c... ) !?
    Any help is appreciated.
    Dirk

    Hi,
    I didn't know about the to_number, that's useful to know.
    It get's a little ugly in your template but you can work around have the sum before the for-each. The answer is to have a for-each purely to create the sum. I've had to do it for a couple of templates.
    I usually put the code in a template to make it easier to read and the not put too much code in to a cell in a table. Try the following:
    <?template:t_sumdata?>
    <?for-each:xxx?>
    <?if:ELEMENT!=''?>
    add to variable
    <?end if?>
    <?end for-each?>
    <?end template?>
    The above code can go anywhere in your template, I normally put them at the end. To reference this just put
    <?call:t_sumdata?><?get variable value?>
    where you want the total to appear.
    Thanks
    Paul

  • Grouping with Amount

    I have the following structure to my xml output:
    <main>
    - <DATA_RECORD>
    -- <SEGMENT1>
    -- <NAME>
    -- <TASK_NUMBER>
    -- <TASK_NAME>
    -- <PARTY_NAME>
    -- <ORGANIZATION>
    -- <AMOUNT>
    - </DATA_RECORD>
    </main>
    I would like to create one line for each unique occurrence of segment1, name, party_name, organization and summarize the amount where there are multiple lines.
    I have tried to use <?for-each-group?> and <?for-each-group:current-group()?> to return one line for each occurrence, but the output isn't what I'm looking for. If there are multiple organizations that have the same segment1, name and party_name they should each have a line; however my output is creating one line which groups the first three fields then drops the unique values of organization into that same line.
    Because of this setup, the amount column gives me a total based on the first grouping (segment1), but I would like it to total based on the last (organization).
    Any information on how to rectify this is appreciated.
    Thanks,
    Ed

    Actual xml:
    <main>
    <DATA_RECORD>
    <SEGMENT1>3185</SEGMENT1>
    <NAME>Research</NAME>
    <TASK_NUMBER>1</TASK_NUMBER>
    <TASK_NAME>Task One</TASK_NAME>
    <PARTY_NAME>Customer</PARTY_NAME>
    <ORGANIZATION>US1-Chemistry R&#38;D</ORGANIZATION>
    <AMOUNT>546719.89</AMOUNT>
    </DATA_RECORD>
    <DATA_RECORD>
    <SEGMENT1>3185</SEGMENT1>
    <NAME>Research</NAME>
    <TASK_NUMBER>5a</TASK_NUMBER>
    <TASK_NAME>Task Five A</TASK_NAME>
    <PARTY_NAME>Customer</PARTY_NAME>
    <ORGANIZATION>US1-Chemical Development</ORGANIZATION>
    <AMOUNT>2236.5</AMOUNT>
    </DATA_RECORD>
    <DATA_RECORD>
    <SEGMENT1>3185</SEGMENT1>
    <NAME>Research</NAME>
    <TASK_NUMBER>5c</TASK_NUMBER>
    <TASK_NAME>Task Five C</TASK_NAME>
    <PARTY_NAME>Customer</PARTY_NAME>
    <ORGANIZATION>US1-Analytical</ORGANIZATION>
    <AMOUNT>3.47</AMOUNT>
    </DATA_RECORD>
    </main>
    The code in the template looks like this:
    <?for-each-group:DATA_RECORD;./SEGMENT1?> before segment1 then <?for-each-group:current-group();./NAME?> <?for-each-group:current-group();./PARTY_NAME?> <?for-each-group:current-group();./ORGANIZATION?>
    <?sum(current-group()/AMOUNT)?>
    Do you want me to send the template with the code and actual output?

  • XSL-1015: (Error) Function 'current-group' not found

    Hi
    I am using BI publisher 10.1.3.4.1 and Back Office 13.0.1 . I have created a report in BI publisher but unable to render it in my Back Office application. My report code is
    <?for-each-group:G_STORE_DATA;./REGION?>
    <?REGION?>
      <?for-each-group:current-group();./UNIT?>
       <?UNIT?>
        <?for-each-group:current-group();./STORE?>
        <?STORE?>
         <?for-each-group:current-group();./TILLID?>
           <?TILLID?>
           <?COLLECTIONOFFICER?>
           <?RECONCILED?>
           <?sum (current-group()/AMOUNT)?>
         <?end for-each?>
         <?UNIT?>
         <?sum (current-group()/AMOUNT)?>
    <?end for-each-group?>{corp}
    Please help in resolving this issue.... any guidance or suggestion is appreciated...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I see if your system xsl parser was 1.0 then current-group would not be recognized.
    I am surprised why the parser did not work. Did you not try out with the Template Builder for Word first?
    I would strongly recommend to use the template builder first because it provide several tools (validate...)
    that make your life easier.
    May I also ask what product you used BI Publisher with? I am concerned that this product has an incomplete
    BI Publisher embedded. There are several libraries needed for BI Publisher to work and you may run into
    more issues if you don't have all the libraries.
    Klaus

  • How can I update an already saved "bookmark all tabs" group with a current group of tabs? Or add only the changes??

    Example of problem:
    I have already saved a group of tabs using the "bookmark all tabs" feature.
    I open that group of tabs in a new browser window.
    Then I modify that group of tabs that I have open, adding new ones, removing old ones.
    How can I replace the existing tab group with the new tabs?
    Is there an option to just add the new ones that I have opened and keep all the others even if I have removed some of the old ones from the currently opened group?
    ...another issue: can I share bookmarks online? What are the options for this?

    You can't do that.<br />
    Each time you use "Bookmark All Tabs" a new folder is created, even if you give the folder the same name, so you will have to do any merging yourself in the Bookmarks Manager or just create a new group and discard (delete) the previous group.
    If you want to share bookmarks online then you need to use a web based service that offers such a feature like Delicious.
    *http://en.wikipedia.org/wiki/Social_bookmarking

  • Essbase cannot union mutliple groups with Essbase filter

    Hi All,
    I got a problem to provisioning on Shared Service.
    In some case, I need to grant multiple filters to a Essbase users, say user01.
    However, each user can associated one Essbase filter only.
    For better management, I create multiple groups with different filters and assign the user, user01, into the groups.
    For first two groups are working normally. However, Essbase cannot "union" all filters from multiple groups after the users join the third groups.
    However, I try to combine the three filter into a filter with three rows. It is working!!!
    It is because there are large number of users in external LDAP. It is unmanageable when combining multiple filters into a filters. Is there any way to solve this problem? or is there any better approach to do the security ?
    Thanks in advance!!!
    Regards,
    TKC

    Thanks for your reply.
    I have following structure in Essbase. I try to make it simple to understand.
    Dept (dimension)
    |_C00
    |_CTTL
    |_C01
    |_C02
    Project (dimension)
    |_GEN
    |_P01
    |_P02
    |_P03
    |_PI
    |_A
    |_P01 (shared member)
    |_B
    |_P02 (shared member)
    |_P03 (shared member)
    Group A with Filter F01
    Read - CTTL, IDESCENDENT(A)
    Group B with Filter F02
    Read - C01, P01, P02
    User joins A and B group.
    The end result of user is that
    he can access CTTL of P01 only
    he can access C01 of P01 and P02 only
    he cannot access C02 of any Project dimension
    he cannot access CTTL of P03
    However, I found that when I change to metaread. The result is going wrong.
    he can access C01 of P01, P02 and P03 only.
    It is because I need to block user to view members which he cannot access.
    I need "metaread" function.
    So somebody tell me how to achieve this? Thanks in advance.
    Edited by: user070322 on Jan 4, 2009 8:37 PM
    Edited by: user070322 on Jan 5, 2009 6:04 PM

  • X groups with each 1 filter agaist same db, user member of more than 1 group

    Hi everybody !I have a problem :I have a set of groupsEach group is assigned 1 filter againstthe same databaseIt works fine, EXCEPT :When 1 user is member of more thanone group it fails with the##1054013 Syntax error loading filters - operation canceledall users have none-access to the dball filters are mutually exclusive,e.g. read a,read b etc.In businessterms : One employee can seeown data (read a)The manager can see own data (read b)BUT the manager can also see employeedata (read a)Group a filter read a against db xGroup b filter read b against db xEmployee is member of group a (No prob)Manager is member of group b (No prob)Manager is also member of group a (PROB!)Thanks in advance from DenmarkCarsten

    Hi everybody !I have a problem :I have a set of groupsEach group is assigned 1 filter againstthe same databaseIt works fine, EXCEPT :When 1 user is member of more thanone group it fails with the##1054013 Syntax error loading filters - operation canceledall users have none-access to the dball filters are mutually exclusive,e.g. read a,read b etc.In businessterms : One employee can seeown data (read a)The manager can see own data (read b)BUT the manager can also see employeedata (read a)Group a filter read a against db xGroup b filter read b against db xEmployee is member of group a (No prob)Manager is member of group b (No prob)Manager is also member of group a (PROB!)Thanks in advance from DenmarkCarsten

  • Sum and group by using CAML query

    Is there any way to get the SUM of values with group by ID using CAML query?
    I have a custom list, in that I have ID and Value columns as below
          ID         Value1      Value2
          1             10             4
          2              5              3
          1             15             2
          3             20             1
    I want to get result:
         ID          Value1        Value2
         1             25                6
         2             5                  3
         3             20                1
    I used CAML query:
    <View>
    <Query>
    <Where>
    <IsNotNull>
    <FieldRef Name="ID" />
    </IsNotNull>
    </Where>
    <GroupBy Collapse="FALSE">
    <FieldRef Name="ID" />
    </GroupBy>
    </Query>
    <ViewFields>
    </ViewFields>
    <Aggregations Value="On">
    <FieldRef Name="Value1" Type="SUM" />
    <FieldRef Name="Value2" Type="SUM" />
    </Aggregations>
    </View>
    But
    this query returns all the records
    that satisfy the condition <Where>.
    I
    do not correctly?

    You need to work with current view based aggregation. Please check below threads for your reference.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/dda5735a-fecf-403f-9495-1b63617d2fbf/question-on-a-caml-query?forum=sharepointdevelopmentlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/24e88d6a-ee15-4d81-a5fe-504c7bd14e46/how-to-sum-a-column-value-using-caml-query?forum=sharepointdevelopment
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful
    I've seen these
    issues and articles and do them, but
    does not work. I use object mozhel
    Sharepoint (javascript).

  • OBIEE 11g - Aggregation With filter

    Hi all ,
    I have a reg where the condition to be applied in ONE COLUMN of a report is as follows
    select count(*)
    from (SELECT SUM(quantity),SUM(quantity_received) qty_rec ,SUM(quantity)-SUM(quantity_received) qty ,po_header_id
          FROM F_ERP_PO
          group by po_header_id)
    where qty > 0
      and qty_rec <> 0     
    .. I  have multiple columns in the reports with varying conditions
    I tried out in different ways but could not bring the answer since this condition is just ofr one column and the next column has other conditions.
    Kindly help me in simplifying this report . I am stuck with it for long
    Thanks in advance,
    Regards,
    Niv d

    Hi Chris,
    Thanks for ur response.
    I tried usinf FILTER() function in different ways. But I had a comparison like
    FILTER("F1 Facts"."Total Revenue" USING (sum("PO"."Quantity") = sum("PO"."Quantity_Recieved") )) .
    Here the error is like Cannot use aggregation with the USING clause .
    I even tried with, Filter based on another request feature , it throws an error saying 'cannot use multiple select clause '
    Any suggestions would be very helpful.
    Regards,
    Niv D

  • Adding conditions to current-group()

    First of all I want to thank all the experts out there who read these boards and help folks like myself figure it out. I'm new to this and sort of testing the waters for my clients (our first report was implemented last week!), so there are no local experts. Your help is greatly appreciated.
    Now to my new question. For my second report I'm trying to create something a little more dynamic. I'm moving all of my totalling and grouping from the data definition to the template. I have a large set of records all returned by a single query. The records have a field called 'Report'. The field contains either a 1 or a 2 depending on where in the template the records should be displayed.
    This is a few lines from my template to give you an idea of what I'm dealing with...the tabs don't show but hopefully I've labelled it well enough that you can see what I'm trying to achieve.
    <?for-each-group:G_REPORT;./PAGEBREAK_SEG?>
    <?for-each-group:current-group();./SECOND_SEG?>
    <?for-each-group:current-group();./THIRD_SEG?>
    **new condition***
         <?for-each-group:current-group();./CAT3?>
         <?for-each-group:current-group();./ACCOUNT_SEG?>
         <?ACCOUNT_SEG?>
         <?ACCOUNT_DESC?>
         <?APRIL?>
              <?end for-each?>--END ACCOUNT_SEG
         <?CAT3_DESC?>
         <?sum (APRIL)?>
         <?end for-each?>
    **end of new condition***
    --records where report=2 will be displayed here
    <?split-by-page-break:?><?end for-each?> --ENDS THIRD_SEG
    <?split-by-page-break:?><?end for-each?>--ENDS SECOND_SEG
    <?split-by-page-break:?><?end for-each?> --ENDS PAGEBREAK_SEG
    What I'd like to do is add another condition based on the value of 'Report'. If the report field is '1' I want to go ahead and group the records as indicated above. If the report field is '2' I want to skip over the records. Those records will be displayed later in the template.
    Any help would be appreciated.
    Thank you.

    Hi
    The best approach will be to use an XPATH expression. there is a primer on the XPATH standard in the BIP docs, check it out.
    At its most simple its a way to introduce an if statement into your template e.g. loop over these rows of data if the document type is INVOICE, this would be <?for-each:ROW[DOC_TYPE='INVOICE']
    You will be able to use the same command structure for your data. There was not a Report field (element) in your example below but you can use
    <?for-each:current-group()[Report='1']?>
    this will only show the rows where Report = 1, conversely
    <?for-each:current-group()[Report !='1']?>
    shows every row where Report does not equal 1.
    Give it a try, if you get stuck, some XML data and the structure of the template will help to help you
    Regards
    Tim

  • Distinct count inside a measure group with other measures

    Hello,
    I have 1 distinct count inside a measure group with other measures, sum, count etc. I know this is not recommended due to poor processing performance and query response time.
    Processing performance I can live with if it means not having another measure group, which increases processing time anyway.
    I have used the recommended approach before and it generated many questions about what this second measure group is for (visible via excel), even though I made the distinct count appear in the main measure group via a calculated measure.
    (it would be nice if you could hide measure groups)
    However my question is: is query response time only effected when the distinct count is used in the query? Or is query response time effected regardless if the distinct count is used or not??
    Below is an extract from the 2005 distinct count optimizer white paper. It’s not completely clear but I assume if effects queries regardless if distinct count is used or not?
    "By adding other measures to the measure group holding a distinct count measure, all of the other measures will be at the same granularity as the distinct count measure, resulting in inefficient data structures and suboptimal
    queries."

    You might also be interested in reading this blog post, which deals with a similar scenario, to get a feeling for some of the things that might be going on behind the scenes:
    http://cwebbbi.wordpress.com/2012/11/27/storage-engine-caching-measures-and-measure-groups/
    Chris
    Check out my MS BI blog I also do
    SSAS, PowerPivot, MDX and DAX consultancy
    and run public SQL Server and BI training courses in the UK

  • How to compare the value node of a for-each-group with other for-each-group

    Hello!
    I have a report in Oracle BI Publisher (10.1.3.2) with several data set. My XML schema is something like
    <DATA>
    <PARAMETERS>
    <MY_PARAMETERS>
    <A_ID>12345</A_ID>
    <DESCRIPTION>ABC</DESCRIPTION>
    <VALUE>111111</VALUE>
    </MY_PARAMETERS>
    <MY_PARAMETERS>
    <A_ID>12345</A_ID>
    <DESCRIPTION>DEF</DESCRIPTION>
    <VALUE>222222</VALUE>
    </MY_PARAMETERS>
    <MY_PARAMETERS>
    <A_ID>67890</A_ID>
    <DESCRIPTION>ABC</DESCRIPTION>
    <VALUE>333333</VALUE>
    </MY_PARAMETERS>
    </PARAMETERS>
    <NAMES>
    <MY_NAMES>
    <A_ID>12345</A_ID>
    <NAME>ASDF</NAME>
    </MY_NAMES>
    <MY_NAMES>
    <A_ID>67890</A_ID>
    <NAME>EFGH</NAME>
    </MY_NAMES>
    </NAMES>
    <VALUES>
    <MY_VALUES>
    <A_ID>12345<A_ID>
    <VALUE>10987</VALUE>
    <DESCRIPTION>ASDFG</DESCRIPTION>
    </MY_VALUES>
    <MY_VALUES>
    <A_ID>12345<A_ID>
    <VALUE>26385</VALUE>
    <DESCRIPTION>EFGHI</DESCRIPTION>
    </MY_VALUES>
    <MY_VALUES>
    <A_ID>67890<A_ID>
    <VALUE>24355</VALUE>
    <DESCRIPTION>ASDFG</DESCRIPTION>
    </MY_VALUES>
    </VALUES>
    </DATA>
    I'm trying to build a rtf template in Word using this XML schema. The "A_ID" nodes in each group in my data have the same value. I want for each "A_ID" take the respective values in /DATA/VALUES/MY_VALUES.
    <?for-each-group:MY_PARAMETERS;./A_ID?>
    <?for-each:current-group()?>
    <?choose:?><?when: DESCRIPTION='ABC'?>
    <?VALUE?>
    <?end when?><?end choose?>
    <?end for-each?>
    <?for-each:current-group()?>
    <?choose:?><?when: DESCRIPTION='DEF'?>
    <?VALUE?>
    <?end when?><?end choose?>
    <?end for-each?>
    <?/DATA/NAMES/MY_NAMES/VALUE?>
    <?for-each-group:/DATA/VALUES/MY_VALUES;./A_ID?>
    <?for-each:current-group()?>
    <?choose:?><?when: DESCRIPTION='ASDFG'?>
    <?VALUE?> <---------------- I obtain for this node the '24355' and '10987' values
    <?end when?><?end choose?>
    I want to know how to obtain only '24355' value, this is, the value for A_ID (/DATA/VALUES/MY_VALUES) = A_ID (/DATA/PARAMETERS/MY_PARAMETERS).
    Can someone help me?

    CREATE OR REPLACE TRIGGER "TEST_TRG"
       BEFORE UPDATE OF "STATUS"
       ON "TABLE1"
       FOR EACH ROW
    BEGIN
       IF (:NEW.status = 'HOLD')
       THEN
          INSERT INTO table2
                      (status
               VALUES (:NEW.status
       END IF;
    END;You should learn how to write PL/SQL code.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Syncing Groups with Outlook 2010 and Iphone 5

    I am having trouble with my groups in my contacts in Outlook 2010 transferring to my Iphone 5.  I have resynced my history, but that has not helped my problem.  I have several groups that I email on a regular basis for work related issues.  These groups have up to 125 people.  The people in the groups change, and so I will move them to an inactive group on my Outlook 2010, but they will not move from the current group on my Iphone.  HELP!

    What app are you syncing the tasks to? Are you using an Exchange account?

  • Grouping inside current grouping in BIP

    Hi All,
    I need to create a sub report inside the parent report. For the parent report, I am grouping the rows on the basis of emp id which is the primary key and then I am grouping my rest of the columns by using current group. The parent report and sub report are linked to each other by emp id which I am using as a parameter
    Similar is for the sub report, I need to group this report too on some column.
    The data for the sub report comes from a different query. So I created two data models, one for parent and one for sub report, contactenated the data sets with row names unique.
    data comes something like this
    <DATA>
    <PARENT>
    +<PARENT_ROW>
    +<PARENT_ROW>
    </PARENT_ROW>
    </PARENT>
    <SUB>
    +<SUB_ROW>
    +<SUB_ROW>
    </SUB>
    </DATA>
    So there are two nodes, PARENT and SUB. Now I have to show my grouped sub report inside the group parent report but the issue is since my sub report refers to a different node ( which is SUB) inside the parent report ( which refers to PARENT node), I don't see the data for sub report when i place it inside the PARENT report and when I place it out of the PARENT report, it works. Now this is how I want to place my sub and parent reports
              --PARENT Report starts
    PARENT_DATA_FIELD1
    PARENT_DATA_FIELD2
              --SUB report starts
    SUB_DATA_FIELD1
    SUB_DATA_FIELD2
              --SUB report ends
    PARENT_DATA_FIELD3
    PARENT_DATA_FIELD4
    --PARENT Report starts
    Long story short, I need to refer to the different node (and use grouping) inside an another running group of a differnt node. Can I do this?
    Request you to let me know, any help would be much appreciated.
    Thanks,
    Ronny

    Take a look at the following link: http://blogs.oracle.com/xmlpublisher/entry/formatting_concatenated_dataso
    and give it a try or you send me the RTF template and xml to [email protected] I can try to help.
    Thanks,
    Bipuser

  • Grouping with 2 date in sql server

    totle_count
             dt
             name   
    program_id
    1
      1/3/2015
      Tea
    14
    1
      1/5/2015
      Tea
    14
    1
      1/6/2015
      Lunch
    13
    17
    1/6/2015
      Tea
    14
    2
    1/9/2015
      Breakfast
    1008
    39
    1/10/2015
      Breakfast
    1008
    4
    1/19/2015
      Breakfast
    1008
    1
    1/19/2015
      Dinner
    1009
    3
    1/21/2015
       Tea
    14
    totle_count
              dt
    name
    program_id
    1
       1/6/2015 and 1/8/2015
      Lunch
    13
    2
       1/3/2015 and 1/5/2015
      Tea
    14
    17
       1/6/2015 and 1/9/2015
      Tea
    14
    3
       1/21/2015 and 1/23/2015
      Tea
    14
    41  
    1/9/2015 and 1/11/2015
     Breakfast
    1008
    4
       1/18/2015 and 1/20/2015
     Breakfast
    1008
    1
       1/18/2015 and1/20/2015
    Dinner
    1009
    Here is 2 table, 1st is my row table, and I want to group with 2 date.
    Here is 3 days difference. and sum of value is coming.
    2nt table is my expectation table.
    Plz help me for this problem.
    Thanks
    Samir

    I am doing 3 days grouping here
    "dt" is name of date column
    if "dt" column has '1/19/2015' then next in group it will come in "1/18/2015 and1/20/2015"
    any date of 18 or 19 0r 20 it will come in "1/18/2015 and1/20/2015"
    and counting will add between 3 date
    Sorry your posted output is not as per above rule
    How did row for  1/6/2015 and 1/9/2015 got included then. If you group by 3 days you wont get
    this row as 6-9 is 4 days not 3 days
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

Maybe you are looking for

  • CONNECT BY LOV - includes join to another table

    I am trying to create a LOV that displays a dynamic list of clerks. I need the list to show everyone underneath the person logged in. I have been able to get a CONNECT BY statement to work that shows this for the organizations, but I need to link thi

  • Accesories for the IPOD

    I know this question is a little out of this field but I've been anxious waiting for the Numark iDec so that I can rack mount my iPod and do many of the other advertised things the iDec is supposed to be capable of. Can any one tell me why nine month

  • Already shipped orders, appearing in V.15

    Hi We have a situation, wherein several orders, which have been shipped and have been billed, are still appearing on the back order list report V.15. has anyone faced this situation? Please advise, on what can be done to avoid, already shipped and bi

  • [q] change workflow instance id

    hI All, How can I change a WLI2.0 workflow ID after the workflow has started ? The workflow is initialized via the WLI2.0 queue with an XML. I then call a business operation that give me the value that I need to put in the workflow ID. How do I do th

  • How to get Adobe Flash 10.1.102 installed on my Powerbook G4

    I need help. All of a sudden I have been having problems with Adobe Flash Player. I know that my 2005 PowerPC Powerbook G4 is outdated, but I have no alternative at this moment to get a new one. I have tried going through the Adobe site, which redire