posthog
posthog copied to clipboard
Bug Breakdown
Bug Description
I've made insights for application usage across different user levels using a pie chart. I utilized an adjustment breakdown like this:
transform(ifNull(nullIf(toString(person.properties.empLevelID), ''), '$$_posthog_breakdown_null_$$'), ['$$_posthog_breakdown_null_$$','7', '6','5', '4','3', '2'], ['$$_posthog_breakdown_null_$$', 'level 7', 'level 6', 'Level 5', 'Level 4', 'level 3','Level 2'], '$$_posthog_breakdown_other_$$')
Debug info
While the total remains 13 when still in the editing phase, it suddenly changes to 17 on the dashboard (with identical time filters and other filters).