LostKobrakai Posted October 16, 2014 Posted October 16, 2014 I use a repeater to store information about each users family, this includes the partner and children. Now I'm looking for a selector to get users with children. "family.count!=0" would of course also count the eventually present partner entry. Is there a way to filter the count value by some subfield selector, or would it be easier to just clone the repeater to represent children and partner seperatly?
LostKobrakai Posted October 16, 2014 Author Posted October 16, 2014 Yeah, I figured out, that I don't need a count value, as I only want to filter if there are children: …, family.family_select=child This gives me all the members which at least have one child. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now