eTRM uses javascript that opens and focuses a separate window to display reports. Your browser does not appear to support javascript. This should not prevent you from using eTRM but it does mean the window focus feature will not work. Please check the contents of other windows on your desktop if you click on a link that does not appear to do anything.
SELECT CUSTOMER_ID, BOOKED_DATE, COUNT(*) D_TOTAL_CNT FROM ISC.ISC_BOOK_SUM2_F WHERE FLOW_STATUS_CODE <> 'CANCELLED' AND CHARGE_PERIODICITY_CODE IS NULL -- Added as per Bug # 4589076 to remove recurring charge lines GROUP BY CUSTOMER_ID,BOOKED_DATE