-
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
calculation with a dataset which don’t exist
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren, 2 Monaten von Anonym aktualisiert.
-
AutorBeiträge
-
September 23, 2010 um 2:35 am Uhr #12458AnonymGast
Hello,
I would like to make a fpscript formula with the following behaviour :
– if a dataset called “A” (for instance a dataseries of 10 values) exists in the rootfolder, then return the product 2 x A
– else, return the value 0
At the moment my fpscript formulas return errors if they try to make calculations with dataset wich don’t exist.
Is it necessary to use exceptions ?
Thanks in advance
September 23, 2010 um 2:35 am Uhr #8135AnonymGastHello,
I would like to make a fpscript formula with the following behaviour :
– if a dataset called “A” (for instance a dataseries of 10 values) exists in the rootfolder, then return the product 2 x A
– else, return the value 0
At the moment my fpscript formulas return errors if they try to make calculations with dataset wich don’t exist.
Is it necessary to use exceptions ?
Thanks in advance
September 23, 2010 um 3:14 am Uhr #8754Bernhard KantzTeilnehmerThere is a FPScript Try … Catch statement. But you cannot use it in this case.
Create a dummy FPScript formula ‘A’ which returns 0. -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.