FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Assigning results to a Dataset

Page d'accueil ' Communauté ' FPScript ' Affectation des résultats à un ensemble de données

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #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

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.