Topic
Sorting Routines
Startseite ' Community ' Allgemein ' Sorting Routines
Schlagwörter: sorting data
- Dieses Thema hat 1 Antwort sowie 2 Teilnehmer und wurde zuletzt vor vor 7 Jahren, 1 Monat von Bernhard Kantz aktualisiert.
-
AutorBeiträge
-
20.11.2017 um 14:25 Uhr #34659Dermot CraddenTeilnehmer
Is there a way to sort data sets either by increasing or decreasing values without writing a script routine or macro
The example files show how sorting values can create a better chart.
The sorting I have to do in excel then re-import the sorted data back into FP
I have FlexPro 9.0.13 Standard
23.03.2018 um 10:12 Uhr #34660Bernhard KantzTeilnehmerI’m afraid, there is no one-click solution to sort a dataset or a signal. But a one-line FPScript formula can do the job.
Please insert a new formula and write Sort(. Drag your signal (or data set) from the object list window into the code. Add a comma and select the appropriate operation parameter (SORT_X for a signal or SORT_Y for a data set). That’s all.
Then you can use the formula for your diagram.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.