Forum Discussion
Anonymous
7 years agoNot applicable
Summarise data as a pivot table or normal table
Hi Experts how would you summarise the following data into a simple cross tavb table with summed values for each region. So i have Apple 100 Apple 200 Apple 300 Orang...
- 7 years ago
new table = summarize(tableName;[column1];"total";sum([column2]))
try this
petrovnikitamai
Resolver V
7 years agonew table = summarize(tableName;[column1];"total";sum([column2]))
try this
- Anonymous7 years agoNot applicable
many thanks testing