Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
One of our teams uses a custom form which request descriptions which can be rather long.
I have built a report to summarise information submitted on the custom form which contains the description fields. I have included a screenshot to illustrate an example of the length.
Is there a way to limit the amount of detail shown in the report details tab without removing this column? A way so only, for example, half of the content is shown?
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
This should do it.
valueexpression=LEFT({DE:Please tell us what you would like},150)
Hi,
You can use the following to limit what is show. Since you noted the description field that is what I used. The 25 would be the number of characters you would like to show.
valueexpression=LEFT({description},25)
If this helps, please mark as correct so it can help others.
Zugriffe
Antworten
Likes gesamt
Thanks for your response.
I have pasted this in but it results in the column becoming completely blank.
The title of the column concerned is 'Please tell us what you would like' and I also replaced this in the coding you sent but the result is the same and the column shows blank.
Any ideas?
Zugriffe
Antworten
Likes gesamt
please provide the original text for the column so I can take a look.
Zugriffe
Antworten
Likes gesamt
Hi @thonewton,
I’d suggest you check in Setup > Custom Forms > click the second tab > click the magnifying glass > search for the parameter of interest > click it > compare the label (which should match what you have just provided, as presented to users) against its name (which ‘might differ, and is what to then use in the valueexpression formula).
If that still does work, uploading a screenshot of the value and name along with the complete textmode you’ve attempted for the LEFT formula should be sufficient to then deduce and offer a solution.
Regards,
Doug
Zugriffe
Antworten
Likes gesamt
Hi Doug
Thanks for your response.
I haven't been able to affect the result with what you advised.
I have attached screenshots here.
Thomas
Zugriffe
Antworten
Likes gesamt
I believe you need the "DE:" in your value expression, just like it's in the querysort line.
Well spotted @ChrisStephens,
Although the DE prefix (“Data Extensions”) used to be optional, it is best practice, and may indeed be required, so I concur.
Regards,
Doug
Zugriffe
Antworten
Likes gesamt
Thanks a lot!
Zugriffe
Antworten
Likes gesamt
This should do it.
valueexpression=LEFT({DE:Please tell us what you would like},150)
Is there a way to do this with full words rather than characters?
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten