I have trying to use the autogenerated ObjectID to govern document numbers when printed onto feature reports but the digit part of the taxonomy has to be in a five figure format.
Currently I am using ${objectid} to print the ObjectID into the report but this will just print the as the whole number e.g. 10.
Is there a way to format the ObjectID number to fit into the following format (00010)?
Try formatting the number as outlined in the number section of the report templates guide using the 0 to force digits or padded zeros to appear.
You'd want something like:
${objectid | format:"00000"}
I hate to resurrect an old post, but I am trying to do the same thing, but modifying the formatting of the objectid field results in:
"Error: An error occurred when checking the report template. Failed to parse ${objectid | format:”000”} since format is not supported for the current field."