Skip navigation

Account settings

Topic

Assigning results to a Dataset

Home page Community FPScript Assigning results to a dataset

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33180
    John 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

    #33182
    John 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

    #33181
    Bernhard Kantz
    Participant

    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

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