I have a Call-Log Table and 5 Child Call-Type Tables.
The Call-Type Tables DO NOT have a Call_Type Column.
Need to add a Call_Type Column to the View AND assign a call_type identifier 1..5. I can then Group By Call_Date,Call_Type,Call_Person or what ever.
I can then use a Case ... When statement to join similar data columns into one column.
Struggling NOT to add the redundant data to the base tables.
Thanks.
The Call-Type Tables DO NOT have a Call_Type Column.
Need to add a Call_Type Column to the View AND assign a call_type identifier 1..5. I can then Group By Call_Date,Call_Type,Call_Person or what ever.
I can then use a Case ... When statement to join similar data columns into one column.
Struggling NOT to add the redundant data to the base tables.
Thanks.