Yes, that's what I meant to say... (typing too quickly before having coffee...)
Thanks. Gregory D Abram/Watson/[EMAIL PROTECTED]@opendx.watson.ibm.com on 02/06/2002 10:48:53 AM Please respond to [email protected] Sent by: [EMAIL PROTECTED] To: [email protected] cc: Subject: Re: [opendx-users] how to display a growing number of points ? I think what Lloyd meant to say is that these are not the only methods. I gather that all these points are in a single field in a single file. What I'd do is to add a enumeration component onto the field, then use the sequencer and Include to bump up the upper limit. Something like this: Import | + --------------------- + | | | Inquire(..., "items", "positions") | | | + --------------------------------------- + | | | | | Sequencer(max=....) | | | | Enumerate(start=1, count=...., delta=1) | | | | Rename(...., "data", "scalars") | | | | | +----------------------------+ | | | | | + ------ | -----------+ | | | | Replace(src=..., dst=...) | | | + ---------------------------+ + -- + | | Include(data =..., min=0, max=..., cull=1) | Rename(...., "scalars", "data") | Autoglyph ...
