Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi every one,
I have a salestable with some records and another with adjusted costs that I link with a code. The problem is the Adjusted table appears with a lot of records with blank values:
salestable
id EAN name value
1 a aa 10
2 b bb 15
3 c cc 20
Adjusted
EAN description cost
a aacost 5
z zzcost 10
b - -
c - -
Anyone knows why???
Thanks
Eduard
It's almost impossible to say by just looking at your post.
You'll need to add some more information (how have you created these two tables, how do you look at the data, etc).
It's probably most simple if you could post a small sample app.
Hello
Is adjusted the result of Join of two tables?
Regards