Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have below scenario
TableA:loadPid & materialID as 'process index',Pid as COS_idFrom...
===================================Table B:loadTid & Sid as 'PL Index',Tid & materialID as 'Prcoess Index'Sid as [Tag_SID],Sno as [Tag_sno]
From ...
==============================Table C: // New table to be added in the existing modelloadTid as cos_id,Sid as [Tag_SID],TstampFrom.....
I want to link the new table (Table C) on cos_id and [Tag_SID] with other tables.However, it is creating circular loop when i run the data model.
If i don't rename (Sid as [Tag_SID]) in Table C, no circular loop is created and the tables are linked on cos_id field only.
Can any one please help me on how to achieve this ?
Hi,
Check the Autonumber() Function. from Help- Autonumber ()
VK