Hi team,
Im using the code below in order to export a table ,
Is possible to choose the location where Im going to save? I need to save it in a server location.
I dont want to the user of the model see the location where im loading the file, this is why I need to do it by code ( not using the excel import/export interface)
exporttable(Table("GlobalTable1"),"mytable.csv",1, 1)
Thanks a lot