For Universe you would use:
QSELECT FILE.A 'key' SAVING 1
At 09:19 AM 4/13/2005, you wrote:
Universe 9.6, I want to select a record from a file and return a mv'd list of information in attribute 1, each attribute as a separate list element. On Unidata, I can:
SELECT FILE.A 'key' F1
...and it'll return all the values in F1 as individual items in the active select list. On Universe, this does not work. So I tried:
SELECT FILE.A 'key' SAVING UNIQUE F1
...and I get all the items, but they come in one attribute, mv'd, not split out on each line like Unidata would.
I've also tried QSELECT, but apparently the option to QSELECT a single attribute from a file is not supported here here.
How do you select a record from a file and return a mv'd list from an attribute in that record?
------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
