Chronis Kemos
Chronis Kemos

Reputation: 1

REDCap database calculating average for a field in different records

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

Answers (1)

SonOfALink
SonOfALink

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

Related Questions