May 16, 2016 at 8:55 am
Hello,
I need help to achieve the below in SSRS Table,
Column1 Column2
A1 A1/A2
A2 A2/A3
A3
Thanks You!
May 16, 2016 at 12:42 pm
What is the query that is returning the data? What does the data look like in the query?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 16, 2016 at 12:49 pm
Sorry misread your question, but the question I asked is still valid.
If your data source is SQL Server and is 2012 or higher you could put the calculation in the query and the Lag/Lead windowing functions.
If you have to do it in SSRS there isn't a simple way I know of to do it because there is no NEXT function. You might be able to do it by ordering thins descending and using the Current Row/Previous Row
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply