RunningValue based on 2 columns??

  • How can we calculate running value based on 2 columns??

    CACBRValue(A+B)

    459

    6419

    7531

    2336

    Any suggestions on ways to do this would be very helpful.

    My Report desing is similar.

    DateA/tA BRV(A+B) CDRV (C+D)Balance = E-H

    4-Jun1510153478

    5-Jun2492868217

    6-Jun3903781307

    7-Jun41002003375565150187

    8-Jun52503509374025215722

    Total368569112103

    Thank you,

    Pratul.

  • I have not done this but try this:

    RunningValue(Fieldname1.value, sum, scope) + RunningValue(Fieldname2.value, sum, scope)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply