Forum Discussion
game1
2 years agoHelper III
subtract between two columns from 2 different tables
Hi, I want to subtract between two columns from 2 different tables. For example, I have TABLE1[DateBirth] and TABLE2[DateDeparture]. The problem is that there is no cardinality between TABLE1 and T...
ChielFaber
2 years agoSuper User
Are there any columns in your datascource that could be used to create a key? Could you provide a sample table with dummy data for us to provide a solution?
- game12 years agoHelper III
Yes. Both table have in common IDName. But I try to connect cardinality and it didn't work.