Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • petrovnikitamai's avatar
    7 years ago
    new table = summarize(tableName;[column1];"total";sum([column2]))

    try this