C
caroline
Hi
I have a template with a table and i need to have a border and grey shading
in one cell only when i have a value of 1 in a field named CodeRel.
I was thinking about adding a if statement like:
{ IF { MERGEFIELD CodeRel } = 0 {Word.Border(Visible:=False) and
word.shading(Visible:=False}
but I don't know where i can put this.
If someone can help me
Thank you
I have a template with a table and i need to have a border and grey shading
in one cell only when i have a value of 1 in a field named CodeRel.
I was thinking about adding a if statement like:
{ IF { MERGEFIELD CodeRel } = 0 {Word.Border(Visible:=False) and
word.shading(Visible:=False}
but I don't know where i can put this.
If someone can help me
Thank you