How to save data table(colored cells) to Interactive HTML?
Hi, When I saved 'dt_newin' as Interactive HTML and try to open the file (in chrome\explorer) the color in the columns disappeared.Is there a solution to this?Thanks dt_newin = New Window( "Data Tool", db);
dt_newin() << journal;
Current Journal() << Save INTERACTIVE HTML( "C:\Desktop\Report\Summary Data.html" );
Current Journal() << Close window( nosave );
MAS
vince_faller