Set Analysis in a 2 dimensional stacked bar chart.
All,
I have a stacked bar chart with two dimensions in it, one being LOG_MONTH and the other being OPERATOR_CODE. My expression is SUM(LOGGED_VALUE). What I'm trying to acheive is to check for null values in LOGGED_VALUES and if found then use the previous month's LOGGED_VALUE. I can't seem to write the correct set analysis for this one. Any help?