Cascading Dropdowns Optional Filter format? Home › Forums › Cascading dropdowns › Cascading Dropdowns Optional Filter format? This topic has 1 reply, 2 voices, and was last updated 5 years, 4 months ago by Alexander Bautz. Viewing 1 reply thread Author Posts July 15, 2019 at 20:59 #26071 Anne MakiParticipant Hello, I am trying to use an optional filter with a cascading dropdown using the following format as stated in the manual: {“filterField”:”Status”,”filterValue”:”Active”,”operator”:”eq”} The filterField holds Yes/No values. When I used this, I get a bunch of blank entries in my drop-down. I read that you have to change the format for Boolean (I tried using True for the filter value, but I get the same results). Appreciate the help! Anne July 17, 2019 at 16:13 #26090 Alexander BautzKeymaster Hi, Are you using SP 2013 or later? – if so, you must use a filter like this: {"filterField":"YOUR_FIELD_NAME","filterValue":true,"operator":"eq"} If you use SP 2010 or earlier you must use a filter like this: "<Where><Eq><FieldRef Name='YOUR_FIELD_NAME' /><Value Type='Boolean'>1</Value></Eq></Where>" Change YOUR_FIELD_NAME with your field name. Alexander Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In