I have a model that outputs a dashboard containing a number of graph and text elements as html. Typically I'll use these files when comparing results. Specifically, it's the layout of the graphs, and ability to zoom on gantt data, which I find useful.
I'm looking for a way to export a dashboard as html from the experimenter. So that I can run a group of scenarios, and have each one automatically export a dashboard as html. So far I've found the two approaches useful, although neither are ideal as they require a degree of manual work:
- Saving state files - a state file can be saved for each scenario, after this I can go through, load each scenario into Flexsim and save the dashboard I need (not ideal in that it's done manually)
Report Builder - can be used to layout the graphs I want in a similar format, and can save a report for each scenario. Manual work is a lot less, although there's certain dashboard dashboard elements, such as dynamic text, which I'm not able to reproduce in the report builder.