Topic
Replace Y comments with DescriptionUnicode
Startseite ' Community ' Allgemein ' Replace Y comments with DescriptionUnicode
Schlagwörter: Parameters
- Dieses Thema hat 1 Antwort sowie 2 Teilnehmer und wurde zuletzt vor vor 1 Monat, 2 Woche von Adrian Giurca aktualisiert.
-
AutorBeiträge
-
10.09.2025 um 15:19 Uhr #63077Loren De VogelaerTeilnehmer
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?
02.10.2025 um 12:16 Uhr #63199Adrian GiurcaAdministratorHi,
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
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.