How to generate a list of all inactive families for your organization
This is a two-step process.
- First, filter the Family List for all inactive families.
- Then, create a Quick Report → Family List.
Updated
This is a two-step process.
Updated
empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>