Forum Discussion
Question on Replace Function
- 2 years ago
Anonymous Put comma inside a double quotation and use & like below:
Date.ToText([Invoice Date]) & " , " & [Comments]Hope this answered your question. If, please mark it as a solution!!
my requirement is establish a relation with another sheet so by adding a new column without using custom just by copying any existing one and changing the field from number to text
the above requirement is satisfied. but my question since i haven't used custom column only copy an existing one and made the changes...will the new column automatically introduced the changes i maded in this case a text after a refresh and numerous rows are created
hope i make myself clear
Select the column you want to copy.
Right-click on the column header and select Duplicate Column. This will create a new column with the same values as the original.
Select OrderID_Text.
Go to the Transform tab.
Click on Data Type and select Text
When steps are recorded in Query editor than new data will also be updated you can follow this method
- Anonymous2 years agoNot applicable
thanks. I had done this exercise already...