What is the displayName attribute in mx:PieSeries

I'm using PieChart and try to use the displayName in
mx:PieSeries to set a label for datatip, but nothing is shown up.
What is displayName for?

Hi,
I strongly (not in caplock) to read Oracle documentation : http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_8001.htm#SQLRF01506
Nicolas.

Similar Messages

  • What are the endpoints attributes collected by NAC Profiler through SNMP and DHCP?

    Hi Everyone,
    Please help on this.
    I want to know what are the endpoints attributes collected by NAC Profiler to discover and profile the endpoints.through SNMP protocol and DHCP protocol.
    Also if anybody can explain a simple used case on this.
    Please guide me on this.
    Thanks in advance.
    Thanks,
    Abuzar.

    Hi,
    SNMP
    =====
    NetMap queries network devices via SNMP for:
    System information
    Interface information
    Bridge information
    802.1X information (PAE MIB)
    Routing/IP information
    CDP MIB Information
    This information is used to Build and maintain a model of the network topology and endpoint discovery.
    NetMap uses SNMP Get, GetNext and GetBulk (when available) requests to  query the SNMP agents running on the network infrastructure devices to  gather specific Management Information Base (MIB) objects about their  status based on device type (Layer 2 or Layer 3).
    In addition to polling each network device for all MIB data at a regular  interval, NetMap may also be commanded to poll port-specific  information when the NAC Profiler system is notified that an endpoint  has joined or left the network via SNMP traps sent by devices at the  network edge, switches typically.
    Upon receipt and verification of a link state (link up, link down) or  MAC notification trap, NetTrap will notify the NAC Profiler Server that a  change has occurred on the network edge (endpoint joined or left a  network port). If the trapping device is in the NAC Profiler  configuration, the NetMap component module assigned to poll the device  that sent the trap will be commanded by the Server module to initiate a  poll of the device's port information to determine the change to the  endpoint topology that resulted in the trap being sent by the network  device.
    The information gathered by NetMap is processed by the Server  accordingly to update the network topology, noting the endpoint joining  or leaving a port. Note that NetMap SNMP polling of network devices  resulting from a trap is localized to the port specified in the trap.  This is unlike the regular polling that occurs at the frequency  specified for each device type (L2 and L3) which gathers all SNMP  information from the device used by the NAC Profiler system.
    DHCP:
    =====
    The NetWatch module listens for traffic including DHCP traffic.
    The module will collect all the DHCP information on the traffic collected, like mac address, ip address,  DHCP Vendor Class Identifier in DHCP request, host name in DHCP request, requested specified options in DHCP request (option 55) and full list of DHCP options supported by the DHCP client as specified in the DHCP request.
    All the endpointe data can then be used to map endpoints with profiles.
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • What is the BOL Attribute struc for CN- CHANNELCONTEXT in MKTPRJ_COMMCHNL?

    Component Name: MKTPRJ_COMMCHNL
    View: MKTPRJ_COMMCHNL/OVEFChannels
    Context Node: CHANNELCONTEXT
    What is the BOL Attribute struc for CN- CHANNELCONTEXT in Component MKTPRJ_COMMCHNL?
    I want to enhance this structure to add a new checkbox attribute and bring that in UI using UI Config.
    Please help.

    This is a value node in my opinion. I checked the component CRMD_MKTPL( go to run time repository  editor and check the model) in the GENIL_MODEL_BROWSER as well but i could find any node by that name. ( Not needed though as the context node icon suggests what type of node it is).
    You can add your field directly by right clicking & then use it in your UI configuration.
    Regards
    Kavindra

  • What is the file attribute @ and how can I get rid of it

    I converted some wav files using Roxio Toast 11 and the output AIF files have a '@' in the file permissions and are not displayed in Finder. What does the '@' mean and how can I get rid of it. Would love to know why Toast adds it but I posted a question on Roxio's site and hopefully will get an answer to that.
    thanks for the help
    john

    okay, so I yes, it does indicate extended attributes. I executed ls -l@ *.aif and got this
    -rw-r--r--@ 1 johnprokopek  staff
    9690378 Oct  6 13:30 zeppelin1969-08-31t01.aif
        com.apple.FinderInfo      
    32
    -rw-r--r--@ 1 johnprokopek  staff   31533402 Oct  6 13:30 zeppelin1969-08-31t02.aif
        com.apple.FinderInfo      
    32
    -rw-r--r--@ 1 johnprokopek  staff   72260634 Oct  6 13:30 zeppelin1969-08-31t03.aif
        com.apple.FinderInfo      
    32
    -rw-r--r--@ 1 johnprokopek  staff  167361402 Oct  6 13:30 zeppelin1969-08-31t04.aif
        com.apple.FinderInfo      
    32
    -rw-r--r--@ 1 johnprokopek  staff  114149754 Oct  6 13:30 zeppelin1969-08-31t05.aif
        com.apple.FinderInfo      
    32
    -rw-r--r--@ 1 johnprokopek  staff  246019338 Oct  6 13:30 zeppelin1969-08-31t06.aif
        com.apple.FinderInfo      
    32
    -rw-r--r--@ 1 johnprokopek  staff   51214938 Oct  6 13:30 zeppelin1969-08-31t07.aif
        com.apple.FinderInfo      
    32
    I then did xattr -c *.aif to clear the extended attributes which got rid of the '@' but the files are still not being displayed in Finder.
    Help!

  • What is the "Main Attribute" for in Session Monitoring?

    Anybody know what the "Main Attribute" column is for in session monitoring or how
    I can use it?
    Can't find it mentioned anywhere.

    Does this actually work in WLS 6.1 SP1 ? I have session
    monitoring enabled, have set the ConsoleMainAttribute to
    "username", and have actually set an attribute with that name
    to a string value in each session, but still get null returned
    from getMainAttribute() on ServletSessionRuntimeMBean. Any
    information, hints, advice, or vague prophecies on how to
    successfully use this API would be appreciated.
    --matt
    Mihir Kulkarni <[email protected]> wrote:
    The Main Attribute in the console is mapped to the ConsoleMainAttribute
    in the
    weblogic.xml file.
    This attribute specified as follows in the weblogic.xml:
    <session-param>
    <param-name>ConsoleMainAttribute</param-name>
    <param-value>mySession</param-value>
    </session-param>
    As per: http://e-docs.bea.com/wls/docs60/programming/weblogic_xml.html
    If you enable Session Monitoring in the WebLogic Server Administration
    Console, set
    this parameter to the name of the session parameter you will use to identify
    each
    session that is monitored.
    This parameter can only be a String in WLS 60. In 61, this parameter
    can be an Object
    and its toString method will be called to display its value.
    cheers,
    Mihir
    Steven Job wrote:
    Anybody know what the "Main Attribute" column is for in session monitoringor how
    I can use it?
    Can't find it mentioned anywhere.

  • What does the maxElements attribute do on the Finder Annotation

    I have a Container Managed Bean that uses the Weblogic 9.1 Annotations, in particular the finder annotation. The following is the query I am running:
    @Finder(signature = "Collection findPreviousItemByKey
    (Integer itemId)",
    ejbQl = "select OBJECT(o) from ItemEJB as o where o.itemFinishDate < " +
    "(select r.itemFinishDate from ItemEJB as r where r.key =?
    1)ORDER BY o.itemFinishDate desc", maxElements = "1")
    This query could potentially return a lot of data we only want the first item (which is the previous item of the key passed in) in the collection.
    What is the most efficient way of getting the first item: 1) using the maxElements attribute of the finder
    OR
    2) getting the entire collection back and using an iterator to take the first one.
    Any info would be great.
    Thanks,
    Ian

    see
    @ejbgen:entity Annotation
    go to
    http://edocs.bea.com/workshop/docs81/doc/en/core/index.html
    see
    max-beans-in-cache
    Set it to 1
    See also
    @ejbgen:finder Annotation
    - group-name
    - max-elements
    set it to 1 or to desired
    optional:
    Add to a group the desired cmp fields, if u don't want to display all the columns.
    After the exec. of the findMethod u should have 1 Object, one EJB inst., in your Collection, and furthermore only the desired DB table columns

  • What does the Parameter attribute mean?

    I am looking at proxy class generated by dot.net connector, following is the method I am looking at:
    Crm_Icss_Srvreq_Create(.....) following parameter is one of the many parameters,
    [RfcParameter(AbapName= "IV_CONT_ITEM_GUID",RfcType=RFCTYPE.RFCTYPE_BYTE, Optional = true, Direction = RFCINOUT.IN, Length = 16, Length2 = 16)]
         [XmlElement("IV_CONT_ITEM_GUID", IsNullable=false, Form=XmlSchemaForm.Unqualified)]
         byte[] Iv_Cont_Item_Guid,
    what does Optional = true and IsNullable=false mean?
    thanks
    Yuwen

    HI Yuwen,
       Optional = True means when u call the method, u have to or not to pass this parameter in the method call as per your need by setting attribute Removed equal false or true respectively.
       Optional = False means when u call the method, u have to pass this parameter in the method call.
      IsNullable= False means the value of this parameter can not be NULL while u call this method.
    Regards,
    Vishal Gupta
    Message was edited by: Vishal Gupta

  • What are the different values available for type attribute

    Hi,
        I am working with IDOC to Stored Procedure. For each field we need to give the values for 'isInput' and 'type' attributes. I need to pass values for 'datetime' and 'numeric' fields. What are the list of values availabIe for 'type' attribute. I know only about 'CHAR' attribute.
         Can anybody please tell me what all the values availabe for attribute 'type'. I am facing this problem while giving the value for type attribute.
    Thanks in Advance,
    Murthy.

    Does this help
    tring
        Data that contains a combination of letters, numbers, and special characters. String data types are listed below:
    CHARACTER: Fixed-length character strings. The common short name for this data type is CHAR.
    VARCHAR: Varying-length character strings.
    CLOB: Varying-length character large object strings, typically used when a character string might exceed the limits of the VARCHAR data type.
    GRAPHIC: Fixed-length graphic strings that contain double-byte characters.
    VARGRAPHIC: Varying-length graphic strings that contain double-byte characters.
    DBCLOB: Varying-length strings of double-byte characters in a large object.
    |BINARY: A sequence of bytes that is not associated with a |code page.
    |VARBINARY: Varying-length binary strings.
    BLOB: Varying-length binary strings in a large object.
    |XML: Varying-length string that is an internal representation |of XML.
    Numeric
        Data that contains digits. Numeric data types are listed below:
    SMALLINT: for small integers.
    |INTEGER: for large integers.
    |BIGINT: for bigger values.
    DECIMAL(p,s) or NUMERIC(p,s), where p is precision and s is scale: for packed decimal numbers with precision p and scale s. Precision is the total number of digits, and scale is the number of digits to the right of the decimal point.
    |DECFLOAT: for decimal floating-point numbers.
    REAL: for single-precision floating-point numbers.
    DOUBLE: for double-precision floating-point numbers.
    Datetime
        Data values that represent dates, times, or timestamps. Datetime data types are listed below:
    DATE: Dates with a three-part value that represents a year, month, and day.
    TIME: Times with a three-part value that represents a time of day in hours, minutes, and seconds.
    TIMESTAMP: Timestamps with a seven-part value that represents a date and time by year, month, day, hour, minute, second, and microsecond.
    Regards
    Ravi

  • What is the difference between Public and Protected Attributes

    hi ppl,
             what is the difference if i declare attributes under public or protected to access the private method.for both (public or private) section iam getting the same result.
    CLASS CL DEFINITION.
    *protected section.
      public section.
    DATA: M TYPE I VALUE 100.
    private SECTION.
    METHODS: FREE.
    ENDCLASS.
      CLASS CL IMPLEMENTATION.
       METHOD: FREE.
         WRITE:/ M.
         ENDMETHOD.
      ENDCLASS.
    CLASS CL1 DEFINITION INHERITING FROM CL.
    public section.
    METHODS: FREE1.
    ENDCLASS.
      CLASS CL1 IMPLEMENTATION.
         METHOD: FREE1.
         WRITE:/ M.
         ENDMETHOD.
      ENDCLASS.
    DATA: OBJ  TYPE REF TO CL1.
      START-OF-SELECTION.
      CREATE OBJECT : OBJ.
      END-OF-SELECTION.
      CALL METHOD: OBJ->FREE1.
    Please use meaningful subject in future questions and Post in correct forum*
    Please learn to use  tags around your ABAP
    Edited by: Vijay Babu Dudla on Dec 1, 2008 12:37 AM
    Edited by: Matt on Dec 1, 2008 4:16 PM

    hi,
        Iam really soory people..It wont repeat again.pls guide me in this regard
    hi ppl,
    what is the difference if i declare attributes under public or protected to access the private method.for both (public or private) section iam getting the same result.
    CLASS CL DEFINITION.
    *protected section.
    public section.
    DATA: M TYPE I VALUE 100.
    private SECTION.
    METHODS: FREE.
    ENDCLASS.
    CLASS CL IMPLEMENTATION.
    METHOD: FREE.
    WRITE:/ M.
    ENDMETHOD.
    ENDCLASS.
    CLASS CL1 DEFINITION INHERITING FROM CL.
    public section.
    METHODS: FREE1.
    ENDCLASS.
    CLASS CL1 IMPLEMENTATION.
    METHOD: FREE1.
    WRITE:/ M.
    ENDMETHOD.
    ENDCLASS.
    DATA: OBJ TYPE REF TO CL1.
    START-OF-SELECTION.
    CREATE OBJECT : OBJ.
    END-OF-SELECTION.
    CALL METHOD: OBJ->FREE1.
    Edited by: Matt on Dec 1, 2008 4:18 PM

  • What are the attributes available on Task Status Notification?

    Hi,
    I need to send the information below when a task is completed or rejected. So I would like to know if they are available. I think so because I've got them from Task Status Notification (OIM standard email definition). If not, what are the attributes available on Task Notification?
    <Tasks.Task Name> is <Task Details.Status>.
    <Task Details.Status>
    <Resource.Resource Name>
    Target User: <Users.First Name> <Users.Last Name> [<Users.User ID>]
    Assigned to: <Task Information.Assignee First Name> <Task Information.Assignee Last Name> [<Task Information.Assignee User ID>]
    Response Code : <Responses.Response>
    Response Description : <Responses.Description>
    Error Details : <Task Details.Reason>
    Thanks,
    Renato.
    Hi,
    I have implemented some java code to workaround the problem below... But I don't believe this does'n work in OIM :-):-):-):-) Please, tell me if you are using task status notification in OIM and if your email defintion has the variables below.
    Thanks,
    Hi,
    One of OIM email templates is Task Status Email Notification. I am trying to notify the user (Notification tab) using this template but it didn't work. Even when I set the Object Name and Process Name values for an email definition, it does not work.
    How have you implemented task status notification in your workflows? I think if this template exists in OIM, by default, so it is posible to have the information below during notifications.
    I think I'll have to call Oracle's Support.
    =======================================================
    Subject: Process task <Tasks.Task Name> is <Task Details.Status>.
    Body:
    The Process task <Tasks.Task Name> is <Task Details.Status>.
    The details of this process task are as follows:
    Process Task Name: <Tasks.Task Name>
    Process Task Status: <Task Details.Status>
    Resource Name: <Resource.Resource Name>
    Target User: <Users.First Name> <Users.Last Name> [<Users.User ID>]
    Assigned to: <Task Information.Assignee First Name> <Task Information.Assignee Last Name> [<Task Information.Assignee User ID>]
    Response Code : <Responses.Response>
    Response Description : <Responses.Description>
    Error Details : <Task Details.Reason>
    =======================================================
    As I've said, the e-mail was sent but in blank:
    The Process task is .
    The details of this process task are as follows:
    Process Task Name:
    Process Task Status:
    Resource Name:
    Target User: []
    Assigned to: []
    Response Code :
    Response Description :
    Error Details :
    Is it possible to have those fields available on notifications?
    Thanks,
    Edited by: Renato.Guimaraes on 23/10/2009 08:05
    Edited by: Renato.Guimaraes on 24/10/2009 15:57
    Edited by: Renato.Guimaraes on 26/10/2009 13:31
    I didn't get any answer until now.. Below it is what I've done.
    a) Create an entity adapter that is assigned to the post-update of the Specific Task Info data object.
    b) Select the task information searching by SCH_KEY, for example (I have to do more tests)
    SELECT
    sch.sch_key, sch.sch_status, sch.sch_note, mil.mil_key, rsc.rsc_data, rsc.rsc_desc
    FROM
    osi, sch, mil, rsc
    WHERE
    mil.mil_key = osi.mil_key and
    osi.sch_key = sch.sch_key and
    sch.sch_key = ? and
    rsc.rsc_key = osi.rsc_key
    c) Load the e-mail definition template and replaces the fields
    d) Sends the e-mail
    With that I solved another problem: I have to send an e-mail always the assignee adds a note to the task.
    Edited by: Renato.Guimaraes on 28/10/2009 08:51. How I did that
    Edited by: Renato.Guimaraes on 12/11/2009 12:19
    Edited by: Renato.Guimaraes on 13/11/2009 07:22 Changed the Thread Subject

    Hi Experts,
    I want to extend my doubt a little more.
    I have a requirment  as below.
    User will enter a range of Date say 01.06.2011 to 25.06.2011.
    I need to show him data in two columns one cloumn for the entered day range and second column for prevoius month date rangei.e(01.05.2011 to 25.05.2011)
    can i achive this without  using Customer Exit.
    Regards
    Laxman

  • What are the different kind of parameter/attributes we can set in  XI ?

    Hi  Experts
        Yesterday i have attended an interview ....one question was
        1) What are the different knid of parameters we can set in XI ? Have done ?
            what and all the cases we will set the parameters/Attributes?
    and one more was
       2) How will you do Stress testing in XI ?
    Awaitng for responses
    Adv thax and regards
    Kiran lvs

    Hi,
    1) What are the different knid of parameters we can set in XI ? Have done ?
    what and all the cases we will set the parameters/Attributes?
    -First you should ask in which stage or where do you want to configure parameters ,i mean  Whatever parameters we can set in XI all comes under this question like all sort of Adapters,each of adapter can have its own set of configuration , configuration parameters,XI admin config parameters.. etc..
    and one more was
    2) How will you do Stress testing in XI ?
    In general stress tesing will be done by testing team
    Stress testing by way of sending more messages and performance also
    see the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3a67c790-0201-0010-89aa-d27d97dd1374
    Rules of thumb on size of messagetypes in XI
    /people/sravya.talanki2/blog/2006/02/28/simulating-xi-messages-proto
    Measure Performance
    Regards
    Chilla..

  • What are the Query criterion property attributes to search for KB's in SCCM 2012

    A client is ask what servers might have a particular hotfix(ex: KB2798040) installed. The Hotifx is not in our WSUS catalog because it is not a critical security patch so it is not downloaded. What is the SCCM 2012 R2 Query criterion property attributes
    to find a particular KB?

    Depending on the OS of the client, that information may not be collected by default.
    Rather than collecting all of the HotfixID class, instead, consider using DCM for this single HotfixID.
    Sherry has previously posted about ways to do this,
    http://myitforum.com/cs2/blogs/skissinger/archive/2011/08/17/non-security-hotfix-detection-for-windows-7-2008.aspx
    and here's a post by Nick which seems to be based on the very same approach:
    http://t3chn1ck.wordpress.com/2010/10/20/sccm-dcm-inventory-for-installed-windows-hotfixes/
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • What is the use of version attribute in jnlp tag??

    Hello,
    I want to know what is the use of version attribute in jnlp tag.
    For ex:
    <jnlp spec="6.0+" codebase="$$codebase" href="$$name" version="1.1">
    </jnlp>
    In the spec it explains:
    In the Jnlp tag:
    version = The version of the application being launched, as well as the version of the JNLP file itself.
    1. Is this version attribute would work as version attribute in jar tag. Ex: <jar href="application.jar" version="1.1"/> ?
    i.e. can we specify different jnlp's with the same name as we do for jar's with the help of version.xml.
    Any help is greatly appreciated.
    //Anjali

    Hi Reddy,
    If one Info Object depends on another info object we will make that dependent info object as a compounding attribute of main Info object.
    Eg: Storage Location – Plant
    In above eg there is no meaning of Storage Location without Plant. So, we will make storage location as compounding attribute of Plant.
    Regards,
    Sreehari.

  • What's the use for "name" attribute?

    Almost every object has a "name" attribute and "display name" attribute, e.g. page, tab, template.
    What is the exact use of the name attribute. For my understanding, one of its use to is contruct a URL for the object. For example, when I want to add one item to a page, the shows me the path to the page is:
    PAGE / HELLO_PAGE_GROUP / HELLO_PAGE / TAB37465 / TAB37469 /
    TAB37465 is the name of the tab attribute. I realized this and went to change the name of the tab to a more meaningful value. However, when I try to add the item, the page Path did not change. Is this a oracle internal bug?
    I have similar problem with navigation page. I published a navigation page as portlet. I changed the name of the navigation page and use the name as the portlet name, the new name of the portlet can not be reflected in the portlet repository.

    Jerry,
    1. I tried to add an item to the page within the tab. On the "add item" page, it shows me the path to the current page. Ok, Let's forget about "item", and just talk about the path to a tabbed page. The path/URL never changes, even after I change the tab "name" attribute.
    2. I am talking about the name of the portlet within portlet repository. Let's see within page group A, I created navigation page with name of "test". I published the page as a portlet. In the portlet repository, I can see a new portlet "test" under "new/A". I changed navigation page name from "test" to be "B", however, the portlet name never changed in the portlet repository. It's always "test".

  • What is the best way update similar OID and OAM LDAP attributes via OIM?

    Our environment uses OIM provisioning to an OID LDAP which is used by OAM.
    For legacy purposes, we need to populate both the Oracle "orcl*" attributes and OAM "ob*" in cases where they have the same or similar usage.
    Example: When a user is disabled in OIM we need to set orclisenabled="false" and obUserAccountControl="DEACTIVATED" in OID
    What is the best way to accomplish this in OIM? My initial thought was to write a custom adapter, similar to the out-of-the-box OID Modify User adapter, which supports modifying multiple attributes.
    Is there a better way?

    You can create two tasks which will modify two attributes of OID.
    On Disable user task, call task1 and on Success of task1, call Task2 (using Task to Generate Feature).
    You can make use of OOTB connector only.

Maybe you are looking for

  • Using Notes and Oracle Client in the same application on Linux crashes

    This thread is copied from a thread of the same name under Database - General, since I cannot get any replies there. Could someone from Oracle PLEASE comment on this. Our application on Linux loads the Notes client libraries and then the Oracle clien

  • Any hope for music+ for the 808 or n8?

    Music+ looks awesome, but I'm not switching to windows until there is a better camera.  Any rumours/hope of geting music+ on a 808 or N8?

  • Error in custom travel request form

    Hi friends   I have copied the standard Adobe form FITP_REQUEST_FORM to custom ZFITP_REQUEST_FORM and i have written a function module like this. DATA : V_FORMNAME      TYPE FPNAME,        V_FMNAME        TYPE FUNCNAME,        FP_OUTPUTPARAMS TYPE SF

  • Ipod touch 5 bluetooth issue

    i recently purchased a sony portable bluetooth speaker (http://store.sony.com/WFS/SNYUS/en_US/-/USD/-zid27-SRSX5/RED/cat-SNYUSCompletene ssChecks-catid-SNYUS-NOTIFYME-PROD?k_id=4da79509-aa3b-0649-dacf-0000399003c0&kpi d=SRSX5%2fRED&adparam=sem73pla&X

  • Utilities:IC Agent, View MainWindow of the UI-Component IUOCTXTNAVSRV error

    Hallo, I upgraded my crm 2007 system on crm 7.0. My system is integrated with ERP 6.0 / ECC 6.0 (with IS-UT). The roles "marketing" and "Utilities Sales" are working, but not "IC Agent". If i call the role "ic agent", I get the error: Cannot display