Percentile in a collection. This should be easy but....

I want to find the 80th percentile in the list of numbers in a collection.
I have loaded data into a nested table:
Type type_NumTable is TABLE OF Number;
tbl_LocalScores type_numTable := type_numTable();
I thought I could use Table() to accomplish this; however, the following comand
select trunc(PERCENTILE_CONT(.80)) WITHIN GROUP (ORDER BY column_value DESC))
into LocalTolerance
from Table(tbl_LocalScores);
gives me an error of
320/52 PLS-00642: local collection types not allowed in SQL statements
320/46 PL/SQL: ORA-22905: cannot access rows from a non-nested table item
320/5 PL/SQL: SQL Statement ignored
Can someone give me a hint as to what I'm missing or a suggestion on how to accomplish finding the 80th percentile within a collection.
Thanks
Larry

user6282899 wrote:
Can someone give me a hint as to what I'm missing or a suggestion on how to accomplish finding the 80th percentile within a collection.Well, hint is in the error message - do not use local collection types. Use SQL types. For example:
CREATE OR REPLACE Type type_NumTable is TABLE OF Number;Or better use oracle defined type sys.OdciNumberList:
declare
    tbl_LocalScores sys.OdciNumberList := sys.OdciNumberList(1,3,17,22,25,99,56);
    LocalTolerance number;
begin
    select  trunc(PERCENTILE_CONT(.80) WITHIN GROUP (ORDER BY column_value DESC))
      into  LocalTolerance
      from  table(tbl_LocalScores);
      dbms_output.put_line(LocalTolerance);
end;
5
PL/SQL procedure successfully completed.SY.

Similar Messages

  • I know this should be easy, BUT IT'S NOT!!  help!

    Hey everyone,
    I decided to swallow some pride and find some solution to my situation that should be simple. I've looked on many of the threads and still can't seem to find the solution.
    I am just trying to set up my Airport Express to my Powermac G5. Very simple... just want to run the ethernet through the Express from another room.
    I started by plugging in my Express. That was fine, I got a green light. Then when to Setup Assistant... it cannot find a network. After many attempts, still no network. I tried to reset my Express. No luck. I also configured my Express directly to my Powermac, all settings seemed just fine... except when I try to use it how it is supposed to be used, I get nothing. My G5 is reading my Extreme Card okay. So... what in the world am I doing wrong?
    Admittedly, I am no tech whiz when it comes to networking, so naturally, I assumed that this would be a simple and quick installation... that has seemed to last for hours and hours...
    Powermac Dual 2Gh G5, 4G RAM   Mac OS X (10.3.9)  

    Hi
    I had the same or similar problem when I first hooked up my airport. I took my computer to the Apple store to be sure my airport setup was correct. When they turned on my computer it immediately connected to their network. They had no idea why it wouldn't work at home. I was lucky that a person was standing there that had an idea what was wrong. He said it was possible that there was some interference in my home. So, the apple people suggested that I change from automatic to a specific channel. That was fine, except I asked them how could I do that if the computer didn't recognize the base station? So, we then tried hooking the base station up directly to the computer using an ethernet cable, and it worked (they had never tried this). When I got home I did this and changed the channel to 2 (you have about 10 or so channels you can try). I then put the base station back to the room where my cable is. The computer immediately recognized it. I now have three airport extremes in various rooms and they all work great, as long as I set them to a specific channel. You can try each channel and then check the strength of the signal to determine which is the best for your environment.
    Hope this helps.
    Larry

  • This should be easy! How can I change the background colour of my fields?

    Apologies if this has already been posted but nothing has come up via Google nor the Forum search.
    I'm sure this should be easy but it's really doing my head in!
    I have a number of textboxes, dropdown lists, etc within my form - I have set Custom backgrounds on each which are visible within Design View. However, in Preview PDF all the fields have a default blue colour and only change to my Custom backgrounds when you enter the field.
    Is there a way of removing the default colouring of fields so that it's the same as my Custom backgrounds? My Custom backgrounds are 'linear to bottom' so I don't want to just set border.fill.color to one colour.
    Thanks for any help,

    Hi,
    If you include this Javascript in the docReady event of the root node (default "form1").
    app.runtimeHighlight = false;
    This will turn off the field highlight. It doesn't prevent the user from turning back on the highlight, but it will mean that your form opens with the highlight off.
    Hope that helps,
    Niall
    Assure Dynamics

  • HELP! I have a work deadline and this should be easy!

    I am at work-big presentation tomorrow-someone sent me an Indesign file and I can't cut and paste the image from indesign to power point. I am selecting the image-right clicking copy and pasting and nothing is working. I have tried to export the image and I can't even do that! I am NEW to indesign-anything that I am missing that is obvious-please let me know!
    Thanks!!!!!

    Thanks for the input. I know PowerPoint really well, but I'm trying to make InDesign documents now for the office. They want me to create great presentations, but Powerpoint is just a horrible application. I was trying to see if there was a way to convert between InDesign and PPT, just so I could use a better application to lay things out and then import it into PowerPoint so other users could work with it.
    Easier said than done.
    The best way I've seen is to follow these steps (I'm using InDesign and Illustrator CS2 and Powerpoint 2002):
    - First, you need to make an InDesign file (where you're doing your designing) and a blank Illustrator file set to the dimensions of a PowerPoint slide (which is 10 x 7.5)
    - After designing your presentation in InDesign, select all the elements on one page (CTRL + A)
    - Copy and paste those elements into your blank Illustrator file
    - Select File > Save For Web
    - Choose PNG and mark the checkbox for transparency
    - Click on the "Image Size" tab
    - Mark the checkbox for antialiasing
    - Increase the scale of the image to about 132%.
    - Save it
    - Paste it into PowerPoint (I like to drag it from my desktop and drop it into the slide)
    - The image you made should fit your powerpoint slide. I don't know why you have to increase the scale of the PNG file when your Illustrator file is the same size as the PPT slide, you just do. You will probably have to still reduce the size of your image slightly, but the resolution should be sharp.
    - Repeat these steps for all the other pages of your InDesign document
    The resolution, typography, and layout of everything is decent, however, there are a lot of drawbacks to this method. Your customer can't edit any text elements because they're all PNG files. You also can't animate each element separately (unless you only chose to export only a selection to PNG from Illustrator, then animate that piece).
    I'm pretty disappointed that there's not direct way to do this that will let the end users of PowerPoint regain control of the document to edit it or change animations, etc. I really hate PowerPoint.

  • This should be easy ;O) How do I read the exif info in a JPG file?

    Hey all...
    I have been googling this for awhile now with not much luck.
    !st... Hi... I am a Flex AS3 newbie....  but... not a programming newbie...
    My learning project is to create my photoart gallery as a Before and After gallery. Part one is a Flex/Air app to gather the images, scale them to consistant display and thumbnail sizes and build and edit XML data files for the images and galleies. I have actually gotten most of that done..
    I am currently working on editing the XML files for the image information (photographer info, copywrite info, descriptions, gallery...etc.) and pulling in as much information that I can find in the image file itself. That being EXIF data.
    I have found a couple of examples but for the XResolution and Yresolution I just keep getting 72dpi... now the Jpg files that I am using from my camera.. when I look at the properties with Windows XP... it say 300dpi... when I load the image in Photoshop and look at image size it says 300dpi.. in Photoshop if I look at file information the EXIF says 300dpi....
    How can I access that data with Flex/AS3????? After all this is "Adobe" Flex Builder...
    This just seems like it should have been solved ages ago... Please.. point to the right path  ;O)
    I have searched this forum and have found one or two EXIF references, but no answers.
    Thanks for any guidance on the subject.
    Bob Galka

    Jean-Pierre
    Thanks very much for your quick response.
    One last point and we should drop this in favor of other more urgent issues we both ahve to deal with.
    The data is coming from a comma delimited (CSV) file using a comma ',' and optional quotes (") as field separators.
    The first column of 'good' data is read as an INTEGER EXTERNAL because of course it is a number. However, the 'bad' rows I want to eliminate have character text in them where I would normally find numbers and they all start with 'D','M' or 'S'.
    I don't have an actual column in the data file or resulting table definition that represents that first character that I'm trying to test on. Hence my use of (1) to reporesent the 1st character of data on the line regardless of whether its numeric or character.
    As I stated, the syntax works fine in SQL*Loader when I typed the WHEN clause in manually.
    I guess if there was a way to define a pseudo column that could be defined using the POSITION notation and everything else using the variable length delimited notation I could test on that psuedo column. I don't want the pseudo column to appear in my resulting table so that seems to be an issue. Enough.
    Since I've worked around it using external tables for this issue I'm not going to spend any more time on it today.
    As usual, many thanks for your help.
    Have a great day! I'll be back soon with another issue :-)>
    Gary

  • Help please! (This should be easy)

    Ok, so my father set up our printer on the wireless network yesterday. His windows based computer can print fine with it. I'm trying to get my Apple to work with it now. I have a word document up, and I select to add a new printer, I search for it, find it, add it, and then print. Everything seems okay so far, but instead of printing my document, it prints 12 blank pages, and 1 page with randomly assorted letters (code?) on it. Sooooooo.... what should I do? Thanks!!

    Eh, getting help usually means someone has had a similar issue, and also makes forays into these discussion boards.
    That being said, I've never had that problem, but I'll try to help...
    So, I'm assuming the printer software is installed on your Mac? Or it's one that is already compatible with your computer. I guess you should check your printing options that pop up when you try to print. If everything seems ok there, I'd try downloading drivers from the printer company's website and reinstalling the drivers.
    Hope this helps

  • Trying to Create an Edit Form .... UGGGHHHHH ... this should be easy.

    I have been through about 5 iterations of this problem and can't find a successful solution. I have a list that contains everything I need. I want to allow users to edit only two fields in the list and look up a particular entry. It's a simple lookup in
    ASP.Net. I cannot find a way to do this that's successful. My boss wants to extremely limit what the user sees and can update. Here were my attempts:
    1. Dataview in SharePoint list - Problem - Too open for the user to have access to other list fields and no way to filter
    2. WebPart in SharePoint - Problem - The list is located in a sister site under the site collection and the gymnastics were too difficult
    3. InfoPath Form - Problem - This was the most promising, but since the list was located on another site, I could not get the list to update. I used this as a basis for the form. http://jaliyaudagedara.blogspot.com/2011/03/submitting-data-to-sharepoint-2010-list.html
    4. SharePoint Custom Edit - Problem - This worked well, but relied on multiple pages. Boss thought it was too complicated. But it worked. I liked it but the list edit opened a page and ... not simple enough.
    Is there a way I haven't thought of? I would like to use something like a simple drop down to choose the vendor display vendor name and number (read only) and be able to edit the email and portal info and update the record (see image). This has to be doable
    in a simpler way than I am doing. 
    Jef

    The first image is an InfoPath form that assigns values in code to the value. It says it works, looks like it works but the values don't get written. I'll include the code.
    What my boss doesn't like for option 4 is the attached image. He thinks it will confuse our users. I tend to agree. You can't type in the field either. I'm not sure how I can pass a value from a drop down list to the web part. If I knew that I'd be done.
    using Microsoft.Office.InfoPath;
    using System;
    using System.Xml;
    using System.Xml.XPath;
    namespace Sym
    public partial class FormCode
    // Member variables are not supported in browser-enabled forms.
    // Instead, write and read these values from the FormState
    // dictionary using code such as the following:
    // private object _memberVariable
    // get
    // return FormState["_memberVariable"];
    // set
    // FormState["_memberVariable"] = value;
    // NOTE: The following procedure is required by Microsoft InfoPath.
    // It can be modified using Microsoft InfoPath.
    public void InternalStartup()
    ((ButtonEvent)EventManager.ControlEvents["UpdateBtn"]).Clicked += new ClickedEventHandler(UpdateBtn_Clicked);
    public void UpdateBtn_Clicked(object sender, ClickedEventArgs e)
    // Write your code here.
    try
    XPathNavigator root = MainDataSource.CreateNavigator();
    XPathNavigator myNavigator = this.DataSources["Supplier Routing Receive"].CreateNavigator();
    // Retrieve the values for the separation list item
    string ListName = root.SelectSingleNode("/my:myFields/my:ListName", NamespaceManager).Value;//Setting the GUID
    string eTitle = myNavigator.SelectSingleNode("/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Title", NamespaceManager).Value;
    string eVName = myNavigator.SelectSingleNode("/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Vendor_x0020_Name", NamespaceManager).Value;
    string eWebPort = myNavigator.SelectSingleNode("/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Supplier_x0020_Web_x0020_Portal", NamespaceManager).Value;
    string eEmailDS = myNavigator.SelectSingleNode("/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Supplier_x0020_Email_x0020_Addre0", NamespaceManager).Value;
    //if ((eWebPort == "Yes") || (eWebPort == "No"))
    //else
    // MessageBox.Show("Supplier Web Portal must be either Yes or No");
    if (ListName == null)
    else
    //This is CAML xml file. it contains batch and method nodes
    XPathNavigator batch = DataSources["Submit"].CreateNavigator();
    batch.SelectSingleNode("/Batch/Method/Field[@Name='Title']", NamespaceManager).SetValue(eTitle);
    batch.SelectSingleNode("/Batch/Method/Field[@Name='Vendor Name']", NamespaceManager).SetValue(eVName);
    batch.SelectSingleNode("/Batch/Method/Field[@Name='Supplier Web Portal']", NamespaceManager).SetValue(eWebPort);
    batch.SelectSingleNode("/Batch/Method/Field[@Name='Supplier Email Address for Info Requests']", NamespaceManager).SetValue(eEmailDS);
    DataConnections["Web Service Submit"].Execute();
    // MessageBox.Show(batch.SelectSingleNode("/Batch/Method/Field[@Name='Supplier Email Address for Info Requests']", NamespaceManager).Value.ToString());
    catch (Exception ex)
    // MessageBox.Show(ex.Message.ToString());

  • Polymorphism -- This should be easy right --- or am I missing somthing obvi

    Hello from sunny Wales,
    I thought the polymorphic capabilities of Java would allow this. Am I doing something wrong.
    For the example below assume that value and value2 are strings representing some value be it a decimal (Double) or a String. That we have already worked out what data type resides in the strings value and value2 as stored in the variable type.
    With this code my compiler is telling me that the operator >= cannot be used on Object x. I thought that this object would now be handled as a Double due to polymorphism.
    This is possible right?? or am I missing something really obvious?
    Code:
    =============================
    Object x;
    Object y;
    if ( type.equals("double"))
    x = new Double (value);
    y = new Double (value2);
    else (type.equals("String"))
    x = new String(value);
    y = new String(value2);
    boolean b = x >= y;================================
    Thanks
    Andrew.
    Message was edited by:
    scottie_uk

    Hello.
    This is possible right?? or am I missing something really obvious?It's not possible. You are missing a number of things.
    * Polymorphism means that you can call a method that is defined in a superclass or interface that is the declared type (e.g. Object) and the implementation of the actual type (e.g. Double, String) gets called. For example, Object has a toString(), which means you can call that method on an Object and whichever actual implemention gets called. It does not mean that the compiler would allow you to call a method on an Object variable that is not defined in class Object. Otherwise, you could call anything on anything.
    * Object does not define operator >=, and in fact Java does not support operator overloading. String has some operator support (not >= though) but that's it. Class Double also does not support any operators.
    * In Java 1.5 however, there is a feature called autoboxing which converts primitives (e.g. double) to wrappers (e.g. Double), and because of this conversion it effectively appears you can use operators on these wrapper types.
    Now, there is a way to accomplish what you want, by using interface Comparable. Both Double and String implement this interface.
    Comparable x;
    Comparable y;
    if ( type.equals("double"))
    x = new Double (value);
    y = new Double (value2);
    else if(type.equals("String"))
    x = new String(value);
    y = new String(value2);
    int diff = x.compareTo(y);
    boolean b = (diff >= 0);
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Comparable.html
    Message was edited by:
    Loko

  • Safari question...this should be easy

    For some reason, the google window in safari no longer remembers "recent searches". And I haven't cleared any of them. Any suggestions? Thanks!

    She suggested I do an archive and install.
    That's kind of the road I was going down if it didn't work on a new user account. Unfortunately, it looks like it's come to that. Hopefully it'll fix the issues!
    I'll report back to tell you if that fixes the glitch
    or not.
    Sounds good! *Fingers crossed*
    -Ryan

  • Buying the right Lenovo w530 for CS5 Master Collection; I should be smarter, but time is an issue!?!

    Hi Everyone
    I'm buying a Lenovo w530 for graphic design and video editing on CS5 Master Collection - the whole package!
    I have various solutions for HD setup, but no knowledge of hardware or setup in general for a complete machine where the various parts complement each other in a way that there is no obvious bottleneck coming up to fast.
    RAID 0 SETUP ON A LAPTOP VERY IMPORTANT???
    I'm following lynda.com for various online lessons as this is not my primary occupation, and one of the instructors stresses the need for a raid 0 setup.
    Having to do this means ordering directly from Lenovo in the US, because they need to install another devise in the machine.
    I prefer not to as I live in Denmark. It's so much easier dealing with local suppliers, and the possibilities that’s already in the machine. I realize that in desktop systems you'll prefer larger solutions with more drives and faster connections. In the Lenovo I’m limited by different setups.
    HARD DRIVE SETUP - SSD or 7200 for OS and then what for working disc???
    Do I really need raid 0 on a laptop for working files (small web videos) or will SSD Sata III do?
    For OS:
    Should I go for a 7200 drive as OS drive and an SSD as secondary drive in the DVD slot via an adapter?
    Or should I go for an SSD drive as OS drive, and also as a secondary drive in the DVD slot. (what sizes should they bee)
    CPU
    Intel Core i7-3820QM 2,7GHz Quad Core (3,7Ghz Turbo)
    Ram
    16 or 32 mb
    Harddisk
    500 GB 7200RPM
    2GB NVIDIA Quadro K2000M + Intel HD Graphics 4000 (Optimus auto-switch)
    CD/DVD
    Serial Hard Drive Bay Adapter III with secondary SSD Sata 3 harddisc, could be something from
    120 GB SSD Intel 520 Series
    160 GB SSD Intel 320 Series
    180 GB SSD Intel 520 Series
    240 GB SSD Intel 520 Series
    480 GB SSD Intel 520 Series
    600 GB SSD Intel 320 Series
    or
    CPU
    Intel Core i7-3720QM 2,6GHz
    Ram
    16 or 32 mb
    Harddisk
    240GB SSD(odd size but thats what it says)
    Videocard
    2GB NVIDIA Quadro K2000M + Intel HD Graphics 4000 (Optimus auto-switch)
    CD/DVD
    Serial Hard Drive Bay Adapter III with secondary SSD Sata 3 harddisc, could be something from
    120 GB SSD Intel 520 Series
    160 GB SSD Intel 320 Series
    180 GB SSD Intel 520 Series
    240 GB SSD Intel 520 Series
    480 GB SSD Intel 520 Series
    600 GB SSD Intel 320 Series
    Back up is intended from the usb 3 port to some disc - haven't looked at it yet.
    FIRST BOTTLENECK?
    I hope my system will recognize the NVIDIA card as a friendly given that’s it’s so much newer than my Master Collection CS5.
    I'm curious as to where in this system the first bottleneck will be when I start working.
    Processor, RAM, Graphics card, hard disc setup
    Can anyone recognize this straight away?
    Does anyone know how the Graphic cards it handles effects in PP?
    I'll be glad for all help I can get BEFORE 1 of Jan where part of my funding vanishes...
    al best and happy holidays to all

    I do not own and have never used a W530, however having played with various laptop and desktop setups running CS5 I have the following to offer you:
    - Suggest the i7-3720QM over the more expensive and ever so slightly faster i7-3820QM CPU
    - Suggest sticking with the K2000M vs. the K1000M with 1/2 the number of cores (you will need to do the ever so common "hack" for Adobe to recognize this GPU; don't worry, this is not a risky step, you simply need to find and delete a text file after installing the software)
    - You can go with either a 7200 rpm boot or SSD choice for the OS / programs; the SSD will perform normal PC chores faster, but the performance level of the boot drive will not impact Premiere Pro as much as the additional drive(s) that you have
    - Suggest you get a third party solution for adding the optical bay 2nd HD (or SSD); I would choose the 750GB Seagate Momentus to insert into it (NewModeUS, eBay sellers, etc.); this will save you a lot of money and will work just fine.
    - In the USA you can request 16GB in 2 sticks so presumably you could expand to 32GB later with minimal cost; do this if you can
    - Suggest start with W530 loaded and configured with Adobe and see if it performs fast enough for you. And, if you want more speed, you could add a USB 3.0 (W530 does not support eSATA like the W520 did) external drive to give you a bit more performance.
    - Of course big, fast, expensive SSDs would be faster (and smaller) for your optical bay and / or USB 3.0 connected drives, but they are very expensive (per GB) compared with 7200 laptop drives and you most likely will be just fine without it.
    I found the link about the guy who purchased a W530 for use on a sailboat, but I see you already found it! (you posted to it).
    http://forums.adobe.com/message/4909480
    Regards,
    Jim

  • How to pair an apple TV with an Apple key board ?? Should be easy but ???

    Hi out there...
    Ive just bought an Apple TV and because I already have a Mac needed to buy a new key board to pair them up...but it's not happening !
    So have a wasted $89.00 Aus for nothing because it should be fairly straight forward
    Cheer Sal

    If you have a recent model Apple wireless keyboard you should be able to pair it with the ATV very easily. Apple's Apple TV: Using the Apple Wireless Keyboard provides step by step instructions for doing this & a troubleshooting section if you encounter any problems.
    In particular, note the "not paired or connected to another device" troubleshooting item. That was a "gotcha" for me because I had forgotten that I had paired my wireless keyboard with my iPhone to show someone how that works. Oops!
    If you need to unpair your keyboard, you do that from the device it is currently paired with.

  • Should be easy but how? --Getting objectClass

    Bare with my simple question =). How do I get the schema listing of the objectClass types? I.E. I have the following:
    cn=Brian Van,o=Home
    objectClass=top
    objectClass=person
    objectClass=organizationalPerson
    objectClass=inetOrgPerson
    cn=Brian Van
    sn=Van
    How do I pull just the objectClasses of "top", "person", "organizationPerson", and "inetOrgPerson" to enum through or something? I've tried DirContext listObjClasses = ctx.getSchemaClassDefinition(dn); but am getting errors (i don't think this is the right way). Thanks!

    Not sure about what you asked but...
            DirContext objClasses = m_Ctx.getSchemaClassDefinition("o=bar,cn=foo");
            NamingEnumeration enum = objClasses.search("", null);
            while (enum.hasMore()) {
                SearchResult r = (SearchResult)enum.next();           
                System.out.println(r.getName());
            }Should enumerate objectClass attributes of object "o=bar,cn=foo".
    If you want to enumerate all possible objectClass definitions that exist in
    your schema, just bind to schema object and list its attributes.
    Kulervo

  • I cannot move my photos from my mac to my new ipad. It should be easy but it is not working. Help!  GB

    I am not able to move my photos from my desk top mac to my new ipad. I have my photos stored in iphoto on my mac.  What do I have to do to move these photos to the new ipad?  GB

    Connect the iPad to your Mac
    Launch iTunes.
    Click on the iPad name on the left side of the iTunes window under the devices heading
    Click on the Photos tab in the iTunes window on the right.
    Click on Sync photos from - and select iPhoto from the menu.
    Click on the albums, events, faces - whatever you want to select to sync. 
    Click on Apply in the lower right corner of iTunes.
    This kb article may help as well.
    iOS and iPod: Syncing photos with iTunes

  • Split View: Should be easy but...

    Ok. So I have a Split View. It looks a bit like this:
    Split View
    - Tab View
    - Scroll View (Text View)
    A vertical Split view displaying two things: the Tab View on the left, the Text View on the Right.
    I want to change this.
    Is there any way of switching the sides? Making the Tab View go to the right and the Text View to the left? and once my app is compiled, is there any property/method/code that would allow the user to change this at runtime?
    Thank you a lot!

    To switch the sides in Interface Builder, the easiest thing to do is unembed the views from the split view, move the views, and embed them in a split view.
    1. Select the two views in Interface Builder.
    2. Choose Layout > Unembed Objects.
    3. Move the views.
    4. Select the two views a second time.
    5. Choose Layout > Embed Objects In > Split View.

  • This should be simple but I can't make it work

    Hi, I hope you can help with this problem.
    I have an .xml file as a dataset that is something like this:
    <events>
    <monthly_events>
    <month>June</month>
    <event>
    <date>June 1</date>
    <name>Quilting with Sadie</name>
    </event>
    <event>
    <date>June 24</date>
    <name>Fancy Patterns</name>
    </event>
    </monthly_events>
    <monthly_events>
    <month>July</month>
    <event>
    <date>July 4</date>
    <name>Stars and Stripes Sewing</name>
    </event>
    <event>
    <date>July 17</date>
    <name>Summertime Fancies</name>
    </event>
    </monthly_events>
    </events>
    How can I use spry to create datasets and repeat regions to
    display something like:
    JUNE
    June 1 Quilting with Sadie
    June 24 Fancy Patterns
    JULY
    July 4 Stars and Stripes
    July 17 Summertime Fancies
    Thanks so much for any advice. I could make a simple list
    work, but adding the month level has really thrown me.

    It may not appear so, but you have a complex data structure.
    Check out this page on Nested Data Sets.
    http://labs.adobe.com/technologies/spry/samples/data_region/NestedXMLDataSample.html
    Thanks,
    Don

Maybe you are looking for

  • Oracle 8.0.5 on Redhat 6.0

    I was trying to install Oracle 8.0.5 on RedHat 6.0. I know I need some kind of patch. So I downloaded it, read the readme file, then I was lost. What I don't understand is the following: 1> Download the following compatibility RPMS to link Oracle8.0.

  • Manually adding cover art

    Hi there. Don't know if anyone can help me, but I've got some of my own productions I have converted to MP3 and wanted to add to my iTunes. I've done most of them with no problems, but for some reason the version of iTunes I'm running (10.0.1.22) won

  • CS4: File - Close All generates prompts.

    When I go to File -> Close All I always have to answer this prompt on every single document: "save changes to document before closing?" Rather annoying when all I want it to close ALL of my 23 documents that I have open, and I don't wanna exit PS. Wh

  • Printing problem in Smartform

    Hi All, I am printing smartform in dot matrix printer so i have change my page format as per need but than also at right side of page, out put not coming. So can anybody please tell me what change i should make for its proper working? Thanks in advan

  • What is the perfect defference between AT NEW and ON CHANGE...

    What is the perfect defference between AT NEW and ON CHANGE...?