I've published a JMP Live report and realized the Auto-Update is true/on by default in Local Data Filter. Is there an option to turn that off by default??
This will be very helpful as I don't have to uncheck it every time I load the report. When multi-selecting the filters, I often realize after selecting first option since it tries to re-load the entire report and it takes time to reload with large dataset.
Local Data Filter( Auto Update( 0 ), Add Filter( columns( :location, :time ) ) )
I tried above in script but it doesn't work.