Forum Discussion
Dataformat.Error: We couldn't convert to Number
- 8 years ago
It could be that there's an earlier step in your query that's trying to convert that column to a number, try looking to see whether there is and removing it
It could be that there's an earlier step in your query that's trying to convert that column to a number, try looking to see whether there is and removing it
- linphan8 years agoFrequent Visitor
I have the same issue but I remove some steps in applied steps frame, the value return blank instead of text value.
Please instruct me how to fix it
Thanks
Linh
- jcarville8 years ago
Skilled Sharer
In the applied steps pane there should be a step that sets the data types. I would find the column causing the error and change the data type to "type any". You can enter this in the Formula bar at the top of the page.
- linphan8 years agoFrequent Visitor
I tried to get data again & this is the applied steps
I cannot see the change type step.
In the format bar, I cannot see Type Any, can you pls show me the capture screen?
- BMATX7 years agoRegular Visitor
Thank you for posting this. Seems like little advice but prevents you from chasing your tail.
- geraldinelu177 years agoNew Member
I had a similar issue today. WOuld like to pivot a set of data ,
e.g. Area A/B/C in column 1, Sales X/Y/Z in column 2,
into Column 1 (Area A /Sales X), Column 2 (Area b/Sales Y), COlumn 3 (Area C/Sales Z).
After reading this trail, I realized pivoting can only be made, after converting column SALES XYZ from numbers into text format. But why is that? Isn't the purpose of the pivot to add up numbers and that could only be made via number format?