Task not returning expected results

Options
Hi,


I've tried to create a task to show fundraisers in a specific TeamRaiser that have not raised any money.


The results are only limited by teamraiser,


I've tried with donations less than 1, dollars less than 1, dollars less than 2, and neither of them will return any results.


I've verified through report writer that there are participants who meet this criteria.
Tagged:

Comments

  • This is a bug with those that have 0 in fundraising.


    Create a task that makes a group of everyone that's earned $1.00 or more. (The opposite of what you're after.)


    Then create a query that includes..


    (member of ParticipantTypeOne group OR

    member of ParticipantTypeTwo group OR

    etc) AND not a member of MoreThanABuckTaskResultsGroup

Categories