Forum Discussion
Sum hours only once per document by priority
amirghaderi
It seems you're referring to a situation where there's a need to calculate results when the document list and priorities are the same, like Doc 2 and Priority 2. In this scenario, you don't want to display the remaining hours for both WP2 and WP3.
In this case, since Doc 2 and Priority 2 are the same, we want to show only one entry. We can use a function, let's say MIN, to pick one of the remaining hours
it only needs the first Min function which picks the minimum priority, then from the result should pick one of them (it does not matter which one, However it hsould only be one and for the rest "the remaining man hour to be zero). Min of work pack in my view is not required. ANy idea which function can be used to pick only one from the first Min function?