Hi All,
I have 3 scripts that run different SQL queries to extract data. Another script uses Include() to run each one of those scripts and then makes some modifications to the three tables and joins them.
In two of those scripts, when I run the individual script, or the call using Include(), I got the same table. However, for the last script, if I run it I get like 8000 rows, but running it through the include() command, I get less than 4000 rows. Besides this, some columns are also missing.
I have removed everything else and now I only have a jsl script with one line like the one below:
Include( "...\Test.jsl");
and it still gives me a different table as when I run Test.jsl directly
I have never seen this behaviour before and the fact that I get the same tables no matter how I run the two previous script, tells me some functionality of include() is not working with my data.
Have you ever encountered this before? Just in case, I use JMP 17.0.0
Thank you,