Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vgadang1
Partner - Contributor III
Partner - Contributor III

Text dimension in a Text box

Hi, I have a text field from QVD data source that I need to show in a text box, I currently have this field in a table (screenshot below). How do I create a visual with a text box instead. 

 

vgadang1_0-1680791948012.png

Thank you,

Vidya

1 Solution

Accepted Solutions
Kushal_Chawda

@vgadang1  may be try below expression in text object

=Concat(distinct Notes,chr(10))

 

View solution in original post

2 Replies
Kushal_Chawda

@vgadang1  may be try below expression in text object

=Concat(distinct Notes,chr(10))

 

vgadang1
Partner - Contributor III
Partner - Contributor III
Author

Thank you so much! It works