{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created asc" limit="10000" search1="task_complete = on" search2="task_invoiced = `$_post.month`" search3="task_entered = on" search4="task_year_invoiced = `$_post.year`" search5="task_testcategory_0 = Spring Kickoff" template="csv_list.tpl"}
{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created asc" limit="10000" search1="task_complete = on" search2="task_invoiced = `$_post.month`" search3="task_entered = on" search4="task_year_invoiced = `$_post.year`" search5="task_testcategory_0 = Initial Cleanup" template="csv_list.tpl"}
Essentially, I want to display csv_list for each of these categories. search5 is what changes from list to list.
The first list comes out as anticipated, but the second one doesn't come out at all.
I actually have 11 of these, but only the first one is generating output while I'm thinking it should output as long as each search validates.
updated by @blindmime: 07/18/15 04:29:33PM