Hi,
I've used the querybuilder JMP to create a database JMP from an excel file.
First, I have the beginning of the update data with this:
New SQL Query(
Version( 130 ),
Connection( "JMP" ),
JMP Tables(
["BDD 2" =>
"Source(Open(
\!"S:\Pilotage\MTBSTAT\BDD Anthony\MEGABASE.xlsx\!",
Feuilles de calcul( \!"BDD\!" ),
Use for all sheets( 1 ),
Concatenate Worksheets( 0 ),
Create Concatenation Column( 0 ),
Worksheet Settings(
1,
Has Column Headers( 1 ),
Number of Rows in Headers( 1 ),
Headers Start on Row( 1 ),
Data Starts on Row( 2 ),
Data Starts on Column( 1 ),
Data Ends on Row( 0 ),
Data Ends on Column( 0 ),
Replicated Spanned Rows( 1 ),
Replicated Spanned Headers( 0 ),
Suppress Hidden Rows( 0 ),
Suppress Hidden Columns( 0 ),
Suppress Empty Columns( 1 ),
Treat as Hierarchy( 0 ),
Multiple Series Stack( 0 ),
Import Cell Colors( 0 ),
Limit Column Detect( 0 ),
Column Separator String( \!"-\!" )
)
It seems that the update is good the first time and I save the new jmp file
But, when I open again ths file and I make a new update, the script of the update is changed automatically and replaced by:
New SQL Query(
Version( 130 ),
Connection( "JMP" ),
JMP Tables(
["BDD 2" =>
"\S:\Pilotage\MTBSTAT\BDD Anthony\JMP\\BDD 2.jmp"
]
),
QueryName( "BDD 2" ),
Select(
Column( "N° de Cuve", "t1", Analysis Type( "Ordinal" ) ),
and the update doesn't go on.
Has someone a solution?
best regards