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

converting a case from crystal to ssrs

$
0
0

Good Day I'm trying to convert a formula from Crystal to SSRS. Newbie to SSRS

Can the following be done in ssrs as a case statement or should I try another approach?

Thanks in advance.

Select {RVS_CSM_MASTERS.CUSTCATEGORY}

   Case "MEMBER" :
      {RVS_CSM_MASTERS.CUSTMEMBID}
   Case "OTHER" :
      {RVS_CSM_MASTERS.CUSTOTHER}
   Case "PROVIDER" :
      {RVS_CSM_MASTERS.CUSTPROVID}
   Case "HEALTHPLAN" :
      {RVS_CSM_MASTERS.CUSTHPCODE}
   Default :
      "";


Viewing all articles
Browse latest Browse all 10045

Trending Articles



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