I have a process that I am trying to transition to Alteryx.
The process begins with running a stored procedure which then writes the data into excel spreadsheet (sheet 1)
The excel has some pivot tables in other tabs(sheet 2). Currently the excel file is connected to a backend database. As soon as the data is refreshed in the table, Sheet 1 and pivots(Sheet 2) all get updated.
The requirement is that this process be run on a daily frequency and the pivot automatically gets refreshed for THAT DAY only when the raw data is loaded(sheet 1). Each day will be its own separate file. What I don't want is today's data to update historical versions of the file when opened. How can i move this process to Alteryx?