I have read this page: https://infoqubeim.com/drupal5/index.php/node/1070
I have a lot of Email accounts listed as items in a Grid for E-mails with source EmailAccts.
I would like to create a new pop-up Field using a list of items (Emails1).
Thus, I can use:
Field = Item(T)
Filter =EmailAccts(B)
That works, but the list is very long. I would like to filter this further using Tag1. Is that possible?
(I would then later create a few other pop-up Fields, Email2, using Tag2 etc.)
How do I ?
Comments
Just filter on another field…
Just filter on another field, simple and flexible
Sorry, what other field? Do…
Sorry, what other field?
Do you mean that I need to create multiple new Y/N fields "MailListx" based on the Tags?
If EmailAccts & Tag1 then check MailList1
If EmailAccts & Tag2 then check MailList2
If EmailAccts & Tag3 then check MailList3
etc...
Then filter the List on MailListx?
Let's say you want the list…
Let's say you want the list of email addresses be divided in 4 groups, so the list is less long:
Yes, that is what I meant…
Yes, that is what I meant above. However, the Groups are constantly changing depending on the Tags, so I will need to create Autoassign rules to check them into the Groups (MailListx in my example)....
I was hoping that there may be some simpler way of using second Tag filter. I guess not, so I will use example above or live with a very long list.
Viking, Without a practical…
Viking,