question

Rohan V3 avatar image
0 Likes"
Rohan V3 asked Rohan V3 commented

On Export Code

I have a dashboard UI with excel import and excel export buttons. Once each process is complete, I change a global variable on the dashboard to let the user know that the import/export is complete. I am deploying the simulation through the webserver and hence there is no way for the user to know if the import/export has completed. There is a on import code in the excelimport UI which allows be to do it for the import button. But no such option exists for excel export UI. Please suggest a way of doing it.

FlexSim 21.0.10
excel exportdashboard button
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered Rohan V3 commented

Hello @Rohan V3,

If you used the custom export interface, do you think you could add it in there?

1656368411754.png


1656368411754.png (24.1 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Rohan V3 avatar image Rohan V3 commented ·

I was able to do it by using this command and coding in my code in the custom export.

executefsnode(getvarnode(excelauto, "CustomExport"),NULL);

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.