Hi, I was wondering if below is doable.
I get a set of data every month with different record counts but always in the millions. After processing/calculation, I want to output all the data to Excel; however, because Excel sheets get slow when containing large amount of data, I want to limit each Excel sheet to 500,000 records. For example, if my initial record set has 1.7 million records, i would output them to four Excel sheets with 500,000 records each in the first three sheets then 200,000 records in the last sheet. If next month my initial record set has 2.4 million records, I would output them to five Excel sheets with 500,000 records each in the first four sheets then remaining 400,000 records in the last sheet.
Currently every month, I manually adjust the number of outputs/Excel sheets after doing a record count on the initial data set. Is there a dynamic way to do the above, so I can pass this on to a user that can just click and run without really knowing Alteryx at all?
Thank you.