FlexPro Forum – Discuss Your Topic!

Assigning results to a Dataset

Home > Community > FPScript > Assigning results to a Dataset

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12465
    John GerhardyJohn Gerhardy
    Participant

    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
    Participant

    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
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.