Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm calculating ticket volume differences (count of tickets in state A minus state B) in a bar chart (inherited state) based on week selections made in alternate states. I now want to apply a selection for specific products but the alternate states don't appear to limit to the product select box (inherited state). Am I doing something wrong?
You'll have to add some set analysis to your expressions, so that they listen to the product selection in the inherited state. Something like:
sum({State1<Product=$::Product>}Tickets)
Find attached for an example.
Hope this helps!
You'll have to add some set analysis to your expressions, so that they listen to the product selection in the inherited state. Something like:
sum({State1<Product=$::Product>}Tickets)
Find attached for an example.
Hope this helps!
That immediately worked. Thank you!