I am trying to classify the scroll depth into quartiles (25%,50%,75%,100%)First, I used a regex to capture the "highest percent" numberSecond, I created regex buckets for each quartile rangeI then ran some tests and everything looks goodHowever the reports are not correct as it only show 100% and ev...