Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want the total of a column to be shown in another column.
Please help me write the expression for Total column.
Hi
SUM(<Total>Value)
look up the total function in the help if you need more help
I have used a set expression for column C - Values
count({<task_name*={'ABC'},reject_reason*=-{'Unspecified'}>}distinct([document_number]))
I tried doin the below, it dusnt work:
sum(TOTAL count({<task_name*={'ABC'},reject_reason*=-{'Unspecified'}>}distinct([document_number])))