thedr9wningman
New Member
- Joined
- Feb 27, 2007
- Messages
- 13
Hi, I'm trying to do something I think of as very simple, but I cannot seem to figure it out. I'm doing a comparison of values (so the same field) with different attributes over time.
I'm simply trying to calculate this delta field using fields so that I can dynamically generate the differences. I cannot for the life of me figure out how to do this other than using getpivotdata().
The date columns are called "date of update" and can be various longitudinal values (values/versions over time). Other than that, I'm using a summation of the 'value' field, which is simply the values in a table summed up by the "era" (the row labels that map to the time periods). How do I make an item or field (I don't understand the difference) that is simply value5/2-value8/21=delta? (another way to say it is [valuedate of update A]-[valuedate of update B]=delta)
Example (sorry for the rotten formatting, I'm doing the best I can):
Data is structured as such...
Thanks for any assistance.
-Feeling thick.
I'm simply trying to calculate this delta field using fields so that I can dynamically generate the differences. I cannot for the life of me figure out how to do this other than using getpivotdata().
The date columns are called "date of update" and can be various longitudinal values (values/versions over time). Other than that, I'm using a summation of the 'value' field, which is simply the values in a table summed up by the "era" (the row labels that map to the time periods). How do I make an item or field (I don't understand the difference) that is simply value5/2-value8/21=delta? (another way to say it is [valuedate of update A]-[valuedate of update B]=delta)
Example (sorry for the rotten formatting, I'm doing the best I can):
Rich (BB code):
Sum of Value Column Labels
Row Labels 5/2/2013 8/21/2013 Delta
2004 - 2009 4.50 1.50 -3.00
2010 - 2014 4.59 4.59
2015 - 2019 0.00
2020 - 2024 0.00
2025 - 2029 0.00
Grand Total 9.09 6.09
Data is structured as such...
Rich (BB code):
Year Date of update Value Status era
2008 8/21/2013 1.00 Current from model 2004 - 2009
2009 8/21/2013 0.09 Current from model 2004 - 2009
2010 8/21/2013 0.88 Current from model 2010 - 2014
...
2008 5/2/2013 1.00 Historical value 2004 - 2009
2009 5/2/2013 0.09 Historical value 2004 - 2009
Thanks for any assistance.
-Feeling thick.