Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

IF THEN ELSE Crystal Reports EXPRESSION to SSRS EXPRESSION

$
0
0

I have the following Crystal Reports expression and I want to be able to translate it SSRS expression:

IF LEFT({WorkflowCode.WorkflowCode},3) = 'DEL' THEN
   IF ({WorkOrder_vw_Totals.Charges} - 50.00) <= 0.00 THEN
      0.00
   ELSE
      (({WorkOrder_vw_Totals.Charges} - 50.00) *  {Parameter} / 100)
Else
   (({WorkOrder_vw_Totals.Charges} - {@DisposalCost})* {?Parameter}) / 100

Thank you in advance for the help!



Viewing all articles
Browse latest Browse all 10045

Trending Articles



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