A)- Tag For Sorting
<?sort:VENDOR_NAME?>
B)- Tag for Conditional formatting For a single column ( Debit)
<?if:debit>1000?><xsl:attribute xdofo:ctx="block" name="backgroundcolor"> red</xsl:attribute><?end if?>
C)- Tag for Conditional Formatting for a complete row
Note: Put this condition in a tag in debit field
<?if@row:number(debit) > 1000?><?attribute@incontext:color;'red'?><?end if?>
<?sort:VENDOR_NAME?>
B)- Tag for Conditional formatting For a single column ( Debit)
<?if:debit>1000?><xsl:attribute xdofo:ctx="block" name="backgroundcolor"> red</xsl:attribute><?end if?>
C)- Tag for Conditional Formatting for a complete row
Note: Put this condition in a tag in debit field
<?if@row:number(debit) > 1000?><?attribute@incontext:color;'red'?><?end if?>
No comments:
Post a Comment