Hello,
I've seen different behavior when combining the conditional field, e.g.
{ IF { MERGEFIELD CONDITIONALFIELD } <> "" "Some text" "Other text" }
When the value of CONDITIONALFIELD has white spaces, e.g. "VALUE 1", sometimes the engine of Aspose.Words introduces the double quote at the beginning and end, but other times it doesn't happen, causing a syntax error in the IF field.
Why did this happen?
Thank you.