Quantcast
Channel: SQL Server Reporting Services
Viewing all articles
Browse latest Browse all 1418

Multiple if statement in SSRS

$
0
0

I'm trying to write the following if else statement statement.

If Fields!CurrencyCode.Value = "EUR" then display this : Code.EuroFmt2Decimal(Fields!InvoiceTotal.Value) + " " + Fields!CurrencyCode.Value

IF  Fields!CurrencyCode.Value = "EUR AND Fields!SoldToCustomer.Value = 121654 then display this : Code.EuroFmt2Decimal(Fields!InvoiceTotal.Value) + " " + Fields!CurrencyCode.Value

else  then Display this:  Code.USFmt2Decimal(Fields!InvoiceTotal.Value ) & " " & Fields!CurrencyCode.Value

Need some help on how to write this


Viewing all articles
Browse latest Browse all 1418

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>