First off, thanks to Christine Wingenfeld for helping me build my first dashboard in December.
I'm trying to understand the jump to feature but it's not doing what I expect.
The icon in the top left shows I enabled it. I expect to be able to click on a bar and see those constituents. I am in view mode, not configure mode.
However, nothing happens. Am I not doing this right?... Please help me configure this
Hi Chris. I tried to replicate your formula and renewal-widget filter but the formula window shows an error and I can't close it. I guess I need more proficiency with formulas before I can successfully calculate renewal rate by month.
Hi JM Huck
I think that you might need to remove the SUM function that is giving you the TOTAL - Right click on it and you should be able to change the operator.
ALL ( [ TOTAL RENEWED MEMBERSHIP COUNT ] ) )
Should be
ALL ( [ RENEWED MEMBERSHIP COUNT ] ) )
That'll probably clear it up as I think your TOTAL has as implied bracket around it. But if not you can add in the brackets as below to look 100% like Chris' which may help you get rid of that pesky syntax error
I put Chris's on top and yours below to show them
It's been about 6 months since I've had analytics so it's a guess but should get you in the right direction.
I think that also created a syntax error.