Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need help in defining an aggregate function. Database, contains fields:
load
DATE,
BANK NAME,
AMOUNT
[...]
from [...]
I create a table in which the columns are "Date", the rows are "BANK NAME".
I want to have a second column to sum up the amount of the previous three months.
The RangeSum(Above(..)) function sums my rows, how do I refer to the columns?
Have a look at using the Before() and/or After() functions within your rangesum instead of Above() / Below()
Have a look at using the Before() and/or After() functions within your rangesum instead of Above() / Below()
You're wonderful 🙂 Thank you, it works 🙂
I am a beginner and there is a lot ahead of me ....