Re: [opendx-users] Include/replace question

2003-07-03 Thread Chris Pelkie
Hi Sharon! The only thing I'd add or maybe clarify re (B) below is that Replace also serves as Insert (even if not already present), so there's no need to have an 'invalid' component in order to Replace[Insert](invalids) into a field. Nevertheless, as we've both pointed out (to Neil), invalids

[opendx-users] How to read in a scalar list

2003-07-03 Thread Bernd Jäger
Sorry for the simple question but it's the first time I use DX. I have Values in a File that I want to use as Input in Isosurface/Value. When I connect the Import to the Value-tab, I get an Error: Bad parameter: value parameter must be scalar or scalar list So, how do I get the Values from my

Re: [opendx-users] Include/replace question

2003-07-03 Thread Ned Piburn
An alternative approach would be to use a single field with multiple data components. That would avoid transferring 'invalid connections' from one field to another. Annotated example attached. -Ned Piburn Neil Carlson wrote: I have two fields (connection dependent data) over the same

Re: [opendx-users] How to read in a scalar list

2003-07-03 Thread Chris Pelkie
ImportSpreadsheet, Extract(column0). On Thursday, Jul 3, 2003, at 09:38 America/New_York, Bernd Jäger wrote: Sorry for the simple question but it's the first time I use DX. I have Values in a File that I want to use as Input in Isosurface/Value. When I connect the Import to the Value-tab, I

Re: [opendx-users] Include/replace question

2003-07-03 Thread Neil Carlson
Thanks for all the advice on the use of Replace, esp. Sharon; I know I'll find this useful in the future. I later stumbled across the solution to my problem: ShowBoundary has a second tab that that flags whether to use 'invalid' info, and it's off by default. Turning it on was the solution in

Re: [opendx-users] Include/replace question

2003-07-03 Thread Sharon Gibson
Neil, hope the lengthy discussion doesn't bog you down...maybe ignore for now. Chris, I welcome further comments... I'll call this my pet topic for '03. On Jul 3, 7:38am, Chris Pelkie wrote: Subject: Re: [opendx-users] Include/replace question Hi Sharon! The only thing I'd add or maybe