-
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
apply a formula to many files
- This topic has 5 replies, 2 voices, and was last updated 18 years, 9 months ago by bacle julien.
-
AuthorPosts
-
February 4, 2006 at 1:45 am #12514bacle julienParticipant
hello,
I am looking for apply formula to thousand of text file.
I have already maked a formula who take some specifics text line from one file and return them. But I want extract text line from many files automatically. I have one folder by file and I want created a new data set in each folder with the formula return automatically.thanks by advance
February 4, 2006 at 1:45 am #8177bacle julienParticipanthello,
I am looking for apply formula to thousand of text file.
I have already maked a formula who take some specifics text line from one file and return them. But I want extract text line from many files automatically. I have one folder by file and I want created a new data set in each folder with the formula return automatically.thanks by advance
February 6, 2006 at 9:51 pm #8829Bernhard KantzParticipantThis is possible with VBA in FlexPro Professional.
You could write a macro which imports the files automatically and generates the data sets in FlexPro. You could copy the analysis objects and presentation objects (e.g. formulas, diagrams) from a template database into the project database. Then you can manipulate these objects in FlexPro and it’s not necessary to create these objects with VBA.See also the ImportFilter example (ImportFilter.FPD).
February 6, 2006 at 10:56 pm #8830bacle julienParticipantthanks you a lot.
but I haven´t got the pro edition. I have got the standart edition of flexpro 6.0.
So, is it possible without VBA ?
February 7, 2006 at 12:41 am #8831Bernhard KantzParticipantIn this case you have to manually copy the formula in each folder.
Eventually you can use the activate Folder command:To do this, you set up several folders in the database. Each folder contains the respective data sets from a certain measurement. You create the document objects and analysis objects in the parent folder. Here, it is important that the data sets from the various measurements are always given the same name.
Now for example, before you update a document and thus trigger a calculation, activate the folder from which the data is to be taken using the (De)activate Folder command. All of the objects in the activated folder are then displayed in the parent folder. Therefore, FlexPro first searches in the activated folder for all data sets referenced in formulas, curves, etc., and then, if they are not found there, it searches within the parent folder.
February 7, 2006 at 8:37 pm #8832bacle julienParticipantthanks you for your fast answer.
But I have got other problems because I haven´t got VBA. So now I think I will programmed in c++ and I will used flexpro just for data visualization.
thank you for your solution purpose.
-
AuthorPosts
- You must be logged in to reply to this topic.