Column Switcher Appled to All Open reports
Hi guys, I am trying to write a script to apply column switcher to all open reports. Please guide me dt = Current data Table(); //Get all Open reports wList = Get Window List( Type( "Reports" ) ); //Get Column to replace and column to replace with win = New Window( "Set a Value", <<Modal, <<Return Result, H List Box( ColumnSwitcherObject = dt << Column Switcher(), colList = dt << Col List ...