Skip to main content
Great Research. Made Easy.
Toggle navigation menu
Submit a request
Sign in
Dedoose Learning Center
Search
Filtering in the Data Sets Workspace
Learn how to use the Data Sets workspace to create datasets and apply filters
Data Sets Workspace Overview
Filtering in the Data Sets Workspace
Saving and Loading Datasets and Filters
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article, index) { %> <% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %>
<% if (section) { %>
<%= section.name %>
<% } %>
<%= article.title %>
<% }) %>
<% } %>