Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesFirst of, let me say that I really love that the render tool adds commas to your numbers when you output them to excel. You can even control the number of decimals!
However, there are those times that I wish I could turn the commas off. For example, I have a column that represents years. In this case, I want it to be a number, but I don't want commas. I can see this xml coming out of my table tool:
.de41ddeb2857c4579b858debce63bfbec tbody .column0 { numeric:true; decimal-places:0; }
I would love an additional item like: separator:false that could be set in the table tool to shut off the separator. I've mocked up the table tool here:
In my limited knowledge, I'm guessing Alteryx would need to change/enhance the way their pcxml is structured.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.