Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
MVP
MVP

@vgadang1  may be try below expression in text object

=Concat(distinct Notes,chr(10))

 

View solution in original post

2 Replies
Kushal_Chawda
MVP
MVP

@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