Skip to main content
Does anyone know how I would fix my formula in my word template using X-author? Below is the formula I am trying to work but I couldn't get to it. I basically just wanted to put an X mark whenever a criteria is satisfied. So if the country is US then mark [X]. When I generate my agreement and put US in the country, my table shows blank. It should only be [ X ] or [ ]. Do you have solution to this? is there problem with the formula?

 

{ IF (Country) = "US", "[ X ], "[  ]"} 
3 answers
  1. Jan 22, 2018, 11:50 AM

    Thanks, Jainam. I will try tomorrow. I was using double quote Something like {if (country) = “us”, “[x]”, “[ ]”} and it does not work. I will let you know the outcome. Thanks for the response.

    Regards,

    Jhun

0/9000