I need to be able to extract the contents
of the value labels for a column into a column in another work sheet
From:
Donald.Palahnuk@imclone.com [mailto:Donald.Palahnuk@imclone.com]
Sent: Thursday, December 22, 2005
10:53 AM
To: jmp-l@lists.biostat.wustl.edu;
Kossack, William
Subject: Re: [jmp-l] create a
column list
Bill:
Please
clarify what you what info you are trying to get back from the
column
object child of the data table object ... is it the actual value of
the
cell ? ... or something else ... please clarify - and I should be able to
get
you an example that works ...
D
Palahnuk
Senior Engineer, Process Sciences
ImClone Systems
908 252 3533
Donald.Palahnuk@ImClone.com
|
"Kossack,
William" <KossackW@NJC.ORG>
Sent
by: jmp-l-owner@lists.biostat.wustl.edu
12/22/2005 11:55 AM
|
Please
respond to
jmp-l@lists.biostat.wustl.edu
|
|
|
To
|
jmp-l@lists.biostat.wustl.edu
|
|
cc
|
|
|
Subject
|
[jmp-l] create a column list
|
|
I’m trying to use the line
valuelabelCol = attrTable << new
column("valueLabel", character, width(255));
to setup a column to receive the value labels of a column of
data
however when I try to use
for(i=1, i <= n col(dt), i++,
attrTable << add row(1);
valuelabelCol[row()] = column(dt,i) << get value
labels;
);
To extract the value labels I get the error
_expression_ does not fit available column types{1} in function
'Bad Argument'
Obviously I have the wrong data type defined for the column
to receive the value labels. What should it be?
CONFIDENTIALITY NOTICE: The information contained in
this message is legally privileged and confidential information intended for
the use of the individual or entity named above. If the reader of this message
is not the intended recipient, or the employee or agent responsible to deliver
it to the intended recipient, you are hereby notified that any release,
dissemination, distribution, or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify the
author immediately by replying to this message and delete the original message.
Thank you.
Confidentiality Note: This e-mail, and any attachment to it, contains
privileged and confidential information intended only for the use of the
individual(s) or entity named on the e-mail. If the reader of this e-mail
is not the intended recipient, or the employee or agent responsible for
delivering it to the intended recipient, you are hereby notified that reading
it is strictly prohibited. If you have received this e-mail in error,
please immediately return it to the sender and delete it from your system. Thank
you.