I have this tablix where I count every column row that has a value. For instance, January column "col2" has values 507,572,854,803,1104,832(which is 6 values) and so on. What I want to do Is divide 19097 with counter variable that is 6.
I already have my counter that works! The expression is in col2, row4 (=Variables!counter.SetValue(Code.Counter(parameter1,parameter2)) )
In column 'col2', row 3, I tried to divide in this case 19097 with my variable counter but it just gives me error because iniatially my counter variable is empty and has not gotten any values since the counter function hasn't been called yet.
So I guess it's some kind of execution order problem?
Is there a way to execute specific row before another?
Any help is appreciated.
I know that my counter works because I created a textbox where I checked it with this expression -> =Variables!totalDays.Value