M
Mishanya
I have a query limited to show the 3 last records from table (by SQL
expression SELECT TOP 3 MyTable.Date):
ID Date FieldValue
I need to show a change in a FieldValue between any current and previous
records, so the row of report would include:
ID Date FieldValue(n) Change(FieldValue(n)-FieldValue(n-1))
1) How can I calculate such a thing (what formula should be put in unbound
box Change))?
2) In case of FieldValue(1) the FieldValue(n-1) does not appear in the query
result and should be pulled from the table?
expression SELECT TOP 3 MyTable.Date):
ID Date FieldValue
I need to show a change in a FieldValue between any current and previous
records, so the row of report would include:
ID Date FieldValue(n) Change(FieldValue(n)-FieldValue(n-1))
1) How can I calculate such a thing (what formula should be put in unbound
box Change))?
2) In case of FieldValue(1) the FieldValue(n-1) does not appear in the query
result and should be pulled from the table?