Forum Discussion
ABC11
Resolver I
4 years agoRow-wise total base on select date
Hi All, I would like to do rowwise total base on selected date LINE_Total = sumx(Report, Report[APPR_LINE]+ Report[ATTEST_LINE]+ Report[COMP_LINE]+ Report[POSTED_LINE]+ Report[REJECT_LINE]+ ...
- 4 years ago
Thank you for your time.
I did find sloution other way
lbendlin
Super User
4 years agoLINE_Total =
Report[APPR_LINE]+
Report[ATTEST_LINE]+
Report[COMP_LINE]+
Report[POSTED_LINE]+
Report[REJECT_LINE]+
Report[RESUBMIT_LINE]+
Report[SUBMIT_LINE]+
Report[WAPPR_LINE]