-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Multiple returns in a formual
- This topic has 2 replies, 2 voices, and was last updated 14 years, 4 months ago by John Gerhardy.
-
AuthorPosts
-
June 29, 2010 at 1:08 am #12463John GerhardyParticipant
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,
JohnJune 29, 2010 at 1:08 am #8138John GerhardyParticipantHallo,
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,
JohnJune 29, 2010 at 8:31 pm #8759Bernhard KantzParticipantYes, 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 -
AuthorPosts
- You must be logged in to reply to this topic.