Hi there, I am currently working with pivot tables and would like to have some conditional formatting. It needs to check another field and if the value is less than current, show an up arrow, if less, show a down arrow, otherwise a line.
I created a calculated function
ifelse(7dayrevenue > 30dayrevenue ,-1, ifelse(7dayrevenue < 30dayrevenue ,1, 0))
Then i added conditional formatting
Unfortunately this didn’t work. Any insight would be greatly appreciated.
