View Single Post
 
Old 05-06-2011, 10:36 AM
robpgreer robpgreer is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: May 2011
Location: Los Angeles
Posts: 7
robpgreer is on a distinguished road
Default

Hrrm. I tried it and that didn't work. I'm searching through text fields. Here's the exact syntax I'm using. Am I missing a space or bracket?

{ SKIPIF {={ IF {MERGEFIELD attendance_comments}= "" 0 1}+{IF { MERGEFIELD assignment_comments}= "" 0 1}+{ IF { MERGEFIELD grading_comments}= "" 0 1}+{IF { MERGEFIELD submit_grades_comments}= "" 0 1}+{ IF { MERGEFIELD report_comments}= "" 0 1}+{ IF { MERGEFIELD parent_access_comments}= "" 0 1}+{ IF { MERGEFIELD Please_share_any_additional_feature_req}= "" 0 1}}= 0 }
Reply With Quote