Topic
Assigning results to a Dataset
Page d'accueil ' Communauté ' FPScript ' Affectation des résultats à un ensemble de données
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par John Gerhardy, le il y a 14 années et 11 mois.
-
AuteurMessages
-
09.06.2010 à 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 à 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 à 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.
-
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.