My Report accesses an SP rather than a table.
The field I need is defined {FieldName}: Boolean
When I move it directly to Detail, the values returned are either "True" or "False".
I need to change this into "Yes" or "No".
I have tried creating a Formula with
If {{SPName};1.{FieldName}} = "False" then
"No"
Else
"True"
but get "A boolean is required here" error message against "False".
Can someone please give me the correct syntax for such boolean handling above ?
Many thanks
The field I need is defined {FieldName}: Boolean
When I move it directly to Detail, the values returned are either "True" or "False".
I need to change this into "Yes" or "No".
I have tried creating a Formula with
If {{SPName};1.{FieldName}} = "False" then
"No"
Else
"True"
but get "A boolean is required here" error message against "False".
Can someone please give me the correct syntax for such boolean handling above ?
Many thanks