MCPcopy Create free account
hub / github.com/Rello/analytics / valueAt

Function valueAt

js/visualization.js:639–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 calculateCalculatedColumnValue: function (row, calc) {
638 const columns = Array.isArray(calc.columns) ? calc.columns : [];
639 const valueAt = index => this.parseCalculatedColumnNumber(row[index]);
640
641 if (calc.operation === 'formula') {
642 try {

Callers 1

visualization.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected