I am using an US map
On my map/SVG Map/Popup Contents, I use
this following expression
='<strong>' & ClaimState &
'</strong><br />' & sum(ClaimCount)
I like to see claimcount for State when mouse hover over.
I works when I don’t filter any Agent.
For some Agent, Claims only happen on certain States. When I choose those Agent,
only active States show colors and the inactive state showing Disabled color,
that is great.
But when mouse hover over inactive States, Popup Contents showing a big number (which is the number of total claim without filtering) instead of 0.
I guess I need to modify the expression,
but I don’t know how. Please help!!!!