Problem is that I need to display in a repeating group just All subcategory names that have main category “Animal” so it would just Display in the repeating group Cat, Dog, Other animals.
I have set the repeating groups Content to be “Sub category” type.
And to perform a search for “Sub category” type.
You need to set Repeating group type of content to the table which is holding “Sub category and main category” data.
And data source to this :
Search for ThatTableName
In the constraints, add this
Main category = Animal
And in the Repeating group textbox, you need to display Current cells Sub category
I understand it should look like this table name is All categories but it doesn’t allow me to write the name “animals” When I hit enter nothing happens and I click outside the field it removes it. Also tried to add it as arbitrary text no luck.
You first need to clear the value by backspacing everything and then enter “Animal” in empty box. That should work.
Edit: Wait, what’s the type of “Main category”?
Text or you’re referring to any other custom type?
Then while searching for sub categories, do this in search constraints :
Main category = Search for All categories with constraint Name=Animal: first item