I am trying to create a Private Parameter Value from an Attribute Value.
What I Have is a SQLCreator that is pulling two columns from a table.
ROUTE_ID
SYSTEM_CODE
The SQLCreator is using a Published Parameter to query out the data associated the user defined SYSTEM_CODE.
What I want to do is assign a Private parameter from that result as the ROUTE_ID value.
This would allow me to run other queries based on the Route_ID which is a unique number.