Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have 2 table and I don't have any primary key between both the tables...
And its must to join both the table in this way by which I get correct validation result...
Please find the attached files for details..
I want salary should come correct after joining...
Please reply..
Rahul
This is how join works. To get your desired result, just keep the tables associated (No join).
Try this
=Sum(Aggr(Max(DISTINCT Salary),ID))
in the expression:
Sum(Aggr(Salary, NAME))
If you do not have any business rule on which these 2 table will be joined, then there is no way to get the expected results.
I would request you to redefine the way you want to link these tables.
Thanks,
Singh