Solved
OUTPUT ERROR: ReferenceError: "myinfotable" is not defined.
Hi, Can
someone help me to fix this problem ASAP? thank you.
Hi, Can
someone help me to fix this problem ASAP? thank you.
In your case the simplest way to go is this (don't do it on the large data tables😞
var result = Resources["InfoTableFunctions"].Aggregate({
t: me.QueryDataTableEntries({ maxItems: 1000000 }),
columns: 'KPI_Value',
aggregates: 'SUM',
groupByColumns: 'No'
});
/ Constantine
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.