Submitted by viking on 2023/06/19 17:00

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.)

Comments

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 of email addresses be divided in 4 groups, so the list is less long:

  1. Create 4 Y/N fields, say EmailGR1, EmailGR2, etc
  2. In the grid with all the email items, add these 4 fields as columns
  3. Check the checkboxes to assign the items to 1 or more groups

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,

  1. Without a practical example, none of this makes any sense to me.
  2. Please use this forum for questions that could remotely be useful to others.
  3. Having so many email adresses that need to be split in contantly changing groups is clearly of no interest to others here (and a waste of my time for that matter, time that would be better applied to IQ dev. Please keep that in mind the next time your post here)
How do I ?