Hi everyone, I'm fairly new to Alteryx and have been using the tool for a few weeks. I built a workflow that produces a report showing a six digit number identifying a gas leak in a geographical area. The output is formatting the "leak key" field with a comma in the middle (ex 575,795), and I want the output data to not have the comma. The data type for the field is "Int32". I tried using the data cleansing tool to remove punctuation, but the report output is still showing a comma for the leak key. I'm getting the data for the workflow from a SQL Server database. Any thoughts how I can fix this issue? Thanks for your help!
picture of workflow
Data type for leak key
leak key output in report (would like to remove commas)