Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have a data:
and i transform into pivot
I use if(isnull(sum(value)),0,sum(value))-if(isnull(before(sum(value))),0,before(sum(value))) and it gives me value ONLY row A (-8), B (2), C (-6) while D returns to - instead of -8
how to get the difference if there is a null value?
Thank you