Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
sorting on click of column header.
Birtsnew
Hi,
Could we able to do sorting on click of table column header?(using javascript).
Thanks in advance
Ashok S.
Find more posts tagged with
Comments
mcremer
<blockquote class='ipsBlockquote' data-author="'Birtsnew'" data-cid="83706" data-time="1317715687" data-date="04 October 2011 - 01:08 AM"><p>
Hi,<br />
<br />
Could we able to do sorting on click of table column header?(using javascript).<br />
<br />
<br />
Thanks in advance<br />
<br />
<br />
Ashok S.<br /></p></blockquote>
<br />
Well Eclipse BIRT has interactive sorting for charts. But as far as I know not by default in the viewer.<br />
What your looining for is I think this: <a class='bbc_url' href='
http://www.birt-exchange.com/be/products/birt-user-experience/interactive-viewer/features/interactive-report-analysis/'>http://www.birt-exchange.com/be/products/birt-user-experience/interactive-viewer/features/interactive-report-analysis/</a>
;
Birtsnew
I would like to do sorting in crosstab column header click.
mcremer
<blockquote class='ipsBlockquote' data-author="'Birtsnew'" data-cid="83721" data-time="1317729604" data-date="04 October 2011 - 05:00 AM"><p>
I would like to do sorting in crosstab column header click.<br /></p></blockquote>
Same again not in Eclipse by default but a comercial product (part of the iServer) has that feature.
Birtsnew
i know, there is no built-in future in BIRT for crosstab column header sorting.But i already done using scripts for table column header sorting. i wants to know for crosstab.
Please do not say again there is no future in eclipse.
Sam.
mcremer
<blockquote class='ipsBlockquote' data-author="'Birtsnew'" data-cid="83723" data-time="1317730446" data-date="04 October 2011 - 05:14 AM"><p>
i know, there is no built-in future in BIRT for crosstab column header sorting.But i already done using scripts for table column header sorting. i wants to know for crosstab. <br />
<br />
Please do not say again there is no future in eclipse.<br />
<br />
<br />
Sam.<br /></p></blockquote>
<br />
The problem is that a cross tab is a complete diffident object. If you want do the sorting based on scripting take a look at: <a class='bbc_url' href='
http://www.birt-exchange.org/devshare/designing-birt-reports/1201-add-sort-to-crosstab-using-de-api-in-script/#description'><span
style='color: #FF0000'>Add Sort to Crosstab using DE API in script</span></a>
Birtsnew
Thank you mcremer. but i am looking sorting in crosstab column header click.
sachindhus
Please refer this link
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1590-dynamic-column-sorting/