Forum Discussion
SabineOussi
Skilled Sharer
10 years agoDynamic Text
Hello, Is there a way that I can create a dynamic text within the text box? In other words, let's say I want to display the following: There are @numberoftickers submitted by @numberofusers ...
- 10 years ago
What you can do is to create a measure like
TextMeasure = "There are " + [numberoftickers] + " submitted by " + [numberofusers] + " and managed by " + [numberofadmins]
Now you can place this measure in a text box and that should show the desired result. Using text based measures is a handy technique in scenarios like this.
Anonymous
3 years agoNot applicable
This feature was added in mid 2021
You can create dynamic text within text boxes without any coding or extra variables.
Someone talks about it here... https://www.wiseowl.co.uk/blog/s2887/text-box.htm
This discussion is still the number one Google result so thought I'd provide an update 🙂