Using groups within choice

Is it impossible to use group within choice ?
I am trying to do the following:
<xs:group name = "attrib_val_group">
<xs:sequence>
<xs:element ref="attrib"/>
<xs:element ref="value"/>
</xs:sequence>
</xs:group>
<xs:group name = "attrib_attrib_group">
<xs:sequence>
<xs:element ref = "attrib"/>
<xs:element ref = "attrib"/>
</xs:sequence>
</xs:group>
<xs:element name="coroprate">
<xs:complexType>
<xs:choice>
<xs:group ref="attrib_val_group"/>
<xs:group ref="attrib_attrib_group"/>
</xs:choice>
</xs:complexType>
</xs:element>
The problem is that during parsing the parser shouts on:
<coroprate>
<attrib>..</attrib>
<attrib>..</attrib>
</coroprate>
While the parser does accept:
<coroprate>
<attrib>..</attrib>
<value>..</value>
</coroprate>

Modify group attrib_attrib_group.
<xs:group name = "attrib_attrib_group">
<xs:sequence>
<xs:element ref ="attrib" maxOccurs="2" />
</xs:sequence>
</xs:group>

Similar Messages

  • Using "Groups" within "Contacts", Messages and Mail

    Why did Apple change in IOS 6 how you now view groups in contacts? Before it was easy, but now it's just plain stupid. Did anybody check this before it was released?
    Before when I selected the group I wanted it would then display who was in that group. Now in order to see who is in the group I have to go to groups, de-select the groups I don't want to see and then go back to then view the group/s that are remaining..... dumb dumb dumb. That is dumb! How did this ever get by the review process?
    And still you can't send texts by selecting a group, you still have to add each recipient individually and no more than eight recipients. The same goes for mail as well when it comes to adding a group (you can't). Apple, this really can't be that hard to do.... come on, this is suppose to be easy and not tedious.
    There's certainly nothing "World Class" about this.

    Boblive77,
    iTunes usese SyncServices to gather the information on what is available, and to syn the information over.
    Often reseting sync history will resolve issues like this. The following article has more information on how to reset sync history:
    http://docs.info.apple.com/article.html?path=iSync/2.0/en/isc39.html
    This article discusses this troubleshooting step more:
    http://docs.info.apple.com/article.html?artnum=301217
    Hope this helps,
    Nathan C.

  • Use groups from BPMObject in JSP

    Hi all.
    Please, help me.
    I don't know jsp...but I find a little example project in Oracle BPM Studio, which describe the process of using jsp in BPM project. (JSP-Screenflow_FoodDelivery.exp) But there is no any code in this example how we should use groups from BPMObject in JSP. I mean that I don't know what I should do to input in my JSP table part (with dynamic rows). That’s why..can you write such example, or (better) give me such project in BPM (*.exp).
    Thanks.

    You will find the sample exp files under the samples folder where you installed Studio (this is the case for OBPM so I assume the same for ALBPM).
    I'm also interested on how others are using groups within jsps.
    I have a BPM object called 'Order' that has a group of 'OrderItems' and I want to fill in the 'Order' and add as many 'OrderItems' as required from within a JSP. The only way I've found to do this is have an automatic task before the interactive initialise the required number of 'orderItems' and then just update them in the jsp. Does anyone know a better way of doing this?
    Thanks,
    Mike

  • Group as Choice Section

    Hi,
    When to use "Group as Choice Section"?
    I am tryng to hide and show a either Row.Textfiled1 or Row.Textfield2 based on the Binding value.
    At present I am able to do this using Scrip, and 2 Rows.
    The XML Structure would be like;
    <Test>
              <Need>true</Need>
              <ColorRed>Print in Red</ColorRed>
              <ColorBlue>Print in Blue</ColorRed>
    <Test>
    <Test>
              <Need>false</Need>
              <ColorRed>Print in Red</ColorRed>
              <ColorBlue></ColorRed>
    <Test>
    <Test>
              <Need>false</Need>
              <ColorRed>Print in Red</ColorRed>
              <ColorBlue></ColorRed>
    <Test>
    This is how I have done now,
    *** I have bounded Test[*] to a table. Have 2 rows
    And will only display the Color Text depending on the <Need> element value.
    *** If the <Need>==true, display value from <ColorBlue> and if need is ==false
    display value from <ColorRed>
    Right now this how the coding is;
    1. Got 2 Rows each having 2 textfileds, one bound to <Need> and the
    other one to ColorRed in the first row and to ColorBlue in the second row.
    2. In the initialize event of the Row, i check on the  value of textfield that is bound to <Need> to
    assess its Rawvalue, if it is true or false the appropriate ROWs are made  visible.
    3.Initially both rows are hidden.
    4.The Textfiled bound to the <Need> are always invisible as there is no need to show this value.
    Is there a way to use the "Group as Choice Section" and avoid the above method of scripting.
    Any explanations would be helpful.
    Thanks
    Ds

    You resolved the problem! I have a couple of follow-up questions:
    1. Is it possible to remove the + and - buttons on the second line of information? It seems redundant given the first + adds everything I need.
    2. I get an error when I click the - button to remove the group.
    Please tell me exactly what you did to fix this. The table below needs the same thing--I would like to learn to do what you did so I can fix the other table and know how to do this in the future. Thank you!

  • Map security roles to group within LDAP using external 3rd Party LDAP

    I'm haveing a problem mapping my logical role defined in my web.xml to a role within Active Directory. I'm currently authenticating using Active Directory succsfully, however after the user is authenticated I get a message from the OC4J container that my role can not be found. Can you map a logical role to group within Active Directory? Below are details about my configuration.
    Any help would be greatly appreciated.
    Log.xml log entry that confirms webtA is communicating successfully with AD.
    SG_TEXT>JAAS-LDAPLoginModule: authenticating user wmgraham</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JAAS-LDAPLoginModule: DN for user wmgraham is cn=wmgraham,ou=endusers,ou=itod,ou=endusers,ou=div20,ou=hq,dc=fbinet,dc=fbi</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    Error reported in the log
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-08-27T11:38:05.991-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>F2287032-W</HOST_ID>
    <HOST_NWADDR>30.30.16.14</HOST_NWADDR>
    <MODULE_ID>security</MODULE_ID>
    <THREAD_ID>14</THREAD_ID>
    <USER_ID>wmgraham</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>30.30.16.14:59560:1219851485804:6</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>for group=[JAZNGroupAdaptor: webta] there's no matching role found.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    Web.xml Logical Role definition
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>allpages</web-resource-name>
    <url-pattern>/servlet/*</url-pattern>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>WEBTA_J2EE_USER</role-name>
    </auth-constraint>
    </security-constraint>
    <security-role>
    <role-name>WEBTA_J2EE_USER</role-name>
    </security-role>
    Orion-web.xml This file maps the logical role defined in webxml to a group within Active Directory.
    <security-role-mapping name="WEBTA_J2EE_USER">
    <group name="webta"/> <-- Group defined in AD -->
    </security-role-mapping>

    What is the name of the group in AD (provide the DN) that you want to map the j2ee logical role WEBTA_J2EE_USER? What are the group search base and group mapping attribute?
    When wmgraham logs into the app, the 3rd party ldap login module will attempt to query for the groups wmgraham is a member of - this is done using the group search base configuration for the provider.
    In this example, the DN is "cn=wmgraham,ou=endusers,ou=itod,ou=endusers,ou=div20,ou=hq,dc=fbinet,dc=fbi" and likely user search base is set to "ou=endusers,ou=itod,ou=endusers,ou=div20,ou=hq,dc=fbinet,dc=fbi".
    Assuming group search base is (say) "ou=groups,ou=itod,ou=endusers,ou=div20,ou=hq,dc=fbinet,dc=fbi" and and group mapping attr is "cn", then the role mapping you mention should work for group DN "cn=webta,ou=groups,ou=itod,ou=endusers,ou=div20,ou=hq,dc=fbinet,dc=fbi"

  • How to use SelectOneRadio within a DataTable

    Hi,
    I have a requirement to have a radio button for each row in the datatable. It is to enable selecting one row(only one row) from the table and proceed to the next page. The table should look like
    o Name1 address1 city1 state1
    o Name2 address2 city2 state2
    o Name3 address3 city3 state3
    o Name4 address4 city4 state4
    Next>>
    The data structure I have is a collection on objects of type person.
    Class person
    String id;
    String name;
    String address;
    String city;
    String state;
    getters and setters
    I tried to use SelectOneRadio within a Column, but that didnt help. As obvious it treats each rows radio button as a seperate radio group.
    <h:datatable var="person" value="#{personList}>
    <h:column>
    <h:selectOneRadio>
    <f:selectItem itemValue="#{person.id}"/>
    </h:selectOneRadio>
    </h:column>
    <h:column>
    <h:outputText value="#{person.name}"\>
    </h:column>
    </h:datatable>
    I am new to JSF. I searched thru some JSF websites and book, but couldnt find a solution. Can someone help me solve this.
    Thanks in advance
    Rani

    Hi,
    after some time probing into this issue I think none of the many proposed sollutions really solves the underlying problem: Working around the issue becomes much to complicated for JSFs stated design goal of easing development. Certainly for such a common case scenario no workaround should be neccessary, especially given the fact that JSTL is easily able to model this without the need for workarounds!
    In my opinion JSF TagLib implementations should attempt to solve this in a coming version.
    One part of the sollution might be to make <f:selectItem> search it's parent element recursively, i.e. allow the expected container element to be the nearest direct or indirect parent that's suitable. This would allow developers to envelope a <h:dataTable> tag with a <h:selectOneRadio> element. Any <f:selectItem> element inside would therefore be part of a single choice radio button selection, regardless of them being distributed over multiple rows or columns.
    Another part of the sollution might be to allow <h:selectOneRadio> and similar tags to be substitutes for <h:column> tags inside tables. This way a complete column of radio buttons could be used to chose a single value, thereby allowing multiple columns of radio buttons to choose multiple values within the same table.
    Please forward this suggestion for enhancement in kind to the expert group working on the further development of the JSF taglibs. I guess many people besides me already use it as a classical example of complications using JSF during lectures about the tomic, and at least in this case the problem seems completely solvable.
    Kind regards,
    Sascha Baumeister
    software architect, university lecturer and former JCP spec lead JSR086

  • Grouping within a group in XSLT 1.0

    Hi,
    I have the below XML, from which I need to generate multiple groups within groups.
    My sample XML:
    <XmlContent>
    <SalesInvoices2>
    <NewDataSet>
    <Table>
      <F1>ID</F1>
      <F2>NumberOfEntries</F2>
      <F3>JournalID</F3>
      <F4>Description</F4>
      <F5>TransactionID</F5>
      <F6>SourceID</F6>
      <F7>RecordID</F7>
      <F8>AccountID</F8>
      <F9>CreditAmount</F9>
      </Table>
    <Table>
      <F1>1</F1>
      <F2>4</F2>
      <F3>10</F3>
      <F4>53-IX-90 Volkwagen Golf 1</F4>
      <F5>1</F5>
      <F6>4</F6>
      <F7>1</F7>
      <F8>100</F8>
      <F9>1000.28</F9>
      </Table>
    <Table>
      <F1>1</F1>
      <F2>4</F2>
      <F3>10</F3>
      <F4>53-IX-90 Volkwagen Golf 1</F4>
      <F5>1</F5>
      <F6>4</F6>
      <F7>2</F7>
      <F8>101</F8>
      <F9>1089.87</F9>
      </Table>
    <Table>
      <F1>1</F1>
      <F2>4</F2>
      <F3>10</F3>
      <F4>53-IX-90 Volkwagen Golf 1</F4>
      <F5>1</F5>
      <F6>4</F6>
      <F7>3</F7>
      <F8>102</F8>
      <F9>1090.87</F9>
      </Table>
    <Table>
      <F1>1</F1>
      <F2>4</F2>
      <F3>10</F3>
      <F4>53-IX-90 Volkwagen Golf 1</F4>
      <F5>2</F5>
      <F6>6</F6>
      <F7>4</F7>
      <F8>103</F8>
      <F9>1091.87</F9>
      </Table>
    <Table>
      <F1>1</F1>
      <F2>4</F2>
      <F3>10</F3>
      <F4>53-IX-90 Volkwagen Golf 1</F4>
      <F5>2</F5>
      <F6>6</F6>
      <F7>5</F7>
      <F8>104</F8>
      <F9>1092.87</F9>
      </Table>
    <Table>
      <F1>3</F1>
      <F2>4</F2>
      <F3>12</F3>
      <F4>53-IX-90 Volkwagen Golf 5</F4>
      <F5>3</F5>
      <F6>5</F6>
      <F7>6</F7>
      <F8>105</F8>
      <F9>1093.87</F9>
      </Table>
    <Table>
      <F1>3</F1>
      <F2>4</F2>
      <F3>12</F3>
      <F4>53-IX-90 Volkwagen Golf 5</F4>
      <F5>3</F5>
      <F6>5</F6>
      <F7>7</F7>
      <F8>106</F8>
      <F9>1094.87</F9>
      </Table>
    <Table>
      <F1>3</F1>
      <F2>4</F2>
      <F3>12</F3>
      <F4>53-IX-90 Volkwagen Golf 5</F4>
      <F5>3</F5>
      <F6>5</F6>
      <F7>8</F7>
      <F8>107</F8>
      <F9>1095.87</F9>
      </Table>
    <Table>
      <F1>3</F1>
      <F2>4</F2>
      <F3>12</F3>
      <F4>53-IX-90 Volkwagen Golf 5</F4>
      <F5>3</F5>
      <F6>5</F6>
      <F7>9</F7>
      <F8>108</F8>
      <F9>1096.87</F9>
      </Table>
    <Table>
      <F1>3</F1>
      <F2>4</F2>
      <F3>12</F3>
      <F4>53-IX-90 Volkwagen Golf 5</F4>
      <F5>4</F5>
      <F6>7</F6>
      <F7>10</F7>
      <F8>109</F8>
      <F9>1097.87</F9>
      </Table>
    <Table>
      <F1>3</F1>
      <F2>4</F2>
      <F3>12</F3>
      <F4>53-IX-90 Volkwagen Golf 5</F4>
      <F5>4</F5>
      <F6>7</F6>
      <F7>11</F7>
      <F8>110</F8>
      <F9>1098.87</F9>
      </Table>
    </NewDataSet>
      </SalesInvoices2>
      </XmlContent>
    Expected Output:
    <!-- Journal- Repeats for each unique set of journal ID (F3) -->
     <Journal>    
          <JournalId>
            <xsl:value-of select="F3"/>
          </JournalId>
          <Description>
            <xsl:value-of select="F4"/>
          </Description>
          <!-- Transaction - Repeats for each unique set of transaction ID (F5) within Journal-->
          <Transaction>
            <TransactionId>
              <xsl:value-of select="F5"/>
            </TransactionId>
            <SourceID>
              <xsl:value-of select="F6"/>
            </SourceID>
            <!-- Line - Repeats within each Transaction for each Record ID(F7)  -->
            <Line>
              <LineNumber>
                <xsl:value-of select="F6"/>
              </LineNumber>
              <OrderDate>
                <xsl:value-of select="F7"/>
              </OrderDate>
              <ProductCode>
                <xsl:value-of select="F8"/>
              </ProductCode>
              <ProductDescription>
                <xsl:value-of select="F9"/>
              </ProductDescription>
            </Line>
          </Transaction>
     </Journal>
    I had tried the below XSLT - which is not working as expected, however with slight changes to the approach, I am able to get the one outer loop , i.e., Journal would get repeated twice, but not other elements within that.
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl"
    >
      <xsl:output method="xml" indent="yes"/>
      <xsl:template match="/">
        <xsl:apply-templates select="XmlContent/SalesInvoices2"/>
      </xsl:template>
      <xsl:key name="EntryId" match="Table" use="F3" />
      <xsl:template match="NewDataSet">
        <NewDataSet>
          <xsl:apply-templates select="//Table[position()>1 and generate-id(.) = generate-id(key('EntryId', F3)[1])]" />
        </NewDataSet>
      </xsl:template>
      <xsl:template name="Table" match="Table">
        <NumberOfEntries>
            <xsl:value-of select="F2"/>
          </NumberOfEntries>
        <!-- Repeats - Journal -->
        <Journal>
          <JournalId>
            <xsl:value-of select="F3"/>
          </JournalId>
          <Description>
            <xsl:value-of select="F4"/>
          </Description>
          <!-- Repeats - Transaction -->
          <xsl:for-each select="key('EntryId', concat(F3,'|',F5[1]))">
            <Transaction>
              <TransactionId>
                <xsl:value-of select="F5"/>
              </TransactionId>
              <SourceID>
                <xsl:value-of select="F6"/>
              </SourceID>
              <!-- Repeats - Line -->
              <xsl:for-each select="key('EntryId', F3)">
                <Line>
                  <LineNumber>
                    <xsl:value-of select="F6"/>
                  </LineNumber>
                  <OrderDate>
                    <xsl:value-of select="F7"/>
                  </OrderDate>
                  <ProductCode>
                    <xsl:value-of select="F8"/>
                  </ProductCode>
                  <ProductDescription>
                    <xsl:value-of select="F9"/>
                  </ProductDescription>
                </Line>
           </xsl:for-each>
            </Transaction>
            </xsl:for-each>      
        </Journal>
       </xsl:template>
    </xsl:stylesheet>
    In the given sample - Journal should get repeated twice and within first Journal set of elements - I should get two transaction set of elements within the first set of transaction there should be 3 Line set of elements and in the second transaction set there
    should be 2 Line set of elements.
    Could you please help me on the solution, how I can have multiple groups and loop though the group and create another group within already constructed groups.
    Rpaul

    Hi,
    >>how I can have multiple groups and loop though the group and create another group within already constructed groups.
    For this statement, it is not clear to know what it represts, maybe this link is helpful:
    http://www.microhowto.info/howto/group_xml_elements_by_key_using_xslt1.html

  • Using Groups in SharePoint from Active Directory

    Hello,
    Is it possible to use groups in SharePoint from AD?
    I have several groups in AD that I would like to use in SP. Of course SP has its own set up groups in permission (Owner, Member and Visitor). I do not want to use these groups. What I would like to do is use groups that are in my AD and assign those the
    designer, contributor, read-only..etc permission.
    For example, SP people picker finds my AD group called "Finance_Project" and assign this group with permission rights as a contributor.
    Is this doable in SharePoint. I would think since SharePoint can be authenticated with AD, you should be able to use your own AD groups.
    Any suggestions, articles and answers are greatly appreciated.
    artisticweb

    You can do this in SharePoint. are you importing the AD groups via UPA?
    Creating a SharePoint group and adding an Active Directory group to its members…this allows anyone in the Active Directory group to participate in the SharePoint group
    Mapping roles directly to Active Directory groups and not using SharePoint groups at all.
    here is couple of article which will explain your choices one over to other
    Assign permission levels in SharePoint 2013
    Using Active Directory Vs. SharePoint Groups
    http://sergeluca.wordpress.com/2013/07/06/sharepoint-2013-use-ag-groups-yes-butdont-forget-the-security-token-caching-logontokencacheexpirationwindow-and-windowstokenlifetime/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How can I add multiple addresses to a group within address book?

    I realize you can add in addresses by going to 'Message' then 'add Sender to Address Book,' but what I'm interested in doing is within Apple Mail, adding multiple addresses into a specific group within address book. I've tried to do this using mail scripts but keep getting an error.
    Is it possible to do this?
    Thanks.
    David

    So far, FWIW all I've got is individual AddToAddressBook, then in AB itself, drag and drop one by one from the main list into the desired group.

  • Error while using Group By on 2 Querys joined by union

    Hello Everyone
    I have a situation where in one report i cannot group the data and in another report when i group the data i am unable to view subject area.
    I Had a Complex Request from my client , i have to claculate a report based on 2 dimensions i.e i am calculating 2 measures from one dimension and other 3 measures from other dimension and then using UNION to join both the querys , for the same description the data is being displayed in 2 rows , then i i tried to combine both the querys from union and trying to select from those then i am getting the result and the problem is i am unable to access the subject area , its giving "Either you do not have permission to use the subject area within Answers, or the subject area does not exist." Error , i am unable to add prompts to these request
    I want the investor Grants Row to be displayed in one Column , I am already using Group by in one of the querys.
    Study                      Cost            Approved         Committed                 Earned          Paid Balance
    Investigator Grants 350,000.00 113,770.78 0.00 0.00 0.00
    Investigator Grants 350,000.00 113,770.78 42,403.13 19,905.90 22,497.23
    Labs 23,000.00 0.00 0.00 0.00 0.00
    Study Drug 47,000.00 0.00 0.00 0.00 0.00
    Other 0.00 0.00 0.00 0.00 0.00
    Here is my query
    SELECT "- Protocol"."Protocol #" saw_0, "- Protocol"."Working Title" saw_1, CURRENT_DATE saw_2, "- Administration"."Display Currency Code" saw_3, "- Protocol"."Managing Country" saw_4, "- Protocol".Country saw_5, "- Protocol"."Country OPS" saw_6, "- Protocol"."EU Country" saw_7, "- Protocol"."GCO Region" saw_8, "- Protocol"."GPB Region" saw_9, "- Administration"."Study Cost" saw_10, SUM (IfNull("- Budget and Payment Facts"."Protocol Cost Line Item Amount - Display CCY",0) BY "- Administration"."Study Cost" ) saw_11, SUM(IfNull("- Budget and Payment Facts"."Committed Amount - Display CCY",0) BY "- Administration"."Study Cost") saw_12, SUM(IfNull("- Budget and Payment Facts"."Actual Amount - Display CCY",0) BY "- Administration"."Study Cost") saw_13, SUM(IfNull("- Budget and Payment Facts"."Amount Paid (SP) - Display CCY",0) BY "- Administration"."Study Cost") saw_14, SUM(IfNull("- Budget and Payment Facts"."Actual Amount - Display CCY",0)-IfNull("- Budget and Payment Facts"."Amount Paid (SP) - Display CCY",0) BY "- Administration"."Study Cost") saw_15, CASE WHEN "- Administration"."Study Cost" = 'Other' THEN 1 END saw_16 FROM "SPECTRUM Reporting" WHERE ("- Administration"."Display Currency Code" = 'USD') AND ("- Protocol"."Protocol #" = 'P31248') UNION SELECT "- Protocol"."Protocol #" saw_0, "- Protocol"."Working Title" saw_1, CURRENT_DATE saw_2, "- Administration". "Display Currency Code" saw_3, "- Protocol"."Managing Country" saw_4, "- Protocol".Country saw_5, "- Protocol"."Country OPS" saw_6, "- Protocol"."EU Country" saw_7, "- Protocol"."GCO Region" saw_8, "- Protocol"."GPB Region" saw_9, "- Administration"."Study Cost" saw_10, IfNull("- Budget and Payment Facts"."Protocol Cost Line Item Amount - Display CCY",0) saw_11, IfNull("- Budget and Payment Facts"."Committed Amount - Display CCY",0) saw_12, 0.00 saw_13, 0.00 saw_14, 0.00 saw_15, CASE WHEN "- Administration"."Study Cost" = 'Other' THEN 1 END saw_16 FROM "SPECTRUM Reporting" WHERE ("- Protocol"."Protocol #" = 'P31248') AND ("- Administration". "Display Currency Code" = 'USD') ORDER BY saw_16 DESC
    Any help is appreciated ..!
    ~Srix

    Here is the query i used to group the data but i cannot access Answers with this query
    SELECT saw_0 saw_0, saw_1 saw_1, saw_2 saw_2, saw_3 saw_3, saw_4 saw_4, saw_5 saw_5, saw_6 saw_6, saw_7 saw_7, saw_8 saw_8, saw_9 saw_9, saw_10 saw_10, SUM(saw_11 BY saw_10) saw_11, SUM(saw_12 BY saw_10 ) saw_12, SUM(saw_13 BY saw_10) saw_13, SUM(saw_14 BY saw_10) saw_14, SUM(saw_15 BY saw_10) saw_15, saw_16 saw_16 FROM (SELECT "- Protocol"."Protocol #" saw_0, "- Protocol"."Working Title" saw_1, CURRENT_DATE saw_2, "- Administration"."Display Currency Code" saw_3, "- Protocol"."Managing Country" saw_4, "- Protocol".Country saw_5, "- Protocol"."Country OPS" saw_6, "- Protocol"."EU Country" saw_7, "- Protocol"."GCO Region" saw_8, "- Protocol"."GPB Region" saw_9, "- Administration"."Study Cost" saw_10, SUM (IfNull("- Budget and Payment Facts"."Protocol Cost Line Item Amount - Display CCY",0) BY "- Administration"."Study Cost" ) saw_11, SUM(IfNull("- Budget and Payment Facts"."Committed Amount - Display CCY",0) BY "- Administration"."Study Cost") saw_12, SUM(IfNull("- Budget and Payment Facts"."Actual Amount - Display CCY",0) BY "- Administration"."Study Cost") saw_13, SUM(IfNull("- Budget and Payment Facts"."Amount Paid (SP) - Display CCY",0) BY "- Administration"."Study Cost") saw_14, SUM(IfNull("- Budget and Payment Facts"."Actual Amount - Display CCY",0)-IfNull("- Budget and Payment Facts"."Amount Paid (SP) - Display CCY",0) BY "- Administration"."Study Cost") saw_15, CASE WHEN "- Administration"."Study Cost" = 'Other' THEN 1 END saw_16 FROM "SPECTRUM Reporting" WHERE ("- Administration"."Display Currency Code" = 'USD') AND ("- Protocol"."Protocol #" = 'P31248') AND ("- Payment"."Payment Number"="- Payment"."Related Payment Request Number")
    UNION SELECT "- Protocol"."Protocol #" saw_0, "- Protocol"."Working Title" saw_1, CURRENT_DATE saw_2, "- Administration". "Display Currency Code" saw_3, "- Protocol"."Managing Country" saw_4, "- Protocol".Country saw_5, "- Protocol"."Country OPS" saw_6, "- Protocol"."EU Country" saw_7, "- Protocol"."GCO Region" saw_8, "- Protocol"."GPB Region" saw_9, "- Administration"."Study Cost" saw_10, IfNull("- Budget and Payment Facts"."Protocol Cost Line Item Amount - Display CCY",0) saw_11, IfNull("- Budget and Payment Facts"."Committed Amount - Display CCY",0) saw_12, 0.00 saw_13, 0.00 saw_14, 0.00 saw_15, CASE WHEN "- Administration"."Study Cost" = 'Other' THEN 1 END saw_16 FROM "SPECTRUM Reporting" WHERE ("- Administration"."Display Currency Code" = 'USD') AND ("- Protocol"."Protocol #" = 'P31248')) T GROUP BY saw_0, saw_1, saw_2, saw_3, saw_4, saw_5, saw_6, saw_7, saw_8, saw_9, saw_10 , saw_11, saw_12, saw_13, saw_14, saw_15, saw_16 ORDER BY saw_0, saw_1, saw_2, saw_3, saw_4, saw_5, saw_6

  • How to run the Invoices in different groups within the batch in AP

    Need to know that how to run the Invoices in different groups within the batch. This will be of very helpful when we deal with lot of lines under one batch. (e.g) like somewhere we issued a Corporate Card to all the employees Via Bank Of America. Every Month they will send the complete details of all the employees who ever swiped the corporate provided BOA. Accordding to Natco all those lines should be loaded as One Invoice so that a Single Payment can be provided to BOA and it will also makes their life easier. This standard program sometimes it works normal sometimes it will run like a TORTOISE. So thats why in the manual they suggested to use GROUP ID to split the Invoice Load.
    So plz tell me how we can run it
    plz give me the solution
    thanks

    can you give me some material or document on that so that i can read actuaaly i need to make doc on it..

  • HT1349 I just purchased an Iphone and love it except I'm surprised and annoyed that there is no way to create a group within contacts.  I coach a youth basketball team and routinely want to fire off a mass email or text to the same group. Am I missing som

    I just purchased an Iphone and love it except I'm surprised and annoyed that there is no way to create a group within contacts.  I coach a youth basketball team and routinely want to fire off a mass email or text to the same group. Am I missing something?

    When I click on my contacts icon on my phone there is a Groups choice in the upper left hand corner. Make sure you are in All Contacts and not a specific person.

  • Using variables within the definition of ExcelWorkbook in the Data Services 4.2

    Hi Together
    We have installed the Datas Services 4.2 with a matching SAP BO 4.1 Installation
    The Repositories are hosted on a MS SQL Server 2012R2.
    The System is a Windows 2012 R2 Server
    Within a Repository I try to define an ExcelWorkbook.
    Within this Definition I need a
    Format name,
    the Directory where the Excelfile is in the File System,
    the name from the ExcelFile.
    To define the Access method I will use the Namend Range.
    Is it possible to use for the Namend Range a defined variable with a namend Range.
    I’ve tried a lot notations, but I am not able to use that Variable.
    What is a possible Solution ?
    Regards
    Ralph

    Hello Friend,
    You indicate to go to the Central Management Console (http://server/BOE/CMC), click the Data Services option.
    Select the Configure a new Data Services Repository, complete all fields and click Test Connection. If everything is ok and return success message, click save.
    The repository created will appear in your repositories list, then right click it and select the User Security option. Make sure that the Data Services Administrator Users group is present and with Full Control access. To ensure that your user has access, you can also add it through the Add Principals option. Select the desired user, pass to the other side and click the Add option and Assign Security and include Full Control permission and apply.
    In version 4.2 the ability to create access groups within the Central Repository was added.
    To create and manage such groups need access SAP Data Services Management Console:
    http://server/DataServices/launch/launch.do
    Once you have successfully logged on, click the Administrator button.
    On the left side there are some options, espanda the Central Repositories option and if you have properly created the Central Repository it will appear in the list.
    Click User and Groups note that by default comes a set created (digroup), select the User tab and click the option later add.
    Then enter the information which user, group, status and description and apply the changes.
    Made these procedures you can enable your central repository through the DS Designer and create new groups.
    Hope this helps.
    Hugs

  • Can't sync just one "Group" within  Address Book anymore!

    Is anyone else having a problem like this or is it specific to me:
    iSync no longer offers me the option of selecting a specific Group within my Address book, for syncing with my Moto RAZR V3 phone. The only option is to sync "All Contacts" -- but my Address Book exceeds the capacity of my phone's memory. As a result, my most recent sync attempt wiped out my entire phonebook on the RAZR and I am unable to restore it with iSync.
    What happened to the ability to select a specific Group for syncing? Is this a "bug" or a new "feature" of the post-MobileMe era?

    That ability is definitely still there - although I have seen iSync forget to show custom Groups before.
    First, make a backup of your Address Book and iCal data by using the relevant command on the File menu in each app.
    Then try backing up then deleting the SyncServices folder found in ~/Library/Application Support/
    Restart the Mac, and re-load iSync. If that doesn't help some of the links below may do:
    http://discussions.apple.com/thread.jspa?messageID=6112218
    http://discussions.apple.com/thread.jspa?messageID=6566113&#6566113
    http://discussions.apple.com/thread.jspa?messageID=6064923
    http://discussions.apple.com/thread.jspa?messageID=3360345&#3360345

  • Mandatory fields while using Group chart of accounts

    Hi,
    Which are the mandatory fields while maintaining GL accounts in FS00 if i am using Group chart of accounts.
    And how attached these group chart of accounts gl to the operational chart of account GL.
    raj

    Hi,
    the assignment from operational chart of accounts to group chart of accounts is done in OB13. Follow the steps in Customizing IMG FIn. Acc. (new) / Consolidation preparation (new) / General specifications / G/L and FS Charts of accounts...
    Best regards, Christian

Maybe you are looking for

  • How do I run Disk Utility in Tiger?

    I want to run Disk Utility and it says I need to run it from a start-up disk, but it won't let me from the installer disk. How do I make a start-up disk so I can run Disk Utility?

  • Which inspection camera to use with my MacBook Air?

    This question relates to inspection cameras also known as snake cameras, endoscopes, borescopes or fiberscopes. I want to buy an inspection camera which sits at the end of a cable perhaps 2-3m in length. I want to plug it straight into the USB port o

  • Slow Mac? Getting tons of console messages like "ALSPlugin Failed to get brightness -"

    I keep getting the same message over and over about 5-10 times per second: --> ALSPlugin 235.55[46]: Failed to get brightness for displayID 0x04272140 It seems to slow my Mac OS X 10.8 down. I could not find a solution nor anything helpful on the web

  • Best way to write specific information to a file

    Hi there, I'm looking to write specific information from my program to 2 separate files. Before the program runs, it asks the operator for their info (name, password, run ID #, a couple safety checkboxes). So, I would like the first file to record lo

  • I need to distinguish fields in an Itab that come a different order?

    I am getting a table with the heading on the first record and the values after that. The problem is I need to distinguish where are the headings because they will come in different order every time and sometime with an alternative name all in the fir