How do I view my subscribers/contacts who belong to a specific group? - mailchimp

I am very new to mailchimp but I have managed to upload my subscriber email list. I have also created various groups based on my subscribers' interests and have added the subscribers to these various groups. But I have been spending quite a bit of time trying to figure out how I might filter my contacts based on what group they are in. For example, I might just want to view only contacts who are in group "Abc" belonging to category "Xyz". But I cannot figure out how to do that.
For what it's worth, the way I added contacts to a group was to first create a bulk tag contacts operation corresponding to that group and then copying and pasting the email addresses of the contacts I wanted to add to the group. Having tagged these contacts, I then filtered the contacts on that tag, selected all the filtered contacts and then added these contacts to the group. Of course, I can filter the contents of the group just by filtering on the tag of the same name. But when new people subscribe and become members of a group, they will not automatically get tagged (and I don't want to get involved with webhooks). So I would like to get rid of these tags that have served their purpose.

Click on the Audience menu item.
Click on Manage Audience Contacts drop down. From the drop down list, select Manage contacts.
Click on the View Groups link.
Click on the View Groups button for the category you are interested in.
The category will expand to show links for all the groups within the category. If you click one of those links, just those contacts within the group will be displayed.

Related

View showing members of a marketing list and the campaign

I want to display the members of a marketing list alongside the name of the campaign.
So:
Campaign x: Joe, Jane, Jose
Campaign y: Joe, John, Joanna
etc, etc.
I can get to the point of displaying the list link alongside the campaign title but that requires users to click through on list to see members, for our application we want to be able to see those list members directly in a view.
This is an interesting request. You can write a plugin to give you a rollup of the list members as a comma-separated string which you can store in a text area field and display on a view.
I have created a plugin do this type of rollup in a few situations, but never to "flatten" an entire marketing list. If the list gets big, it'll get crazy.
As an alternative, maybe look into doing something with the Report Wizard to display the list members grouped by campaign.

Tableau: How can I display the filtered value passed via an Action while drilling down to another dashboard, in the filter field?

I have several dashboards displaying employee survey data at different roll-up levels.
I'm using an Action to move from a summary of all employees, to detail on a single employee. So my filter is configured to pass the "Employee Name" to the next dashboard on click. So I can click on an employee from the list, and jump to the dashboard showing the summary of a single employee. This all works great.
The problem I'm trying to solve is that the drop down list filter for Employee Name on the Employee Detail dashboard doesn't adjust to the employee the action filters the list to, it still says (All). I.E. if I click on the record for John Doe, the jump and filter of the data works correctly, but the actual filter selector still says (All), rather than John Doe.
Is it possible to get the filter selection to update?
Once you have created an Action filter, you can show that filter on a dashboard just like any other filters.
Henry, because you have a filter on your dash, the action adds another filter but the only filter it's updated is the Action filter, in the image you could see the two filters updated only on the action filter... you could do so by using only dashboards filtering each others, because the dashboards always show the data in them, and you could make the action filters each other....
here is the dahsboard from the Regional Example Database of Tableau Desktop.

how to select multiple user Access in joomla zoo item?

I need to select multiple in joomla "access" users form field in zoo items, is this possible?
click the screenshot to see the hi-lighted area
You cannot select multiple access levels; however, you can accomplish the same concept by creating a new user access level and assigning the multiple user groups to that access group.

How to hide rows if one of the cells is a duplicate of the one above it

I'm trying to filter a contact list that contains each contact's name, company, email address, etc. As it currently is, the contacts are sorted by their company name and I have various contacts from the same company. I want to be able to have only one contact from each company.
Here's how the Google spreadsheet looks: . The company names appear in column G. Notice how "23andMe" appears several times? This is because the first 5 contacts work at 23andMe. I only want to have 1 of those contacts from that company in this list. Throughout the rest of the spreadsheet, I have numerous contacts at the same company.
How can I view only one contact per company? Should the formula hide the row if the cell in column G (the company column) is a duplicate of the cell above it? If so, what is this formula?
One method would be to use a helper column, and then apply the filter tool to the data. So something like this in row 1 of a spare column:
=ArrayFormula(IF(ROW(G:G)=1,"Display",IFERROR(ROW(G:G)=MATCH(G:G,G:G,0))))
which will apply TRUE and FALSE values according to whether that row should be hidden or not. Apply the filter (funnel icon second from the right on the toolbar) to the whole data set, and you can toggle the "Display" column to only displaying TRUE values.

Setting up permissions for a multilingual joomla site

I'm building a multilingual joomla 1.7 website that will have to support up to 25 countries with each country being a website on its own, the site will be managed by different teams for each country, basically what i'm trying to achieve is, setting up the permissions system so that each team can only see content that belong to its country. now, i'm wondering how to achieve this in the following cases:
1. setting the permissions for standard joomla articles...may be using categories??
2.since i have coded a custom component for managing products on the site, how to implement the permissions in my own component.....
it's easy to implement the multilingual feature on the front-end but how about the backend in terms of access control?
any ideas, thoughts would be greatly appreciated :)
Cheers,
Maybe you have resolved your problem earlier but may be somebody else needs help on this.
First of all you have to create a User groups for every country (or a couple for
start, example Ireland, England).
Then you have to create a AccessLevels groups for those groups and set (select)
corresponding usergroup on it (e. ACL_Ireland / Ireland, ACL_England / England).
Then you can create a top level category for every country (ACL_Ireland, ACL_England, ...)
Users of other countries are not able to see top and sublevel categories if you set the category permission for single ACL and deny access from others.
Move to Category manager and create top level category for country Ireland.
Name it like "Ireland".
Set it permission for ACL_Ireland.
Remove all permissions from other country ACL's.
Save & close category.
Select the category from list of categories.
Select Add to root, Copy under Batch process the selected categories and click Process.
Category is copied as a new entry on category list.
Open category as editing and change name as England, save and close.
Select category England, ACL_England from Batch process the selected
categories and click Process.
Category England now have different acl-rights and can be accessed only by users in England - group.
Articles created in those categories are inherited permissions from top level category
so you are not needed to give persmissions on single articles.
Repeat this to categories of all needed countries and ACL's.
You have to also restrict access from those acl's to Users component because theycan be else change permissions by themself and see documents of other coutries.
It is necessary to design the accessing model before implementing it because it could be heady job to change permissons to all goups and acl's later.

Resources