I have an event that tracks clicks on a toggle, and I have an event property on that event called “enabled” that tracks whether they have enabled (=TRUE) or disabled the toggle (=FALSE).
I am trying to measure the number of unique users that currently have the toggle set to enabled, and the only way to do that is to know what the value is the very last time they clicked the toggle.
Is there a way in a segmentation chart or a funnel chart to only count last clicked event where enabled = TRUE?