Forum Discussion

JC-80's avatar
JC-80
New Member
10 years ago
Solved

Multiply Columns within different Tables - Not giving correct output...

Hi,    I am hoping someone can assist.    I have 2 tables of data Table A has all the data contained within it and Table B has unique fields - the relationship is Many to One.   Table A has Col...
  • JC-80's avatar
    JC-80
    10 years ago

    In this example I managed to fix the issue. 

     

    I completed a merge on the 2 tables with the relevant data. This created a column that contained all of the columns from 'Table 2', so I picked 'Hourly Rates'. I then created a calculated column multiplying the 'Hours' column by the 'Hourly Rates' column, this gave me the desired outcome. 

     

    Thanks for everyones suggestions and help. :smileywink: