Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Very descriptive question. Thank you for tak8ng th3 time to do that.
No problem.
Just go to the relationship and make a summary field to count the number of CTA subject to the condition that the Active CTA is checked.
Ok, so now the Parent Merch Ekement Record knows the number of children CTAs were active.
So just make a formula field for the Active Merch checkbox field ( you may need to change the field type to Formula checkbox.
IF([# Active CTAs] > 0, true)
No problem.
Just go to the relationship and make a summary field to count the number of CTA subject to the condition that the Active CTA is checked.
Ok, so now the Parent Merch Ekement Record knows the number of children CTAs were active.
So just make a formula field for the Active Merch checkbox field ( you may need to change the field type to Formula checkbox.
IF([# Active CTAs] > 0, true)