Topic
Assigning results to a Dataset
- This topic has 2 replies and 2 voices and was last updated 14 years, 11 months ago ago by John Gerhardy.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
09.06.2010 at 18:54 #33180John GerhardyParticipant
Hello Support,
ist it possible to assign the results of a manipulation to a new dataset?
Something like this:
Set-C = Set-A + Set-BWhere Set-A and Set-B already exist and the the result of the summation is stored in Set-C.
Regards,
jgerhardy09.06.2010 at 18:54 #33182John GerhardyParticipantHello Support,
ist it possible to assign the results of a manipulation to a new dataset?
Something like this:
Set-C = Set-A + Set-BWhere Set-A and Set-B already exist and the the result of the summation is stored in Set-C.
Regards,
jgerhardy09.06.2010 at 19:09 #33181Bernhard KantzParticipantPlease use a FPScript formula for this task:
[code]
‘Set-A’ + ‘Set-B’
[/code]The formula includes the computing algorithm and the result. You have the possibility to evaluate the formula into a data set, but this step is not necessary.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.