Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Looking for help on this.
Currently using the expression: sum({<Month={'$(=max(Month))'}>} [Conversion%]) to display current month stat on dashboard (idk if this is the easiest way, open for suggestions).
Want to condition red or green arrow based off previous month's value (if previous month>current month, red, green)
Any suggestions on how to use addmonths or above to reference the previous month, utilizing the above expression?
Using table that looks something like this:
Month Conversion %
1/1/18 0.76
2/1/18 0.73
3/1/18 0.77
etc
Need more details to help properly but if your table looks like the one mentioned Use above function
If(above(yourexpression) > youexpression, red(), green())
Need more details to help properly but if your table looks like the one mentioned Use above function
If(above(yourexpression) > youexpression, red(), green())