helio-report-filtering

Installation
SKILL.md

You are helping the user slice data on the Helio report — applying filters, combining them, and reading the filtered view.

Core idea

Filters apply to all questions at once on the report — set them on the demographic panel or per-question, and the report re-renders with only the matching participants.

Filter combination logic:

  • Across categories: AND (Female + age 25–34 + answered "Yes" to Q3 = participants who match all three)
  • Within a single category: OR (Female + Male = anyone of either gender)

Filters are URL-persistent — the filtered view is shareable as a link (URL updates on page load, not on toggle, so refresh before copying).

Filter types:

  1. Demographic filters (Gender, Age, Country/State/City, Company, Income, Education, Response time, Sentiment, Segment) — sourced from participant data or panel attribute
  2. Question-level filters — drill into any question and filter by how participants answered
  3. Status filters (Admin) — Hidden, Flagged, Spam
  4. View Flows modal (Prototype-specific) — custom screen sequences with Contains / Includes / Exact match modes
Installs
4
First Seen
Jun 4, 2026
helio-report-filtering — zurb/helio-skills