First of all forgive for my non-technical background i am fairly new to SSRS and everything i have learnt so far is from forums.
I have a created a SQL query which takes information with regards to various parts of a journey, orders them by date and then assigns a sequence number, like below:
From the table you can see that some columns are not relevant to the part of the journey taking place.
So my SSRS issue is...
I'd like the sequence to remain as it is however have 5 seperate tables, only showing their relevant columns.
My current work around is having 5 seperate tables, I then filter to sequence no. =1 , 2, 3 , 4, 5 etc. I then use the column visibity function to say that if the column value is N/A or Null then hide the column.
The problem with this work around is that there can be up to 10+ legs to a journey, so my question is...
Is there a way to have one table which can then look at the sequence number and create 5 different tables each with their own relevant columns?