pbackstrom
Programmer
I want a single max value of a certain non-related table to be plugged into a field in each row generated by the mapping.
There's nothing to join to or look up by, so it doesn't like joiner or lookup. Really I just want it to act like a system variable.
Putting Select Max() as the SQL query in a second source qualifier and having the field as the only source qualifier port won't let me map from that port to the rest of the record, "Concatenation Disallowed".
Tx for any help.
There's nothing to join to or look up by, so it doesn't like joiner or lookup. Really I just want it to act like a system variable.
Putting Select Max() as the SQL query in a second source qualifier and having the field as the only source qualifier port won't let me map from that port to the rest of the record, "Concatenation Disallowed".
Tx for any help.