=if(sum(GetFieldSelections(RangeId)=1),Sale, if(sum(GetFieldSelections(RangeId)=2), Sale, if(sum(GetFieldSelections(RangeId)=3), Sale, if(sum(GetFieldSelections(RangeId)=4), Sale, if(sum(GetFieldSelections(RangeId)=0), Sale)))))
It`s works but only when all clients are listed in tablebox. I cannot accumulate the result in a single cell?
How can I get selection from RangeId to show me SUM for Employee Count?