Forum FlexPro – Discuss your topic!

Assigning results to a Dataset

Home > Community > FPScript > Assigning results to a Dataset

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #12465
    John GerhardyJohn 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

    #8140
    John GerhardyJohn 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

    #8761
    Bernhard KantzBernhard Kantz
    Teilnehmer

    Please use a FPScript formula for this task:

    
    'Set-A' + 'Set-B'
    

    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

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