I created the below Matrix.
It shows the % of loads delivered on time by financial period. So when the report is run it looks as follows:
=Fields!Fin_Period.Value.
I wish to change this so that the Matrix shows load %ages for each financial period until the period less than the value in a parameter I have created. I suppose it should be something like
=Fields!Fin_Period.Value where =Fields!Fin_Period.Value < @PARAMETER.
Cheers
Paul