Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Expression in aggregate object??

I wish to include an expression object in an aggregate, but when I can't seem to set object parameters without an error coming up "Invalid Aggregate parameters for object Exp1 which used the following Aggregate parameters: Expression" - Please help.

Brian Oliver
0 Kudos
Message 1 of 2
(2,767 Views)
An Expression object has no writable data members - you need objects with value data members like a pot (to pass a numeric value), switch (to pass a logical value) or textentry (to pass a string). Expose the data members of the object(s) when saving the aggregate file and use edit connections to connect values from the main process to the aggregate after attaching.
0 Kudos
Message 2 of 2
(2,767 Views)