Rtf based on condition
RTF should print based on condition.
IF PROJECT_CODE='5000'
print 1st layout in RTF
IF PROJECT_CODE!='5000'
print 2nd layout in RTF
(project_code is coming in xml data)
Can you please suggest how to write conditions in RTF .Please find attache RTF which iam working