‎2009 Apr 28 7:16 AM
Hello Gurus,
For creating a view I am trying to join 2 tables.
I have selected 4 fields in first table and 3 fields in the second table.
The join condition is in such a way that the first table field(not primary) is input to second table primary field.
The first table field is of 10 char length and the input field in the second table primary field is 70 characters in length.
When we take the value in the first table field individually and give input in the second table it works. I.e., it works individually.
But when this data is seen using the view it doens't show any records, since the field length condition is not met.
Any solution on this.
Regards
Mac
‎2009 Apr 28 7:23 AM
Hi,
the values of the two fields which you are trying to put in join condition are same in the both the tables,
check the entries in both the tables and specially for the fields you are putting a join,,
if the data does not match it will never give you results
Regards,
Siddarth
‎2009 Apr 28 7:25 AM
Hi,
In the join condition try delimiting the lenght of 70 character field.
Hope this might help.
Regards,
Kritesh Shah
‎2009 Apr 28 3:37 PM
Hi,
How can I delimit the length of 70 characters to 10 in the join conditions of the view.
Regards
mac
‎2009 May 03 7:53 AM
‎2009 Dec 16 10:46 AM