Forum Discussion
HabibAdil
6 years agoHelper IV
Datediff with Many to Many Relationship
Hi All, I am struggling to get the number of calender days between two dates using the datediff function with aggregation. I have done similar thing in the past but the tables had one to many relat...
Greg_Deckler
6 years agoCommunity Champion
You can't create a composite key using [So No] & [So Line No] ?
HabibAdil
6 years agoHelper IV
Hi Greg_Deckler Thanks for your quick response. I tried that, but SO No is a string and SO Line is a whole number. I get an error. The SO NO is not always a number, but could have characters, hence I cannot change it to a number.
- Greg_Deckler6 years agoCommunity Champion
I'm not sure what the issue is HabibAdil I have attached an example file where I concatenate a text column and a numeric column.
- HabibAdil6 years agoHelper IV
Thank you Greg_Deckler