jessieyull
Technical User
I have a report that is grouping by a win_status field. Each record returned in every group contains a $amount field. I'm wanting to filter just one specific group by $amounts greater than 1 million.
Something like...
If win_status=Pending and $amount > 1000000
Something like...
If win_status=Pending and $amount > 1000000