Hi,
I am using ssrs 2008. I have a report where I need to label same name for multiple columns.For example, the result would be like the below:
ID Fee Fee Fee Fee
123 $45 $30 $20 $65
In sql, I labeled them as Fee1, Fee2, Fee3, Fee4. In SSRS, I call these Fee1 to Fee4...
I am sorry. Basically, I also need a look back match where I need it to match tran # 65 also so it would update my record from P&I to P&I Adj. Thanks so much for looking.
Hello Everyone,
I am using SQL 2008, R2
/* This is result in my #Transactions Table
YSLN YTSEQ Category
100 65 P&I
100 66 P&I Adj
100 67 P&I Adj
100 68 P&I
100 69 P&I Adj
CREATE TABLE #Adjustments (
ID int IDENTITY
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.