Interactive date selection and filtering by SQL
I like to use JMP interative to get input start and end time and then use SQL to filter the data table. The parameter dateb and datee if defined as for instance '2017-10-10', '2017-11-11' works fine but when use assigned varaible dateb and datee, I don't get the correct filtering (empty tables).I appreciate any help you can provide. Thanks.------------------------------------ defuplim = Today();d...