I have rollup field that sum all the records from a table. I want to limit the sum from all to sum for current month only.
How can I do it?
I have rollup field that sum all the records from a table. I want to limit the sum from all to sum for current month only.
How can I do it?
Hi,
in rollup source table, create formula field IF(MONTH(TODAY())=MONTH({Date Field},'Current')
in rollup settings, put filter according to it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.