can I show only unique values in a List?

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default can I show only unique values in a List?

    I'm using XMLConnector, DataSet and list. Is there a way to show only unique
    values from a certain XML node from my XML? I have a "<phase>" node that I'd
    like only the unique names to show in the list. Is this something I can do
    from the DataSet?

    Thanks

    Mark.P. Guest

  2. Similar Questions and Discussions

    1. Web Services: Returning unique values from queries
      Hi there, I have been researcing web services and flash database interaction with Coldfusion. I have read a number of tutorials on this support...
    2. can I show only unique values in a dataGrid?
      I'm using XMLConnector, DataSet and list. Is there a way to show only unique values from a certain XML node from my XML? I have a "<phase>" node...
    3. Generating unique values for TEXT columns
      -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there any "convenient" way to generate (on request) a unique value for a TEXT column? I have a...
    4. get_meta_tags expects unique name values
      The function get_meta_tags reads a file or URL and returns an array, one element for each META tag in the HEAD element of the document. The keys of...
    5. value list with unique entry
      Who can give me any help, to make a valuelist, where the user can select only one value out of the list. I am trying to make a database for our...
  3. #2

    Default Re: can I show only unique values in a List?

    I'm still looking for this answer. Is this something I can do from the
    Component Inspector > formatter > format options? Is there any good
    documentation on the Component Inspector and all the options in the formatter?

    Thanks

    Mark.P. Guest

  4. #3

    Default Re: can I show only unique values in a List?

    You'dd might want to take a look at the following tutorial:
    [url]http://www.macromedia.com/devnet/flash/articles/xmlconnector.html[/url]

    It points out quite well how to extract node information and attributes using
    the formatter options in the Component inspectors Binding tab. I haven't been
    that successful in rebuilding this project with ActionScript though.



    linuz? Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139