jmp-l
[Top] [All Lists]

Re: Managing lists

To: jmp-l@lists.biostat.wustl.edu
Subject: Re: Managing lists
From: "Michael E Haslam" <Michael.E.Haslam@nsc.com>
Date: Tue, 13 Jan 2009 08:25:00 -0600
In-reply-to: <F1B7E1D1751D57448E285B66C32C93972B013BF356@GVW1095EXB.americas.hpqcorp.net>

Danny,

Here are several ways

--------------

Analysis Table = New Table ("Test");

Analysis Table << New Column ("Character Data 1", Character, Nominal, Values ({"A", "B","C"}));
Analysis Table << New Column ("Character Data 2", Character, Nominal);

List of Values = Analysis Table:Character Data 1 << Get Values;
Analysis Table:Character Data 2 << Set Values (List of Values);

Analysis Table << New Column ("Character Data 3", Character, Nominal, Values (List of Values));

----------------

Michael Haslam
National Semiconductor
Arlington, Texas


Inactive hide details for "Kugler, Danny (LightScribe)" <danny.kugler@hp.com>"Kugler, Danny (LightScribe)" <danny.kugler@hp.com>


          "Kugler, Danny (LightScribe)" <danny.kugler@hp.com>
          Sent by: jmp-l-owner@lists.biostat.wustl.edu

          01/12/2009 07:18 PM
          Please respond to
          jmp-l@lists.biostat.wustl.edu


To

"jmp-l@lists.biostat.wustl.edu" <jmp-l@lists.biostat.wustl.edu>

cc


Subject

[jmp-l] Managing lists

Hello Fellow JMP-L participants.

Looking for help on something so simple I can't figure it out.
I have created a list and I want to move it to a new column within a data table.
All of the elements within the list are of data type Character so it should be simple but I have not been able to work it out.
Any ideas? Need more info?

Thanks,
Danny

Danny L. Kugler
LightScribe Reliability Engineer
Hewlett Packard
1000 NE Circle Blvd, Mailstop 812A
Corvallis, OR 97330
(541) 715-7628
www.lightscribe.com


GIF image

<Prev in Thread] Current Thread [Next in Thread>
  • Managing lists, Kugler, Danny (LightScribe)
    • Re: Managing lists, Michael E Haslam <=