PASW Modeler 13_ Filler node issue

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

PASW Modeler 13_ Filler node issue

Ika123
Does anybody know how to transform multiple variables using the Filler mode  in SPSS modeler? It allows me to transform only one variable at a time...so it takes multiple nodes and a lot of time. The dialogue box allows you to select multiple variables, so I tried using "AND" which produced the following CLEM code:
to_integer('variable1') and to_integer('variable2')
But, then I get an error message: "Error: Failed to type application of operator: and(LONG,LONG)"
I'm thinking there must be a better way...
Any ideas?
Reply | Threaded
Open this post in threaded view
|

Re: PASW Modeler 13_ Filler node issue

Alex Reutter

I think you want to use a Derive node here:
  > Select Multiple as the mode
  > Choose variable1 and variable2 as the variables you want to derive from
  > Type to_integer(@FIELD) as the formula

Alex


From: Ika123 <[hidden email]>
To: [hidden email]
Date: 09/02/2010 01:39 PM
Subject: PASW Modeler 13_ Filler node issue
Sent by: "SPSSX(r) Discussion" <[hidden email]>





Does anybody know how to transform multiple variables using the Filler mode
in SPSS modeler? It allows me to transform only one variable at a time...so
it takes multiple nodes and a lot of time. The dialogue box allows you to
select multiple variables, so I tried using "AND" which produced the
following CLEM code:
to_integer('variable1') and to_integer('variable2')
But, then I get an error message: "Error: Failed to type application of
operator: and(LONG,LONG)"
I'm thinking there must be a better way...
Any ideas?

Reply | Threaded
Open this post in threaded view
|

Re: PASW Modeler 13_ Filler node issue

Ika123
Alex,
Thanks! I tried it with the filler node; and it works too.

Iwona



On Sep 2, 2010, at 3:23 PM, "Alex Reutter [via SPSSX Discussion]"<[hidden email]> wrote:


I think you want to use a Derive node here:
  > Select Multiple as the mode
  > Choose variable1 and variable2 as the variables you want to derive from
  > Type to_integer(@FIELD) as the formula

Alex


From: Ika123 <[hidden email]>
To: [hidden email]
Date: 09/02/2010 01:39 PM
Subject: PASW Modeler 13_ Filler node issue
Sent by: "SPSSX(r) Discussion" <[hidden email]>





Does anybody know how to transform multiple variables using the Filler mode
in SPSS modeler? It allows me to transform only one variable at a time...so
it takes multiple nodes and a lot of time. The dialogue box allows you to
select multiple variables, so I tried using "AND" which produced the
following CLEM code:
to_integer('variable1') and to_integer('variable2')
But, then I get an error message: "Error: Failed to type application of
operator: and(LONG,LONG)"
I'm thinking there must be a better way...
Any ideas?




View message @ http://spssx-discussion.1045642.n5.nabble.com/PASW-Modeler-13-Filler-node-issue-tp2801187p2801299.html
To unsubscribe from PASW Modeler 13_ Filler node issue, click here.