cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Browse apps to extend the software in the new JMP Marketplace
%3CLINGO-SUB%20id%3D%22lingo-sub-775254%22%20slang%3D%22en-US%22%20mode%3D%22UPDATE%22%3EEnregistrer%20le%20script%20dans%20la%20table%20de%20donn%C3%A9es%20(Tous%20les%20objets)%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-775254%22%20slang%3D%22en-US%22%20mode%3D%22UPDATE%22%3E%3CP%3EComment%20utiliser%20la%20syntaxe%20du%20script%20de%20sauvegarde%20dans%20la%20table%20de%20donn%C3%A9es%20(tous%20les%20objets)%20pour%20enregistrer%20une%20table%20de%20donn%C3%A9es%20tri%C3%A9e%26nbsp%3B%3A%20par%20colonne%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-775254%22%20slang%3D%22en-US%22%20mode%3D%22UPDATE%22%3E%3CLINGO-LABEL%3EmacOS%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-775265%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%20%3A%20Enregistrer%20le%20script%20dans%20la%20table%20de%20donn%C3%A9es%20(Tous%20les%20objets)%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-775265%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESi%20vous%20avez%20utilis%C3%A9%3C%2FP%3E%0A%3CP%3ETableaux-%26gt%3BTrier%3C%2FP%3E%0A%3CP%3Ealors%20le%20script%20a%20d%C3%A9j%C3%A0%20%C3%A9t%C3%A9%20enregistr%C3%A9%20dans%20la%20table%20de%20donn%C3%A9es%20sous%20la%20forme%20de%20l'entr%C3%A9e%20Source%20dans%20le%20panneau%20Tables.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-775276%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%20%3A%20Enregistrer%20le%20script%20dans%20la%20table%20de%20donn%C3%A9es%20(Tous%20les%20objets)%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-775276%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EMerci%20Nelson%2C%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3Eque%20diriez-vous%20d'un%20rapport%20regroup%C3%A9%20par%20%3A%20une%20colonne.%20Le%20rapport%20comporte%20plusieurs%20sections%20regroup%C3%A9es%20par%20colonne%20et%20je%20dois%20toutes%20les%20enregistrer%20dans%20le%20tableau%20de%20donn%C3%A9es.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-775299%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%20%3A%20Enregistrer%20le%20script%20dans%20la%20table%20de%20donn%C3%A9es%20(Tous%20les%20objets)%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-775299%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EEst-ce%20ce%20que%20vous%20recherchez%3C%2FP%3E%0A%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3ENames%20Default%20To%20Here(%201%20)%3B%0Adt%20%3D%20Open(%20%22%24SAMPLE_DATA%2Fbig%20class.jmp%22%20)%3B%0A%0Aobj%20%3D%20dt%20%26lt%3B%26lt%3B%20bivariate(x(%3Aweight)%2Cy(%3AHeight)%2C%0A%09By(%20age%20)%0A)%3B%0Aobj%5B1%5D%20%26lt%3B%26lt%3B%20Save%20ByGroup%20Script%20to%20data%20table%3B%3C%2FCODE%3E%3C%2FPRE%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-775303%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%20%3A%20Enregistrer%20le%20script%20dans%20la%20table%20de%20donn%C3%A9es%20(Tous%20les%20objets)%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-775303%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ea%20parfaitement%20fonctionn%C3%A9%20!%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3EMerci%20Nelson%20!%3C%2FP%3E%3C%2FLINGO-BODY%3E
Choose Language Hide Translation Bar
kd_kel
Level I

Save script to data table (All objects )

How do I use the save script to data table (all object)  syntax to save a data table sorted : by a column

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Save script to data table (All objects )

Is this what you are looking for

Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );

obj = dt << bivariate(x(:weight),y(:Height),
	By( age )
);
obj[1] << Save ByGroup Script to data table;
Jim

View solution in original post

4 REPLIES 4
txnelson
Super User

Re: Save script to data table (All objects )

If you used 

     Tables->Sort

then the script has already been saved to the data table in the form of the Source entry in the Tables Panel.

Jim
kd_kel
Level I

Re: Save script to data table (All objects )

Thanks Nelson, 

 

how about a report grouped by: a column. The report has multiple sections grouped by a column and I need to save them all to the data table

txnelson
Super User

Re: Save script to data table (All objects )

Is this what you are looking for

Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );

obj = dt << bivariate(x(:weight),y(:Height),
	By( age )
);
obj[1] << Save ByGroup Script to data table;
Jim
kd_kel
Level I

Re: Save script to data table (All objects )

worked perfectly ! 

 

Thanks Nelson !