reporting services - SSRS - Using RunningValue vertically -


i running report on ssrs 2 of columns running value.

before like:

enter image description here

so running report each code @ once.

i changed allow multiple codes shown in report (grouping code) , gave me below:

enter image description here

as can see, doing running value horizontally.

i want vertically each code below:

enter image description here

maybe using column group scope work? not sure how use column groups in scope. ideas?

you can try writing custom code - go report properties , write code

public corder integer function getcorder(order integer) integer corder =corder + order  return corder  end function 

enter image description here

give name order text box

next write expression calculate cumulative order value calling function written in first step

enter image description here

preview output

enter image description here

repeat same step rest of cumulative values .. please make sure define public variable

public corder integer 

all best!


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -