Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thanks Brajesh for the pointers, It helped: Provide xsl:if condition in column B: <xsl:if test="GST_TAX_RATE_CODE!=''"> <xsl:value-of select=".//TAXABLE_AMOUNT"/> </xsl:if> (Display Taxable Amount only if a given Tax is applied) Thanks!
-
Brajesh - Could you please share the conditional tags that you used in XDO_METADATA tab? I was not able to use the traditional IF - END IF in this tab. It would be of great help.