FrequentUser
Technical User
I have to sort sets of plans reviewed and I need only the date of the first completed review.
I tried:
Minimum({APACT.COMPDTTM})
but some of the reviews are completed simultaneously, but I still only need the first to display.
I incorporated a Group Sort Exports to suppress when:
{@Plan #}=previous({@Plan #})
but it still includes the plans in the grand totals.
I need total number of first reviews performed.
how do you not include suppressed date in grand totals?
I tried:
Minimum({APACT.COMPDTTM})
but some of the reviews are completed simultaneously, but I still only need the first to display.
I incorporated a Group Sort Exports to suppress when:
{@Plan #}=previous({@Plan #})
but it still includes the plans in the grand totals.
I need total number of first reviews performed.
how do you not include suppressed date in grand totals?