Profile Index display based on quota id
Design and Skin Customization
Thanks, Paul. I thought I had it this way at first, but evidently not. This works, of course.
{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"}