Skip to content

Commit b7342df

Browse files
author
Rachael Shaw
authored
Update avg-records.js
1 parent 397a0a9 commit b7342df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layers/modeled/avg-records.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
success: {
2323
outputFriendlyName: 'Average (mean)',
2424
outputDescription: 'The average value of the given property across all records.',
25+
extendedDecription: 'If the underlying database would normally return a non-numeric value like `null`, return `0` instead.',
2526
outputExample: -48.1293
2627
},
2728

0 commit comments

Comments
 (0)