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

Function encodeCalculations

tests/playwright/25_options_table.js:57–57  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

55 const pipelineResult = await page.evaluate(() => {
56 const visualization = OCA.Analytics.Visualization;
57 const encodeCalculations = (items) => items.map((item) => JSON.stringify(item)).join(',');
58
59 const nonPivotOptions = {
60 layout: { rows: [0, 1], columns: [], measures: [], notRequired: [2] },

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected