BallardHill Posted June 24 Share Posted June 24 Can a previously calculated Field in an Export Set be referenced in a subsequent Export Field (to prevent excessive re-calculation)? Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted June 24 Share Posted June 24 You should just use variables to calculate everything then run the export set on the results. Then also you can address your other issue in your other post where the time stamp is wrong. In fact, for total control, just use the low level File. functions to write your own file. You can put all your data into a 2D array with timestamp and use writedelim() to write the whole thing in one go. Through in the open() and close() and it is 3 lines of script to write the data. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.