Thursday, July 23, 2015

Oracle RTF Template Tags

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?>

No comments:

Post a Comment

Clear BNE Cache for WebADI Changes

It Sometime happens that WebAdi Changes doesn't reflect once migrated in controlled instances. Here are the quick steps(Generally perfor...