Forum Discussion
Formatting Uploaded Data
- 9 years ago
Hi rajibmahmud,
In the Query Editor select the Quarter column and then Pivot columns and select the Value column in the options you will get the desired result:
Regards,
MFelix
- 9 years ago
Hi rajibmahmud,
You can do this in one of two ways in the query editor:
1 - Create a new column with a text like this:
Column "TEXT" & [Column]
Then delete the previous column and keep this
This can be done by the column from example and it pretty easy to achieve:
2 - Do a Replace in the specific column for the text that you want to add:
If all your rows start with 1 you can do a replace of 1 for Text1
Regards,
MFelix
Thanks a lot. MFelix
Another query I have which might going to make my life easier.
Is there any option to add ' infront of all text in a specific column from query editor during data load? or do a look up and replace the text of the column with new vlookup data?
Please take a look at the screen below: