> >Accounts -> files -> items -> attributes -> values -> subvalues > > in theory this works great! > > but...in reality (oh wait, poor choice of word). > > Say you have array of sales figures. <x> is the client > and <,y> is the year, so it's setup like you stated and > the dictionary will show all the years for each client. > > Now..You want to pull an array of all the sales for year<,3> > That's where a function to grab a column would be nice.
It's a bad idea to put the client info in an attribute - it should go in its own item :-) The only reason to structure things this way, rather than the way Barry originally had it, is so access or uniquery or whatever can deal with the data naturally - in basic there isn't much of a difference... Ian ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
