Field reference within logic text
In the print view, I have an IF logic text box:
{if 'Drill Design' then
" - CS will conceive and create a drill design composition for {'Estimated Performers'} performers, consisting of approximately {'Estimated Sets'} drill sets, adhering to the specifications provided by the Client"
else
" "
end}
My problem is that the {Estimated...} needs to field references within that text. As written above it doesn't work, ending at the first field reference.
Is this possible? How do I get it to work?
2 replies
-
Hello.. Put this text in your text field located in print layout:
{if 'Drill Design' then
" - CS will conceive and create a drill design composition for " + 'Estimated Performers' + " performers, consisting of approximately " + 'Estimated Sets' + " drill sets, adhering to the specifications provided by the Client"
end}
Fabio
-
That worked! Thanks!
Content aside
- 5 yrs agoLast active
- 2Replies
- 1400Views