August 12, 200817 yr Newbies How do you sort records based on a value list? I've read that you can but I can't find samples. I've tried the following but get error 108: Value List Missing. $SortString = "Saved, Pending, Exception, Canceled, Approved"; $CourseFind = $webDB->newFindAllCommand('web_LIB_Browse'); $CourseFind->setRange(0, 10); $CourseFind->addSortRule('rt_Status', 1, $SortString); $CourseFindResults = $CourseFind->execute();
August 13, 200817 yr $SortString needs to be the name of a Value List in the Filemaker Database you're searching in.
Create an account or sign in to comment