Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Change
to
Final:
IntervalMatch(Date) Left Join Load [GL Account Start] , [GL Account End] Resident Layout;
Left Join (PLData) Load * Resident Layout;
Drop Table Layout;
Hi Manish,
Thanx for Reply Its working..
But,I don't want single table in Data Model I need Three Different table in Data Model...
Hi Manideep,
It is creating a Synthetic key in Data Model & i need Three Separate table in Data Model..
Remove
Left Join (PLData) Load * Resident Layout;
Drop Table Layout;
add
Left Keep (PLData) Load * Resident Layout;