I have a dataset of help desk tickets. When I output to excel, I receive the following error when opening:
Removed Records: Formula from /xl/worksheets/sheet1.xml part
Research on this thread indicate people having similar issues when updating a sheet with an existing pivot table, too long of a tab name, or other problems that I do not have. I took my dataset and isolated the error to a single field - a "ticket description" field which has basically all the service notes and is sometimes very long. The original data source opens fine in Excel, but when I put it in Alteryx and simply output the input file in another Excel file, it causes that error. The field type is V_WString. How come Excel can handle the lengthy field, but when Alteryx processes it it does it in a way Excel cannot handle? Is there a workaround for this? Much appreciated!