I have a drill hierarchy configuration to display some products categories and then the products within those categories like this:
{
'cat-prod-bars': {
'group1': ['prodCat', 'prodName']
}
}
But then when the filter is applied, it doesn’t do anything. I wonder if group1
is correct, or something else goes there? I’ve also verified that cat-prod-bars
matches the element for that visualization.
I’ve seen the getId() function used in ChartFactor studio, but I don’t know if it has anything to do with it.