Hello,
I am exporting 3 seperate Selects to a csv file. What i have is a button that when clicked I would like to have to export. The problem that I have is that I can only get one of the three to work. All three do work just not at the same time. So my question is:
Is there a way to do a multiple export of csv files with Python?
I am trying to avoid having to get the user to repeat the same action 3 times to get all of the information.
Thanks