Forum Discussion
CMSGuy
Helper III
4 years agoCumulate Remainer formula help needed
I think this is pretty simple but I need help with a cumulative remainder total. The table has a column, T1N which is total needed, then T1S is total submitted, then T1R is remainder. This view is ...
daXtreme
Solution Sage
4 years ago
Are these Txx measures or columns from the base table? If they are measures, then I guess it's enough to turn them into: T1N = SUM( T[RelevantColumn] ). Same for T1S and then T1R will be the diff of the measures.
- CMSGuy4 years ago
Helper III
They are coming from the base table. Should they be measures?