Question

I've a bool (checkbox field) as a template field, and it shows true - if checked - and false - if not - on the template field content and I want to show up different display text.

what's the best way to do it?

Was it helpful?

Solution

Insert > quick part > field

with IF formula:

IF [MyField] = "true" "MyTrueText" "myFalseText" \* MERGEFORMAT
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top