FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

Assigning results to a Dataset

Startseite ' Community ' FPScript ' Assigning results to a Dataset

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33180
    John Gerhardy
    Teilnehmer

    Hello Support,

    ist it possible to assign the results of a manipulation to a new dataset?

    Something like this:
    Set-C = Set-A + Set-B

    Where Set-A and Set-B already exist and the the result of the summation is stored in Set-C.

    Regards,
    jgerhardy

    #33182
    John Gerhardy
    Teilnehmer

    Hello Support,

    ist it possible to assign the results of a manipulation to a new dataset?

    Something like this:
    Set-C = Set-A + Set-B

    Where Set-A and Set-B already exist and the the result of the summation is stored in Set-C.

    Regards,
    jgerhardy

    #33181
    Bernhard Kantz
    Teilnehmer

    Please 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.

    support@weisang.com

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.