I am using Altair Monarch 20 and i have a model that has three separate filters for data within it. I have a .bat script for export is below:
set "$date=%date:~4%" set "$date=%$date:/=%" echo %$date% "C:\Program Files\Altair Monarch 2020\Monarch.exe" /rpt:"C:\Scripts\Resource\*.FILETYPE*" /mod:"C:\Scripts\Models\TEXTMODEL.dmod" /exp:"C:\Scripts\Exports\EXPORT %$date%.xlsx" /T
Is there a way to add in the bat files to export with a specific filter used?