Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
5 years ago
Solved

Incorrect total when multiplying columns

I've created a table where I show data from two tables. Table 1: Name and price. Table 2: Quantities. So I'm left with a view: Name, quantities, price. I have generated a new column that multi...
  • Migasuke's avatar
    5 years ago

    Hi Syndicate_Admin ,

    This formula using sumx and related should solve your problem.
    I have 2 tables. One with Price, second with Quantiy.

     


    Take a look and let me know if it helped!