On 7/3/2012 10:45 AM, karvesh Mising name wrote:
> Dear All,
>
> I have a table with a grouping
> I want to be able to change the grouping interval of the table in script. See screenshot:
>
>
>
>
> I came across a code that does the similar work for charts, but i am having some problem for tables
>
>
> var chart1 = this.getReportElement( "MyChart" )
> catg = chart1.getCategory().getGrouping();
> catg.setGroupUnit(params["paramTimeUnit"]);
>
>
> Any kind help?
>
> Thanks!
> Karvesh
>