Jump to content

Copy Specification / Limit from one data table to another data table.


Tze Yik Lim

Recommended Posts

I have 2 data table. data table1 is limit table with testname & limit (LSL & USL). data table2 is the external source that have testname as column with reading. I need to add data table1 (limit table) LSL & USL information into data table2 as ColumnMetaData.

Here is my script. It run without error, but the limit is not copy. So, i am puzzled what i am doing wrong Can anyone advise Thank.

I also attached my dxp file

# input1 : TargetPCM (table), "TargetPCM"

# input2 : InputTable (table), "InputTable"

#copy Limit from InputTable to TargetPCM

for (row in 1:nrow(InputTable)) {

name

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...