-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Multiple returns in a formual
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren, 4 Monaten von John Gerhardy aktualisiert.
-
AutorBeiträge
-
Juni 29, 2010 um 1:08 am Uhr #12463John GerhardyTeilnehmer
Hallo,
is it possible to return several values in one formula. At present I write one formula for each calculation. I would like to put these calcuations into one formula if posible. For instance, somthin like this:
Dataset A = Dataset B / 2
Dataset C = Dataset F * 10 -100Possible?
Sincerely,
JohnJuni 29, 2010 um 1:08 am Uhr #8138John GerhardyTeilnehmerHallo,
is it possible to return several values in one formula. At present I write one formula for each calculation. I would like to put these calcuations into one formula if posible. For instance, somthin like this:
Dataset A = Dataset B / 2
Dataset C = Dataset F * 10 -100Possible?
Sincerely,
JohnJuni 29, 2010 um 8:31 pm Uhr #8759Bernhard KantzTeilnehmerYes, this is possible. You could return your datasets as a list like this:
[A, C]
To access the values of A in another formula you could write something like this:
CalcResult.A
Please take a look at the list operator in the online help for more information.
Support
support@weisang.com -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.