Can I run a Unique Clients and Users Summary report customized by both floor area and SSID?

In Cisco Prime, can I run a Unique Clients and Users Summary report customized by both floor area and SSID?

Allright guys. I appreciate the quick responses. I've worked a lot in CR however i am not understanding the solution so I'd appreciate if you can dumb it down for me. If i understand it correctly you guys are suggesting to make a formula, that either return my group by string (which is a formula in my report) or the Quantity. I tried writing a formula like this
if ({@param} = 1 then
GroupName ({@GroupBy})
else
{NetPNL.GrossAfterAdj}
but it seems like CR does not allow you to return 2 different data types. Even if it had worked i would not know what to do from there. Can anyone please dumb it down for me. To make my situation more clear below is an example of how my data is..
MN 100
MN 200
MN 50
CA 300
CA 500
when the data shows in the report, its grouped by state, so it comes out like
MN 350
CA 800
I want the users to decide whether they want it sorted by state  (ascending)
CA 800
MN 350
or Total quantity (asc)
MN 350
CA 800

Similar Messages

  • Help:How can I run the J2EE Client Application? Thanks

    Help:How can I run the J2EE Client Application that will access the remote J2EE1.4 application server which runs on another host computer?
    I have developped a stateles senterprise java bean name converter and deloyed it in the j2ee1.4 application server on the host machine A. The converterbean provides the remote home interface and remote interface. At the same time I have developped the j2ee application client named convertappclient. When I access the conveter bean at host computer A through the script 'appclient.bat' as 'appclient -client convertappclient.jar', the client can access the bean sucessfully. Now I want to access the bean through the script 'appclient.bat' at host computer B,what files should I copy from host computer A to host computer B;and what the command line should be like? Thanks!
    The following are the code of the enterprise java bean and it's home interface .
    The client code is also provided.
    The enterprise java bean:
    package converter;
    import java.rmi.RemoteException;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;
    import java.math.*;
    public class ConverterBean implements SessionBean {
    BigDecimal yenRate = new BigDecimal("121.6000");
    BigDecimal euroRate = new BigDecimal("0.0077");
    public ConverterBean() {
    public BigDecimal dollarToYen(BigDecimal dollars) {
    BigDecimal result = dollars.multiply(yenRate);
    return result.setScale(2, BigDecimal.ROUND_UP);
    public BigDecimal yenToEuro(BigDecimal yen) {
    BigDecimal result = yen.multiply(euroRate);
    return result.setScale(2, BigDecimal.ROUND_UP);
    public void ejbCreate() {
    public void ejbRemove() {
    public void ejbActivate() {
    public void ejbPassivate() {
    public void setSessionContext(SessionContext sc) {
    The bean's remote home interface :
    package converter;
    import java.rmi.RemoteException;
    import javax.ejb.CreateException;
    import javax.ejb.EJBHome;
    public interface ConverterHome extends EJBHome {
    Converter create() throws RemoteException, CreateException;
    The bean's remote interface:
    package converter;
    import javax.ejb.EJBObject;
    import java.rmi.RemoteException;
    import java.math.*;
    public interface Converter extends EJBObject {
    public BigDecimal dollarToYen(BigDecimal dollars) throws RemoteException;
    public BigDecimal yenToEuro(BigDecimal yen) throws RemoteException;
    The j2ee application client:
    import converter.Converter;
    import converter.ConverterHome;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.rmi.PortableRemoteObject;
    import java.math.BigDecimal;
    public class ConverterClient {
    public static void main(String[] args) {
    try {
    Context initial = new InitialContext();
    System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
                   System.setProperty("java.naming.provider.url","jnp://10.144.97.250:3700");
    Context myEnv = (Context) initial.lookup("java:comp/env");
    Object objref = myEnv.lookup("ejb/SimpleConverter");
    ConverterHome home =
    (ConverterHome) PortableRemoteObject.narrow(objref,
    ConverterHome.class);
    Converter currencyConverter = home.create();
    BigDecimal param = new BigDecimal("100.00");
    BigDecimal amount = currencyConverter.dollarToYen(param);
    System.out.println(amount);
    amount = currencyConverter.yenToEuro(param);
    System.out.println(amount);
    System.exit(0);
    } catch (Exception ex) {
    System.err.println("Caught an unexpected exception!");
    ex.printStackTrace();
    }

    Surprisingly I find an upsurge in the number of posts with this same problem. I recently found a post which gave a nice link for this. Follow the steps and it should help:
    http://docs.sun.com/source/819-0079/dgacc.html#wp1022105

  • I would like to know whether its possible to start running a vi automatically without user interaction after a system has booted up and launched labview?

    I would like to know whether its possible to start running a particular vi automatically without user interaction after a system has booted up and launched labview?

    > I would like to know whether its possible to start running a vi
    > automatically without user interaction after a system has booted up
    > and launched labview?
    >
    > I would like to know whether its possible to start running a
    > particular vi automatically without user interaction after a system
    > has booted up and launched labview?
    >
    LV doesn't have any sort of Startup folder as we are a little concerned
    about the security issues this brings about. You can specify VIs on the
    command line for LV to open. And VIs can be set to run when opened.
    Combining these features, you wind up using the system's Startup folder,
    placing either a batch file or a shortcut to LV with the command line
    options added to list out the VIs, and finally, set the VI properties
    so
    that the VIs run when opened.
    Greg McKaskle

  • I recently changed my iCloud account because someone stole my last phone and changed all my passwords for both my iCloud and emails account. So when I changed my account I accedently erased all my contacts is there anything I can do? (It wasn't backup)

    I recently changed my iCloud account because someone stole my last phone and changed all my passwords for both my iCloud and emails account. So when I changed my account I accedently erased all my contacts is there anything I can do? (It wasn't backup)

    I'd say your best bet is to try to regain access to your old account. Call 1-800-MY-APPLE, and ask to talk to the account security team. Hopefully they can verify you are the account owner, and then reset the password for you.

  • How to install and configure ms exchange server 2007 both role hub and edge transport role in one network

    How to install and configure ms exchange server 2007 both role hub and edge transport role in one network 

    Hi,
    Edge role is design for perimeter networks, to keep security risks minimum.  So it’s not recommended to have edge role in internal network. Must have separate network or subnet for edge services.
    If you are playing around it in labs, then you can put edge role within same subnet as other exchange roles and no specific requirements in that case.
    Thanks.
    MachPanel - Premium Cloud Automation Solution

  • Need a parked/blocked report that contains both the FI and MM number for ea

    Hi Guys,
    Business need a report which contains the translation of 'MM' numbers (typically beginning with '51') assigned for parked PO invoices vs. the 'FI' document number that comes out in the parked report. 
    Ideally, business need a parked/blocked report that contains both the FI and MM number for each record.
    Can someone help me pull this report from MM
    Thanks and Regards,
    Habeeb

    Hello Habeeb,
    Check out the report MR43 which gives information about Parked invoice. Also you can have a look on MIR6 with check box Parked Innvoice.
    The main table for parking invoice is VBKPF and other relevent tables are as follow:
    VBKPF                          Document Header for Document Parking
    VBSEC                          Document Parking One-Time Data Document Segment
    VBSEGA                         Document Segment for Assets Document Parking
    VBSEGD                         Document Segment for Customer Document Parking
    VBSEGK                         Document Segment for Vendor Document Parking
    VBSEGS                         Document Segment for G/L Accounts Document Parking
    VBSET                          Document Segment for Taxes Document Parking
    Hope this helps.
    Regards
    Arif Mansuri

  • HT3887 my bluetooth says 'Not Available' how do i get it to work again. I have restarted the computer several times and have replaced the batteries in both the keyboard and mouse and yet it still is not working! please help

    my bluetooth says 'Not Available' how do i get it to work again. I have restarted the computer several times and have replaced the batteries in both the keyboard and mouse and yet it still is not working! please help

    I have had the same problem. It was cured by turning computer off and/or restarting it. I am not sure  if once was enough. I think shutting down must cut out whatever it is that blocks bluetooth. Good luck

  • Do we have a General Ledger report that combines both cost centers and WBS?

    Do we have a General Ledger report that combines both cost centers and WBS?

    Have you tried FAGLL03

  • [svn] 4656: Fix SDK-18823 and SDK-18885 - Skin tweaks to both default skins and wireframe skins .

    Revision: 4656
    Author: [email protected]
    Date: 2009-01-23 18:07:45 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Fix SDK-18823 and SDK-18885 - Skin tweaks to both default skins and wireframe skins. Its important to note that the wireframe skins for Spinner and NumericStepper are a bit behind the default skins look, but we'll be spending some time next iteration cleaning up the wireframe skins so thats ok for now.
    QA: Yes - you might have to regen some bitmaps based on the tweks.
    Doc: No
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18823
    http://bugs.adobe.com/jira/browse/SDK-18885
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerDecrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerIncrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerSkin.mxml

  • I have a MacBookPro 5.5 and an iPad 2 32GB 3G; both items are pretty recent. Today I tried connecting them via blootooth. MBP state "pairing success" whereas the iPad seems to be still searching and indicates the MBP as "not connected". That over and over

    I have a MacBookPro 5.5 and an iPad 2 32GB 3G; both items are pretty recent.
    Today I tried connecting them via blootooth. MBP states "pairing success" (only after NUMEROUS attempts!!!) whereas the iPad seems to be still searching and indicates the MBP as "not connected". That over and over.
    Also, the iPad does not seem to recognize ANY bluetooth device in the house (they ARE discoverable since my MBP DOES "see" them) like, for instance, my mini-Mac.
    Any help would be appreciated; (I hope the problem lies NOT in the bluetooth antenna, in other words not in hardware.)
    P.S. The MBP seems fine since it DID connect to Mac-mini.

    Hello:
    Was the iPad paired with another device?  If so, you need to "unpair" it from the previous device.  Bluetooth devices may be connected with only one thing at a time.
    Barry

  • My mail can send out message but can't receive new e-mail? and some software(adobe illustrator cs) and applications(terminal) can't run ? but in another user account, terminal and illustrator can run.

    Hi,
    My Mac info:
    Machine Name:          Power Mac G5
    Machine Model:          PowerMac7,3
    CPU Type:          PowerPC G5  (3.0)
    Mail Version 2.1.3 (753.1)
    My mail application can send out message but can't receive new e-mail now ? please see attached before my capture screen
    and some software(adobe illustrator cs) and applications(terminal) can't run ? please see attached
    but in another user account, terminal and illustrator can run.
    Please kindly help to check with these problems. Thanks.

    Verify and Repair disk “Data”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    Volume Header needs minor repair
    Repairing volume.
    Rechecking volume.
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Data was repaired successfully.
    Mounting Disk
    1 HFS volume checked
    Repair attempted on 1 volume
      1 HFS volume repaired

  • Can not Run Application from Client PC.

    Hi,
    I have a pc running on WinXP called "PC1". I have installed Oracle9i Database, Developer Suite 10g and services. I can run my application smoothly on "PC1".
    My problem is that i can not run my application from client pc running on WinXP called "PC2". I have installed JINIT.exe on "PC2". I started OC4J also on "PC2". IE shows "Page can not be displayed" message.
    What settings i have to do to run my application on Client i.e. "PC2".
    Waiting for any kind of help.
    Thanks.

    Hi all,
    Thanks for the reply.
    I have already install same JINI.exe on Client "PC2" which is on Server "PC1". And the version of the IE and JINI are same on Server "PC1" and Client "PC2".
    I start OC4J on Server.
    Should i make some settings on JINI Control Panel on Client ? Like Proxies.
    I have enable all check box on "Basic" Tab of JINI.
    Further, On client, the check Box of "Show Java Console" is also on, but when i try to connect my application from IE, the Java console does not appear.
    I would like to inform u that, when i start additional Proxy driver like Analog proxy on my server and then i give that proxy address and port in Client IE connection LAN setting, i am able to run my application from that Client.
    But i think that is not the solution.
    Waiting for reply.

  • Run report that show "BOTH" campaign name AND contact when getting integration error message that relates to Lead Campaign Association

    When running an External Calls Failed report for Lead Campaign Association (e.g.Attempted to add a campaign member where either the member id 00Q70000015ngo5 or the campaign id null is null.), the report show me the contact but not the campaign the contact was trying to associate itself to in SFDC.  In order to see the campaign, I have to click on the downward arrow and click on the "view external call details" FOR EACH INDIVIDUAL CONTACT.
    Is there a report I can run that shows me both the campaign and contact for the error? I can't efficently trouble shoot issues in Eloqua if I have to view each individual record with two or more clicks.
    Any advise?

    I am getting the same error when opening the J2se Development Kit 5.0 Update 8 after I press the Run button. ( "This installation package could not be opened. Verify that the package exists and than you can access it, or contact the application vendor to verify that this is a valid Windows Installer package").
    Is there a solution ?
    Thanks,
    Luck 08/21/06

  • My Dell Vostro (running XP SP3) neither recognizes my iPad 2 nor my iPhone 4 correctly! I followed the troubleshooting guides and installed the latest iTunes. Both devices are recognised by my desktop PC running Vista using the exact same cable etc.

    Hello all,
    my Laptop (Dell Vostro - running XP SP3) neither recognizes my iPad 2 nor my iPhone 4! 
    Both devices are working correctly with my desktop PC running Vista with the same USB cable!  
    I followed trouble shooting guides, checked that the drivers are present, installed, removed and reinstalled the latest iTunes (in the correct order together with the other Apple software components) etc. but nothing works! The interesting thing is that when I plug the iPad or the iPhone in the laptop's usb-port for a second Windows correctly shows the devices either as iPad or iPhone in the "Device Manager" with an exclamation point !!!    But then after a split second Windows allways switches the devices to Digital Camera and the correct iPad or iPhone disappears !!!     =>    That is why I guess that this is a driver problem!
    Does anybody have any idea what else I can try?
    Is there a manual way to install the drivers for the iPad 2 or iPhone 4?
    Many thanks for your ideas and suggestions
    Edgar

    Yes I know that (I always google first and ask later ). Too bad I find this out when it was too late. I was already on 4.3.

  • "Nested and User Defined Exceptions" in Java...Theory and Code Required...?

    Can anyone provide theoretical information with example code for "Nested Exceptions" and "User Defined Exceptions"..? Or it would be equally good, if someone can provide links for further reading on the said topic.

    User Defined Exceptions are the same as exceptions in the JDK, but are defined by a "User"
    I suggest you look at the JDK for examples.
    A Nested Exception is an Exception with a different exception set as the cause.
    This pages covers more than you need to know with examples. [http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html]

Maybe you are looking for

  • JSP, JSF, and ADF

    I've just started playing around with this and was looking for samples/tutorials to help. Of the tutorials/samples I've seen, they appear to fall short of explaining an end-end example and stick mostly to JSF and the backing bean - usually displaying

  • How do I rearrange the sequence of pictures within "All Photos" album?

    I've just upgraded to Photos. I have 35322 photos and it seems to handle it better than iPhoto. I'm finding the "All Photos" album is showing out of chronological sequence, with various "moments" photos intersperced into a variety of different "momen

  • DW CC Responsive Design and BC tags

    Hi All, I am going through the recent Adobe tutorials on Responsive design using DW CC and I have a couple of questions. Has anyone tried setting up a DW CC responsive design for a BC site yet, using the new functionality in DW CC? Is it OK to insert

  • Make java into a file

    How do you make a program into a file that you dont need a compiler and people can change information in it? I have a english to chat translater and i want to give it to my family without them having to download anything but my program

  • E-Tds

    Can any one tell what is the meaning of E-tds why we are using