0

check box report : When yes print X

when I set a "checkbox" field yes / no. How do I get an "x" for Yes  and empty for no in the print report?

 

tks

3 replies

null
    • Mconneen
    • 5 yrs ago
    • Reported - view

    I do not do a lot of pdf/ printing.. so this might be incorrect.. Try a formula field like

    if 'Yes / No' then "x" else null end

    • Choices_Software_Dean
    • 5 yrs ago
    • Reported - view

    I'm thinking checkboxes are true/false (going by my memory, which is not always good). Try:

    {let v := 'YourFieldName';
    if v = true then "X" else "" end}

    • Gruppo Capitanio srl
    • Riccardo
    • 5 yrs ago
    • Reported - view

    perfect! tks 

Content aside

  • 5 yrs agoLast active
  • 3Replies
  • 1544Views