Setting link ID in jsl seems not to work - what is wrong?
I am trying to set a link ID in JSL, but when setting it in JSL, the link ID seems to be set in the table like it should, but the link reference in the other table that is supposed to reference it does not work.
If I remove the link ID and set it by right clicking on the link ID, everything works fine.
I use this:
dfps:name( "Country" ) << Set Property( "Link ID", 1 );
Can't see what is wrong ...