Forum Discussion

skitovich's avatar
skitovich
Helper I
6 years ago
Solved

Help with summing columns from different tables

Hello. There was such a question. You need to sum 3 columns from 3 different tables. How to do it? I send screenshots below
  • judspud's avatar
    6 years ago

    Hi skitovich 

     

    You can do this with a measure;

     

    measure = sum(column1) + sum(column2) + sum(column3)

     

    Thanks,

    George