I am trying to convert a list of dates in to a metric.
For example I have the following
01/01/02 10.00
01/02/02 20.00
01/01/03 30.00
02/01/03 40.00
What I would like to see is the following
pre 2003 30.00
2003 onwards 70.00
I have created an attribute using applysimple but it only returns 2003 onwards 100.00
It is just adding everything together and not differentiating between the dates.
However, when I run the sql it creates in Oracle it returns the correct results.
Very greatful if anyone can help.
For example I have the following
01/01/02 10.00
01/02/02 20.00
01/01/03 30.00
02/01/03 40.00
What I would like to see is the following
pre 2003 30.00
2003 onwards 70.00
I have created an attribute using applysimple but it only returns 2003 onwards 100.00
It is just adding everything together and not differentiating between the dates.
However, when I run the sql it creates in Oracle it returns the correct results.
Very greatful if anyone can help.