Hi Florian,
I'm using SPS11 so I tried writing the view like this:
VIEW FullView AS select from FullEntity
LEFT JOIN DescriptiveEntity on FullEntity.ID = DescriptiveEntity.FullEntID
{ ID, DescriptiveEntity.Description
};But I get an error says: "[1310083] Only scalar types allowed in this location of a query" (on the " =DescriptiveEntity.FullEntID")
What am I doing wrong?
Thank you,
Yaron