Re: View Link Entity Conditions

2011-12-21 Thread Deepak Dixit
Hello Ancheta, You can achieve this using entity-condition tag, that is available at parallel of view-link tag. I have faced the similar problem earlier, but I was too busy to dig into this. Code support is available for entity-condition under view-link, but it get entity-condi

View Link Entity Conditions

2011-12-20 Thread Ancheta, Fred
It appears that view-link supports the notion of entity-condition where you can do something like this: I would imagine it yields something like this: SELECT A.*, B.* FROM TABLE_A A LEFT OUTER JOIN TABLE_B B ON A.fk = B.fk AND A.fld = 'FLD_TYPE"; Is this correct? If no