If I'm using a simple expression to do addition of two columns on different tables based on a relation, how do I allow a figure to still go through even though at one record, one of the tables does not meet the relation.
Table one
column1 column2
joe 54
sam 24
harry 34
Table two
column1 column2
joe 24
sam 13
now in the query I have relations to show all records from table one and only the ones that table two matches set for both the column1's on both tables.
here are the results I get
joe 78
sam 37
harry
Harry is blank.. I need harry to show 34..
tia.. I'm a noober
Table one
column1 column2
joe 54
sam 24
harry 34
Table two
column1 column2
joe 24
sam 13
now in the query I have relations to show all records from table one and only the ones that table two matches set for both the column1's on both tables.
here are the results I get
joe 78
sam 37
harry
Harry is blank.. I need harry to show 34..
tia.. I'm a noober