Topic
Assigning results to a Dataset
Startseite ' Community ' FPScript ' Assigning results to a Dataset
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren, 11 Monaten von John Gerhardy aktualisiert.
-
AutorBeiträge
-
09.06.2010 um 18:54 Uhr #33180John GerhardyTeilnehmer
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 um 18:54 Uhr #33182John GerhardyTeilnehmerHello 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 um 19:09 Uhr #33181Bernhard KantzTeilnehmerPlease 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.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.