xsl conversion
how do I convert the following to xsl ? I'm setting it up in report manager but have no idea how to put it in xsl
If TradeStatus = 2
"This is an original trade that has been corrected"
If TradeStatus = 1
"Cancelled Trade"
If TradeStatus = 0 and ReferenceTransactionId is NOT NULL
"Amended Trade"
If TradeStatus = 0 and ReferenceTransactionId is NULL - we don't need to display anything (original trade)
any help appreciated thanks !
|