https://xmlpublishertemplate.blogspot.com/2019/01/how-to-color-field-in-xml-rtf-template.html
How to Color a field in XML RTF Template with Condition - Oracle EBS R12
Please make three Text form field Options
<?if:USER_DESC!=''?>
<xsl:attribute xdofo:ctx="block" name="background-color">yellow </xsl:attribute>
<?PER_AR?> --FIELD NAME
<?end if?>
Different Colors in one Field or Cell (Please make three Text form field Options)
<?if:USER_DESC=''?> <xsl:attribute xdofo:ctx="block" name="background-color">white </xsl:attribute> <?end if?>
<?if:USER_DESC!=''?> <xsl:attribute xdofo:ctx="block" name="background-color">yellow </xsl:attribute> <?end if?>
<?PER_AR?> --FIELD NAME
How to Color a field in XML RTF Template with Condition - Oracle EBS R12
Please make three Text form field Options
<?if:USER_DESC!=''?>
<xsl:attribute xdofo:ctx="block" name="background-color">yellow </xsl:attribute>
<?PER_AR?> --FIELD NAME
<?end if?>
Different Colors in one Field or Cell (Please make three Text form field Options)
<?if:USER_DESC=''?> <xsl:attribute xdofo:ctx="block" name="background-color">white </xsl:attribute> <?end if?>
<?if:USER_DESC!=''?> <xsl:attribute xdofo:ctx="block" name="background-color">yellow </xsl:attribute> <?end if?>
<?PER_AR?> --FIELD NAME
No comments:
Post a Comment