Reputation: 1
My question is very straightforward.
I would like to add some functions in my database to return results directly with data entry.
In order to do that, I need to be able to use AVG
and SUM
SQL functions. Is that possible with the REDCap system?
Upvotes: 0
Views: 947
Reputation: 521
If you're still wondering this 7 months later, starting with version 11 you can use:
[aggregate-mean:fields:parameters]
and
[aggregate-sum:fields:parameters]
Upvotes: 2