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)
Cross Tab - Pivot filters - (like in excel)
patsuyash
Hi All,
I wanted to ask whether or not ,we can create pivoted table in non- commercial birt versions?
Regards,
Suyash Patil
Find more posts tagged with
Comments
mwilliams
You can create anything that the commercial version does, with the open source. You just have to build it.
As far as another option, you could parametrize a report, and just re-run the report when new parameters are selected. Take a look at this devShare post:
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1181-dynamic-xtab-creation-using-script/
patsuyash
Hi Michael, <br />
The example u showed is about changing dimensions using parameters .<br />
I wanted pivoted header filter like we get in excel. Please check out the images a n b attaached.<br />
<br />
Regards,<br />
Suyash Patil <br />
<br />
<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="109579" data-time="1348077769" data-date="19 September 2012 - 11:02 AM"><p>
You can create anything that the commercial version does, with the open source. You just have to build it.
<br />
<br />
As far as another option, you could parametrize a report, and just re-run the report when new parameters are selected. Take a look at this devShare post:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1181-dynamic-xtab-creation-using-script/'>http://www.birt-exchange.org/org/devshare/designing-birt-reports/1181-dynamic-xtab-creation-using-script/</a><br
/></p></blockquote>
mwilliams
I knew what you had meant. The devShare was linked under a post with a similar situation. The poster was a trusted poster, so I didn't look at exactly what the report did, but you could do something similar, maybe, with html drop down lists, then re-running your report, if using HTML output. If wanting this in XLS, you'll probably have to edit the emitter's source to achieve this functionality.