M
Michael
I have a table with 2 Fields, date and value.
the date is always Friday on each week and I want to
calculate the % change from prior week. i.e.
(valuethisweek - valuelastweek)/ valuelastweek
The result from the query should show date, value and
change% as the fields.
I have played around with subquery's but can't seem to get
anything working whatsoever.
Regards,
Michael
the date is always Friday on each week and I want to
calculate the % change from prior week. i.e.
(valuethisweek - valuelastweek)/ valuelastweek
The result from the query should show date, value and
change% as the fields.
I have played around with subquery's but can't seem to get
anything working whatsoever.
Regards,
Michael