Hi, In ax2012 how can i implement this in query, particularly in EP dataset - I have some items with dimension Color and some dont have Color. I want to join inventTable with CustVendExternalItem to get external item field value. CustVendExternalItem table has records with Color and some with blank Color. I want to retreive the records which perfectly match with the item color-color and if for any item Color record in CustVendExternalItem doesnt exist it should get the record where color is blank.
For the items which are not color enabled it should always retrieve the record with blank color.
I can use display method to achieve this but i need to show this field on enterprise portal grid and user should be able to filter external item Id.