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:
- Demographic filters (Gender, Age, Country/State/City, Company, Income, Education, Response time, Sentiment, Segment) — sourced from participant data or panel attribute
- Question-level filters — drill into any question and filter by how participants answered
- Status filters (Admin) — Hidden, Flagged, Spam
- View Flows modal (Prototype-specific) — custom screen sequences with Contains / Includes / Exact match modes