Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

Help for SSRS Noob

$
0
0

I'm in the process of moving over some reports from an older, proprietary reporting system to SQL Service Reporting Services (SSRS). One of the reports is giving me some heartache and I was hoping you all could assist.

What I'm trying to do: Include in said report a column that returns the date a certainstatus was set on a loan application, specifically the status of 'received.' This was fairly straightforward in the old proprietary system, but I'm having tons of trouble getting it to work in SSRS. Oddly enough in SQL it is very easy. Here's the logic I'm going for:

SELECT StatusDate

FROM DataSet

WHERE Status = 'Received'

Obviously this won't work in SSRS. Does anyone have any familiarity with this hellish product? Can you point me in the right direction? So far asking Dr. Google has provided nothing. Thanks in advance for any assist...


Viewing all articles
Browse latest Browse all 4871

Trending Articles



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