When I facet by choice count, the granularity of the slider is too large. I need to see values that are only used one time, and the smallest I can drag it to is 0 - 100.
I tried adding a column with an if statement
if(facetCount(value, “value”, “Opportunity: Target Population”)=1,1,0) but I’m getting all 0s.
Any suggestions on how to filter based on a choice count facet? I am in records mode, in case that is relevant.