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)
List of matching string options as text in Cross Tab cells
amozharovskyi
<p>Hi,</p>
<p>I need to get cross tab like on Picture1
Find more posts tagged with
Comments
mwilliams
<p>You could try something like this instead:</p>
<p> </p>
<p><a data-ipb='nomediaparse' href='
http://blogs.actuate.com/creating-a-birt-report-as-a-calendar-view/'>http://blogs.actuate.com/creating-a-birt-report-as-a-calendar-view/</a></p>
;
<p> </p>
<p>For your crosstab, you could likely use the onFetch of your data set to store values in global variables named after the fields used for your crosstab groupings. Then, in your crosstab, you'd just delete the standard measure element and use a data element or dynamic text box to recall the global variable based on the crosstab dimensions.</p>
amozharovskyi
<p>Hi Michael,</p>
<p> </p>
<p>thank you for reply,</p>
<p>but i still don't understand how to use "<span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">data element or dynamic text box" instead of standard measure in the crosstab. </span></p>
<p><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">I can't put any BIRT element from palette into crosstab cell, it is just possible to use DATA Cube dimensions and measures there. </span></p>
<p> </p>
<p><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Please, </span>correct me if it is wrong. </p>
<p> </p>
<p>It is clear how to put needed data to global variables, But how to display prepared data in a table with 2 DIMENSIONS (in this case "date" and "employee name")?</p>
<p> </p>
<p>Thank you so much for help,</p>
<p>Andrii</p>
mwilliams
You would have to use the measure from your cube to builds the crosstab, then delete the data element from the layout and add your own element back in. If you don't add the initial measure, you're right, it won't allow you to add the palette item.
amozharovskyi
<p>Thank you so much, Michael! It worked, but a little bit slow.</p>
santy
<p>Hi Michael,</p>
<p> </p>
<p>could you please give an in detail tutorial how to achieve this?</p>
<p> </p>
<p>I have the same problem and I'm new in BIRT and just can't follow your instructions. </p>
<p> </p>
<p> </p>
<p>This would be awesome.</p>