Topic
Creating a Dataset
Startseite ' Community ' FPScript ' Creating a Dataset
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren, 9 Monaten von John Gerhardy aktualisiert.
-
AutorBeiträge
-
29.07.2010 um 16:46 Uhr #33171John GerhardyTeilnehmer
Hello,
is it possible to create a Dataset and save data there in a formula?
I have a formual which makes calculations from data collected for a measured part using the activated folder function. In this way I can make the same calculations for each part measured by just changeing the activated folder and refreshing the display.
When the calcualtions are complete, I would like to save the results of the calculations in a table under the part number for later reference.
When I try to store the results in a dataset matrix, I get the information that the left side of the allocation can is not allowed, that the expression can only contain a local variable or an arguement.
Any ideas?
Regards,
jgerhardy29.07.2010 um 16:46 Uhr #33173John GerhardyTeilnehmerHello,
is it possible to create a Dataset and save data there in a formula?
I have a formual which makes calculations from data collected for a measured part using the activated folder function. In this way I can make the same calculations for each part measured by just changeing the activated folder and refreshing the display.
When the calcualtions are complete, I would like to save the results of the calculations in a table under the part number for later reference.
When I try to store the results in a dataset matrix, I get the information that the left side of the allocation can is not allowed, that the expression can only contain a local variable or an arguement.
Any ideas?
Regards,
jgerhardy31.07.2010 um 01:15 Uhr #33172Bernhard KantzTeilnehmerIt’s not possible to manipulate an original data set using a FPScript formula.
If you want to save the results of each measurement (folder) you have to copy the FPScript formulas into the subfolder (measurement folder). With VBA it’s possible to automate these steps. -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.