Hi there,
I have a report template that currently prints a new line for each feature in the repeat. There is an identity field called URN which currently is generated by a list i have linked however I want it to be replaced by the objectid of the parent feature. this is what i have at the moment:
the ${urn} is input initially at the parent layer and then referenced in the repeat and then the repeat number is added after a decimal piont, so we get figures like 5.1, 5.2, 5.3.
What i want to do, is instead of having the urn field at all, i want to use the objectid of the parent layer (shown in the report as Document ID). if i use the objectid of the child layer i would get something like 5.1, 6.2, 7.3.
Is there a way in the report, to have the parent objectid repeated on each line encased within the repeat syntax?
needs to be the objectid as this gets generated by the server at the point of submission - we don't want to have two surveys query the list at the same time and get the same urn which is what currently could happen.
Many thanks
Solved! Go to Solution.
Have solved this using FME
Have solved this using FME