Hello ,
I have a query with the following fields:
Product , Value , Month , Year
So I want to find the difference in value for same month in previous year .
Month and Year fields were calculated with :
Month: Format([DateP];"mmm")
Year: Format([DateP];"yyyy")
So I can't figure out the datatypes of the results (on the filter drop-down list there is text filters so propably these are text , although [Year]-1 gave me result e.g. if Year = 2012
[Year]-1 would give 2011
Please give me some advice on this
Thank you in advance
I have a query with the following fields:
Product , Value , Month , Year
So I want to find the difference in value for same month in previous year .
Month and Year fields were calculated with :
Month: Format([DateP];"mmm")
Year: Format([DateP];"yyyy")
So I can't figure out the datatypes of the results (on the filter drop-down list there is text filters so propably these are text , although [Year]-1 gave me result e.g. if Year = 2012
[Year]-1 would give 2011
Please give me some advice on this
Thank you in advance