- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2016 01:19 PM
I created a survey containing additional comments (multi-line text). When I create a report with this field added, it only shows the first ~40 characters. How do I get more than that on the report?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2016 01:22 PM
Hi Michael,
On the dictionary entry for that field, add the attribute.
no_truncate=true
Dictionary Attributes - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2016 01:22 PM
Hi Michael,
On the dictionary entry for that field, add the attribute.
no_truncate=true
Dictionary Attributes - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2016 02:43 PM
That was it. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2016 02:45 PM
I'm glad you got your question answered. Thank you for participating in the community.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2016 02:46 PM
FYI - a former ServiceNow developer showed that to me about two years ago - I noticed sometimes long fields were truncated and sometimes not. She threw this out and it went right in to Evernote. Of course, it's in the dictionary attributes page I cited.