Sauter la navigation

Topic

Replace Y comments with DescriptionUnicode

Page d'accueil ' Communauté ' Généralités ' Remplacez Y commentaires par DescriptionUnicode

Étiqueté : 

  • Ce sujet contient 1 réponse, 2 participants et a été mis à jour pour la dernière fois par Adr…rca, le il y a 7 mois et 1 semaine.
Voir les messages de 2 - 1 à 2 (sur un total de 2)
  • Auteur
    Messages
  • #63077
    Lor…aer
    Participant

    Hello,

    In my dataset the DescriptionUnicode under parameters is more useful then the Y comments it currently has.

    Is there a way to replace the Y Comments with the DescriptionUnicode for the whole project?

    #63199
    Adr…rca
    Maître des clés

    Hi,

    You can create a new formula with the desired CommentxY. In my case, this is the name and value of the first parameter of the Ultrasound Signal.
    The FPScript ParameterList function can be used to access the parameters.

    Dim firstParameter = ParameterList('Ultrasound Signal').[0]
    This.CommentsY = firstParameter.Name : " - " : String firstParameter
    Return 'Ultrasound Signal'

    More information about the FPScript function ParameterList can be found here: https://www.weisang.com/en/support/know/flexpro-documentation/analyzing-data-mathematically/reference/fpscript-functions/data-information/parameterlist/?search_highlight=ParameterList

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