Dear @apmuthu thats really not practical. Sometimes we need to compare reports so quickly that saving a report locally and then opening them again in a pdf reader is cumbersome.
I went into the code and finally got the solution
In utils.js file Commenting Line no 127 and adding below line solves the problem
127 //window.open(data,'REP_WINDOW','toolbar=no,scrollbars=yes,resizable=yes,menubar=no'); 128 window.open(data);
This will work when in Preferences the option to view reports in pop up window is checked.
Hope this may help others too.
Regards.
