Format String Display property

1
I'm trying to use the Format String widget however am having some issues with getting it to display the necessary attribute correctly. I have the attribute linked as a data source and have the variable name as PolicyNote. I am then trying to use this variable in the Display String property however cannot seem to get this to display the value of the PolicyNote Variable. In the Display String property i currently have ${[PolicyNote]} as was suggested on the information text in the widget. Can anyone tell me what i'm doing wrong?
asked
3 answers
2

Hi Jordan,

Have you tried removing the [] brackets?

So use ${PolicyNote}

answered
0

Hi, actual syntax for format string in mendix is

{string} Ex: I want to provide like Welcome {database column i.e. fullName}

I'll be doing this Welcome {string}. Remove the [] and try to execute it.

answered
-1

answered