Forum Discussion
Arial12
7 years agoFrequent Visitor
Case like statements - Compare two table columns
Hi Experts, I have two table with similar column that i want to compare and calculate a column. something like this, if tabl1.col1 = tabl2.col1 then "yes" else "NO" any suggestion? ...
Arial12
7 years agoFrequent Visitor
Each table has a column with a matching value with each other..
Arial12
7 years agoFrequent Visitor
Each table has a column with a matching value with each other..
- Anonymous7 years agoNot applicable
Convert the numeric column to text and create a relationship between the two. If you need to run calculations off the column that then can use the VALUE function or create a duplicate column using a numeric data type.
- Christann7 years ago
Advocate IV
Is there a reason that you cannot create a relationship based on those columns?
- Arial127 years agoFrequent Visitor
yes, one is only Numeric and another one allows alph numeric values as well.