Multiple group example is not working

i run the multiple groups example in cocomo
I subjected to one problem
me as owner, my friend as guest entered into room
i created one group group1. myself added into that group.
my friend was in default.
if i am trying to send mess. no connection . That was good
After that i added my friend into group1.
now there is connection between us. message was sent.
now i remove my friend from my group1.
if i am trying to send the message to my friend, still the message was sent to my friend.
friends i am trying lot to make the disconnection after removing my friend from group1.
i am not able to do.
just exactly i run multiple groups without any change.

Hi,
But inv_no is diferent for each row, isn't? So, what value do you want to show?
Example:
Connected to Oracle Database 10g Express Edition Release 10.2.0.1.0
Connected as hr
SQL>
SQL> with pradeep as(
  2  select 1 as re, 2 as zo, 1 as call_no, 1 as inv_no from dual union all
  3  select 1 as re, 2 as zo, 1 as call_no, 2 as inv_no from dual union all
  4  select 1 as re, 2 as zo, 1 as call_no, 3 as inv_no from dual union all
  5  select 1 as re, 2 as zo, 1 as call_no, 4 as inv_no from dual union all
  6  select 1 as re, 3 as zo, 1 as call_no, 5 as inv_no from dual union all
  7  select 1 as re, 3 as zo, 1 as call_no, 6 as inv_no from dual
  8  )
  9  SELECT re,
10         zo,
11         call_no,
12         COUNT(*) AS cnt
13    FROM pradeep
14   GROUP BY re,
15            zo,
16            call_no
17  HAVING COUNT(*) > 1;
        RE         ZO    CALL_NO        CNT
         1          2          1          4
         1          3          1          2
SQL> Regards,

Similar Messages

  • Policies assigned to groups - membership changes not working

    I have a single ZESM IR8 server setup.
    All security throughout my environment, ZESM and otherwise, is based on group membership.
    If I change a user from one group to another group this change does not reflect in their policy assignment.
    Scenario: GroupA = standard user policy, GroupB = power user policy.
    UserA was first in Group A and therefore got the standard user policy.
    UserA now requires the power user policy.
    Remove UserA from GroupA and add UserA to GroupB (in iManager).
    UserA does NOT get the "power user" policy that is assigned to GroupB
    Am aware that I can assign the policy at a user level but this is NOT an option in my environment. All security assignments MUST happen at a group level.

    What you observed is the expected behavior.
    ZESM doesn't updates group membership in real time once a policy has been published. I've described this behavior on previous posts.
    What the MC does behind the scenes when you click "Publish" on a container or group object is to assign the policy individually to each member/user. For groups, it resolves membership at the time the policy is published then the MC iterates among each member assigning the policy to each of them. That's why you don't see updates once the policy is published.
    Try Updating the published policy to see if that works. From the docs:
    Updating a Published Policy
    Once a policy has been published to the user(s) or computer(s), simple updates can be maintained by editing the components in a policy, and re-publishing. For example, if the ZENworks Endpoint Security Management Administrator needs to change the WEP key for an access point, the adminstrator only needs to edit the key, save the policy, and click Publish. The affected end-users and computers receive the updated policy (and the new key) at their next check-in.
    >>>
    From: laurabuckley<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 12/15/2009 7:16 AM
    Subject: Policies assigned to groups - membership changes not working
    I have a single ZESM IR8 server setup.
    All security throughout my environment, ZESM and otherwise, is based on
    group membership.
    If I change a user from one group to another group this change does not
    reflect in their policy assignment.
    Scenario: GroupA = standard user policy, GroupB = power user policy.
    UserA was first in Group A and therefore got the standard user policy.
    UserA now requires the power user policy.
    Remove UserA from GroupA and add UserA to GroupB (in iManager).
    UserA does NOT get the "power user" policy that is assigned to GroupB
    Am aware that I can assign the policy at a user level but this is NOT
    an option in my environment. All security assignments MUST happen at a
    group level.
    laurabuckley
    laurabuckley's Profile: http://forums.novell.com/member.php?userid=122
    View this thread: http://forums.novell.com/showthread.php?t=395870

  • My "Group" feature is not working in Pages 5.0.1. Any help here?

    My "Group" feature is not working in Pages 5.0.1. Any help here?

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Project Server 2010 - Project Permissions - Users and Groups filter is not working

    Hi,
    While giving permissions from project center ribbon on a project - Users and Groups filter is not working, we are not able to filter any user.
    I am not sure why this error is occurring  i tried giving permissions by opening the project  but still the same filtering is not happening. Below is the screen shot
    We have installed Service Pack 2 and June 2014 CU recently will this effect ?
    Can any one throw some light on this??
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    Which IE version are you using? First I'd try to add the URL to the compatibility mode sites, then to the trusted sites (if it is not done already). Then I'd try to set the default browser as IE8 or 9 (pressing F12, developer tool).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Help - Multiple native extensions do not work

    Dear Adobe Air developer community and Adobe employees,
    My game dev. studio www.GoldSunGames.com is nearing completion on our biggest title developed with Adobe Air for iOS. During development we've hit countless  technical bumps in the road including issues with low memory, low performance and many others I can happily say have now been solved in big part to the help we've received from the Adobe Flash/Air community. Thanks!
    I am now reaching out to the community and any Adobe employees reading this to solve our last remaining major issue/bug with Adobe Air which is holding us back from releasing our title.
    Multiple native extensions do not work
    We can get any one single native extension to work including Game Center (with the help of MilkManGames). But multiple extensions together simply do not work. We are required by our publisher to have other iOS features included which require the use of multiple native extensions.
    A detailed break down of the programming process we are using can be found here:
    http://forums.adobe.com/thread/923158?tstart=0
    Any and all help is greatly appreciated. Free copy of the game in question "Megaplex Madness 2" to the problem solver or solvers.

    Thanks to Saumitra Bhave the problem has been solved!
    >> Does http://forums.adobe.com/message/4026961#4026961 help?
    Thanks

  • When i compare multiple attribute it is not working in MDX query

    Hi All,
    i have create a measuer please see below code,
    MEMBER [Measures].[a] as
    case when
    [DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Fungicide"  //Working
    then "1"
    when [DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Herbicide"  //Working
    then "1"
    when  [DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Seed" //Working
    then "3"
    when ([DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Fungicide" //Not working
    and [DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Seed")
    then "1and2"
    when  ([DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Fungicide"  //Not Working
    and [DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Seed"  )
    then "1and3"
    end
    when i compare multiple attribute it is not working.

    Hi manishcal16PPS,
    According to your description, your calculated measure is not working when two when statement together. Right?
    In this scenario, since the conditions in your case when statement are exclusive, you should use OR instead of AND operator.
    when  ([DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Fungicide"  
    OR
    [DimProduct].[Portfolio].CURRENTMEMBER.MEMBERVALUE="Seed"  )
    then "1and3"
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Classroom in a Book Examples Do Not Work.

    I am working through the Dreamweaver CS4 Classroom in a Book, while working on a MacPro OS X 10.6.1 Snow Leopard.
    Many examples do not function as advertised. This is one example:
    On page 114, the user is asked to insert a Spry menu into the page. When this is done the properties panel should appear, in which the Text, Links, Titles and so on can be entered. On my system the properties panel does not appear as it should. Instead, the properties panel for HTML and CSS remains present. It is not possible to enter the attributes as intended in the lesson. I can enter them manually into the markup, but since this will not result in correctly generated script (it is generated Javascript) it is pointless to do this. The failure of the Dreamweaver GUI makes it impossible to proceed with the lesson.
    I tried to repair this situation be deleting the files and copying them anew from the CD ROM. then started again. The error was repeated.
    My file setup is slightly different from the default. I always make an extra directory for the HTML files, named html
        ~/username/Documents/DW CIB/html/
        ~/username/Documents/DW CIB/css/
        ~/username/Documents/DW CIB/images/
        ~/username/Documents/DW CIB/js/
        ~/username/Documents/DW CIB/SpryAssets/
          and so on.
    But this is not the problem, as the system is seeing this. For example, the links inserted to the pages are automatically correct:
       <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    Is there an issue here with Mac and Snow Leopard? Or are more people having these problems? Or am I missing something here?

    Benjamin Rossen wrote:
    I have a reason for using a different directory structure. I like to see all the .html files in alphabetic order, and not interrupted by the directories containing images, scripts and other resources. These directories are particularly disturbing if they are open.
    You have two options:
    Buy a Windows computer. Windows organizes files and folders that way by default.
    On your Mac, expand the Files panel so you can see the Type column header. Click Type, and the files will be reorganized the way you prefer.
    I put only the index.html in the site root, with a redirect on it to home.html in the lower directory, so that only one .html file is in the default root directory of the site. Now I know the Dreamweaver will not function correctly when I do this. 
    I think this is not good. I recommend that Adobe augment the system to operate correctly for any file structure built by the user.
    Dreamweaver does operate correctly for  any file structure, but it can't detect a redirect.

  • I am attempting to upload multiple photos on a macpro from a cd.  I am used to a pc.  I tried using the command button to select multiples but it does not work.  Please advise

    I am attempting to upload multiple photos on a mac pro from a cd.  I have tried holding the "command"button down to select multiple photos but it does not work.  Please advise.  Thanks,John

    why not sort by (name, date, etc) and Click on 1st and Shift-Click on last.
    Might work better to copy or import to a project folder.
    https://discussions.apple.com/community/ilife/iphoto
    http://www.apple.com/support/iphoto

  • Group contacts did not work correctly since IOS 6

    Hi Guys,
    since update from IOS 5.1.1 to IOS 6.0 it isn't possible to show groups in Contact seperatly.
    Neither on my IPHONE 4 and now on my IPHONE 5.
    In IOS 5.x.x it was possible to list seperate groups.
    I tried this with my ICLOUD Account and also with my GMAIL Account.
    I need to have different group lists for my work - e.g "Private", "Work", ...
    In IOS 5.x.x it was possible to list the contact folder, than  click on "groups" and there it was possible to select the group i wanted.
    Than I've only seen the contacts from the selected group.
    Now since update to IOS 6 it doesen't work like this. There is only the opportunity to mark or unmark a contact group to list it seperately.
    Can You explain how this is going to work on IOS6 ??
    Or do You know an application to group contacts seperatly.
    I set up my GMAIL Account as "Exchange Account" to see the contact groups.
    It's nessecary that it syncronises correctly with my GMAIL Account, because I also use an IPAD.
    I've over 250 contacts, so it has to work correctly.
    I can't understand, why apple removed this feature in IOS 6.
    I hope you know what I mean.
    Very nice greetings
    Roland

    Do you really have them all? I created a group I wanted and synced the phone. Now my phone contacts has 2 groups, all contacts and phone contacts. However, when I scroll to the bottom of the contacts list, both show the same 164 contacts, not all the 470 contacts in my address book. I have just the contacts I wanted, but it is confusing by having the "all contacts" list on the phone. They are really just the same lists.

  • Labview 7 for Linux on Redhat9,NI example Finder not working.

    I have Labview7 for Linux on Redhat9, installed at /usr/local/lv71. "NI example Finder" is not working, the function of browser, search,submit,none is working. When I try to close it, the window looks dead, cannot close it. I will force to close it. What is the problem? Where are the examples?
    Another question: the simple help text is working, but the details help is not working. I can open the help file by Mozilla. But I want the help could be linked, like what it is in Windows platform.
    Thanks

    Hello �
    If whenever you type �labview� at the prompt, LabVIEW 7.1 is launched, it probably means that the paths are setup to launch 7.1 but it doesn�t necessarily mean that you do not have LabVIEW 7.0 installed.
    If you only installed LabVIEW 7.1 in that computer, it is possible that somebody else had installed LabVIEW 7.0 before.
    What I suggest doing is to run the UNINSTALL scripts for both, LabVIEW 7.0 and 7.1, and reinstall LabVIEW 7.1 as root, not as user.
    Hope that helps!
    S Vences
    National Instruments

  • Copy Settings to multiple images - STILL A NOT WORKING AFTER MANY VERSIONS!

    I have reported the problem of pasting settings to multiple images for many versions and this simple bug is STILL present in LR4!
    In develop module, make changes to an image, click Copy button, select settings to copy.
    Now, select a range or a number of images to which you want to paste the settings, click Paste button.  Guess what?  Only the first image gets the settings!
    This functionality should work and is even documented in the manual.  There are other ways of copying settings but I can never remember how to do this.
    Am I doing something wrong or is this a genuine bug that only seems to affect a few people (I did a web search for V3), or do people just not use this function?
    Please developers, fix this bug if it really is a bug!

    Thanks Dorin for the information.
    I guess I am just frustrated that the program does not work the way it is documented.  There are two very prominent buttons, Copy & Paste and they don't work as documented or as you would expect them to.
    With sync you have to navigate menus to do what one click of the mouse should accomplish.  All I want is some acknowledgement from Adobe that this is a bug and for it to be adressed.  As a long-time IT person I know this would be VERY easy to fix.  If it cannot be fixed then update the documentation.
    Oh well, enough said.  I still love LR!!!

  • Drag and drop examples do not work ?!

    Hi guys,
    i want to add drag and drop functionality to one of my programs
    i tried to run the java examples of this page:
    http://java.sun.com/docs/books/tutorial/uiswing/dnd/intro.html
    but it just does not work ! windows give me the "can't drop" icon when i drag a file in the frame
    do you experience the same problem?
    Thanks in advance

    i tried:
    A Simple Example: Adding DnD to JLabel
    and
    Data Transfer with a Custom Component
    For both of these, i downloaded/compiled/executed the sourcecode ; there was no error. But the drop couldn't be done
    EDIT: in fact i just realised i didn't read the "try this" instructions and i misunderstood what the progs were supposed to do... in fact they work, they just don't do what i thought they would do XD
    sorry..
    EDIT2 I found a package for easy drag and drop operations ( http://iharder.sourceforge.net/current/java/filedrop/ ) so it's useless to answer to this thread any more, tks ^^

  • Maxl statement (display user in group all;) is not working.

    Hello,
    Hyperion version 9.3.1 upgraded to 9.3.3. Not sure the below issue is because of this
    I have an interesting issue with a maxl statement : "display user in group all;". When I execute this statement through command prompt doing essmsh, it does give out any records and also doesn't end. I will have to end it with ctrl+c.
    When I execute it through EAS console, then EAS console just hangs.
    But, if I try to retrieve the users from groups individually ( I mean "display user in group 'examplegrp';"), then its working fine and throwing out the records.
    It is giving me a hard time and my dumb mind not able to figure it out.
    Any ideas please?
    Thanks

    Hi CL, Yes I ran it on the Essbase Server. We actually set it up through a scheduled batch script which was perfectly fine till last month (I guess). We noticed this just a week ago. The only change we had in our environment is that we upgraded 9.3.1 to 9.3.3 recently. Not sure whether it is making any difference.
    Thanks,
    KK

  • Multiple photos per page not working :( Please help

    I see the option for multiple photos per page. It was available 5 minutes ago but now is grayed out and I can not get it back. This is very annoying. Can someone tell me why iPhoto won't let me print multiple photos on the same sheet?
    Thanks

    Remember that we know nothing except what you tell us - that it is not working is not much
    The most common reason that print multiple photos per page is grayed out is that you either have a photo size/paper size combination that will not fit multiple photos (ie trying to print 2 8x10 photos on an 8 1/2 x 11 paper) or you have not selected but one photo
    If these do not help please give us some more detail on what you are doing
    :LN

  • Multiple page per sheet not working...

    Dear all,
    Since some time now (even before Mavericks), the "Multiple page per sheet" is not working.
    When I select it and print (either to PDF or to any of my printers), I always get 1 page per sheet... and I can't save trees!!!! 
    Do you know how to fix this ?
    Thank you very much.
    Best regards,

    Ar eyou able to print to PDF? If you have that facility select Adobe PDF in the pop down menu, go to properties and the first tab has layout, you should be able to select number up required, save to PDF and open the new PDF...this should be stepped up how you want it.
    Alternatively if you have Illustrator or Indesign (Quark works too) you can create a page with picture boxes and import/place the PDF however many up you want.

Maybe you are looking for

  • How can I label data points in a scatter chart with text strings?

    Post Author: Bill B CA Forum: Charts and Graphs I need to create a Scatter Chart, with a text label for each data point instead of the xy coordinates. A legend will no longer be necessary.Also, I want to draw "cross-hair" lines on both the x and y ax

  • LaserJet CP1525nw & WPA-enterprise

    We bought a LaserJet CP1525nw printer because of its airprint support for printing from our iPads. Our wireless network uses WPA-enterprise security.  We are unable to connect the printer to the wireless due to the enterprise authentication. ipad is

  • Estimate 1 Row data size in a table

    Hello I have a table like below I want to know 1 record size in KB Create table test( Id int, Name nvarchar(5), File nvarchar(max), Createddate datetime, User varchar(20)) Can you tell me in this way int = Name= File= Createdate= User So it will help

  • How to use the system recovery after add another SSD?

    Dear all, I got a Zbook14 with 1TB HDD with Windows 7 in default. Soon after I received it, I added an M.2 256Gb SSD and migrated my system drive to the SSD.  After an malfunction of the HP Client Security that encrypted my system drive (in SSD). I u

  • How to make a backup of bipublisher 11.1.1.5.0 ?

    hello, i have installed bipublisher standalone 11.1.1.5.0 on a server windows 2008 64 bits. i would like to know how to make a backup of reports, model, security,users, role,jdbc connections.... i found http://download.oracle.com/docs/cd/E21764_01/bi