Hi @aniruddhr ,
To find out why parts of your window/report aren't interactive, you should look at the log in JMP after running the script to create the Interactive HTML file. There should be messages starting with "Interactive HTML" followed by an item used in your report that is not supported.
One thing I noticed in your attached image is that the local data filter has both Show and Include modes enabled. Interactive HTML cannot support the local data filter's Include mode. To have the local data filter in your interactive HTML output be interactive you will need to disable the Include mode.
To do this in your in your JSL , you will need to add Mode( Include( 0 ) ), within the Local Data Filter Method.
I can't tell from your description if you have one or two local data filters. Currently we can only support one local data filter at a time. If you have more than one, only the first will be interactive.
I hope this helps,
~John