To highlight cell in xml report, you have to do the changes
in the rtf template. To show the cell highlighting I will take the RTF template which
I have been used in my previous post XML
Publisher Report Using Data Template.
Step 1: Double click
on the field you want to apply cell highlighting.
Step 2: Check calculate
on exit and click on add help text.
Step 3: Add the code
given below:
<?if: SALARY >1000?>
<xsl:attribute xdofo:ctx="block"
name="background-color">green</xsl:attribute> <?end if?>
Step 4: Save the rtf template,
upload and run the concurrent program the output will look like
No comments:
Post a Comment