On Windows Computers
The Analytics Edge Exporter products use the Windows Task Scheduler to trigger refreshes on the schedule you want. You can find the Task Scheduler itself from the Windows start search bar by searching ‘Task Scheduler’.
Exporter-scheduled items are named ‘AeExporter…’ in the list of scheduled tasks. The Description field contains the path to the file that is to be refreshed. Click ‘Properties’ to edit the entry and see the details.

In the properties window, on the Actions tab, click the Edit button to see the command and arguments that will be run — you will need to scroll through the small arguments box to see all of it.

Note that this combination can also been seen in the Exporter’s Schedule wizard in the Command Line section. Confirm the app has the same name — it can change if you update the product.

Copy that command line sequence from the wizard. You can then open a Command Prompt from the Windows start search, and paste the line to test the refresh — the app should pop open and refresh that query (it could be very quick).

You can also remove the ‘/erefresh…’ portion and run that — it should simply open the app.
Troubleshooting
By going through the steps above, you should be able to see if:
1 – the command line can open the app
2 – the command line can refresh the query
3 – the scheduled refresh properties are the same as the command line
Hopefully any problem will become evident and can be corrected at that point.
Other notes to consider:
- your computer must be turned on and logged in for the task scheduler to run properly. Screen lock is ok.
- the file must be accessible to the background command line processes – sometimes network drives or OneDrive/Google Drive/Dropbox synchronized folders may not be available.