hexagon logo

export excel data with excel form

Hi everyone,

I have a program with a lot of dimensions, and in the end, I put a code to export to excel with excel form, it works well when I execute all program from the beginning to the end. After, if I need to run again one or two features only, when I am exporting data, Pc dmis only saves last features executed and export them only. It should export everything and consider all dimensions, and not the last executed.

One solution would be to put all dimensions in the end, but in some cases, it isn't a practical solution.

Is there a solution to export everything?

Parents
  • 1 solution style:
    Report only outputs for as you measure through the program.
    then
    Stat only outputs, at the end of your program, that mimic your in program outputs, so that way you can just execute the outputs only to have them load into your form.

    Alternate solution:
    Basic scripting:
    Make a csv file and then have your excel form populate based on the csv data
    or
    Have the script grab all your data and load it into the form directly.

    Lastly:
    Allow the form to be manually updateable if you have to re-run a feature or two so a user can correct the appropriate value(s).
Reply
  • 1 solution style:
    Report only outputs for as you measure through the program.
    then
    Stat only outputs, at the end of your program, that mimic your in program outputs, so that way you can just execute the outputs only to have them load into your form.

    Alternate solution:
    Basic scripting:
    Make a csv file and then have your excel form populate based on the csv data
    or
    Have the script grab all your data and load it into the form directly.

    Lastly:
    Allow the form to be manually updateable if you have to re-run a feature or two so a user can correct the appropriate value(s).
Children
No Data