I have created a custom column with formatting (#(cr), #(tab), #(lf),...) for the intent of displaying the format in the text box visual.
when I apply the query, the formatting is lost. How can I create a column that will concatinate strings and formatting such that it will display with that formatting in my visuals?
For example:
Column = [Name] & "#(lf)" & [Address] & "#(lf)" & [City] & ", " & [State] & " " & [Zip] & "#(lf)" & [Phone]
To result in Text visual as follows:
John P. Jones
1121 S Andrews St
Faraway, NM, 09876
(123) 456-7890
I have searched the community, but have not found either the visual or the structure to maintain format into the visual.