Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Why does the following expression not work in a chart?
Sum(if(Year=Max(Year),Profit,0))-Sum(if(Year=Min(Year),Profit,0))
If have selected more than one Year
Try Max(Total Year) and Min(Total Year) in place of Max(Year) and Min(Year).
Does this work? Why?
Try Max(Total Year) and Min(Total Year) in place of Max(Year) and Min(Year).
Does this work? Why?
It works! Thanks!