Hi,
I would like to display under same folder in structure the child's based on a value of the parent.
For example:
Parent1 - field1 value A
- Child1.1
- Child1.2
Parent 2 - field1 value B
- Child2.1 - field2 value C
- Child2.2 - field2 value D
if field1 value of the Parent is A - I would like to see all child's
if field1 value of the Parent is B - I would like to see only child's of field2 value C
meaning, eventually would like to see:
Parent1
- Child 1.1
- Child 1.2
Parent2
- Child 2.1
Thanks
Hello @Avivit Cohen
You can achieve this with the recently implemented the Filter by Formula generator and using a formula like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.