I'm trying to create a component group that populates text based on a custom text field in salesforce.
If an account has sub-companies listed in the custom text field, then I want them to appear on a separate line in my document with Related employers: Sub-company 1, Sub-company 2, etc.
I can get the above to appear, but if there are no sub-companies I want the component group to be deleted so I checked the box to delete container if empty, however my component group will not be empty because it has the words Related employer: before my field tag for the custom text field. To get around this I wanted to add a filter to only pull the component group if the custom text field is not blank. Since I don't see a filter option for is not blank, I thought I would create a custom checkbox formula field on the account and use that checkbox for the filter. If the checkbox is checked (field is true) then I want the component group to populate. If the checkbox is not checked (field is false), I don't want the component group to populate on my document. Is this possible?