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)
Grouping Crosstabs
sidrees
<p>Hi,<br><br>
I am working on crosstabs where user selects one or more companies and in crosstab sums up the figures for all companies and displays in the columns which is fine,</p>
<p> </p>
<p>
Is there any way to draw the a separate crosstab for company?<br>
Please see the attached picture to understand the requirement,</p>
<p>
Find more posts tagged with
Comments
Clement Wong
<p>You'll need an outer table that lists all of the companies.</p>
<p> </p>
<p>Then in the detail row, you can add the cross tab. Next, apply Filter to the cross tab that defines where company = current company row value.</p>
sidrees
<p>I got it, thank you very much!</p>
sidrees
<p>Hi,<br><br>
Can you please suggest how can I achieve the following,<br>
I need to calculate the figures for Fiscal Years and not for the Calendar Years,</p>
<ul><li>Example: For Fiscal year Jul 2008 - June 2009. The formula would be (Jul 1, 2008 to Dec 31, 2008) + (Jan 1, 2009 to June 30, 2009) = Values-2008 / 2 + Values-2009 /2, and show the result under year 2009 column</li>
</ul><p>
sidrees
<p>Any idea if "Relative Time Period Aggregation Builder" will solve what I am looking for?<br>
I do not know how to use it.</p>
shamo
<p>what I will do is to have a computed column defining your Fiscal years and use an if condition for computation based on which fiscal year your are on. When I had to do something like this, I didn't use crosstab table but created a crosstab from straight table. when you do that, there is flexibility in computations.</p>
sidrees
<p>I am able to use Relative Time Period Aggregation</p>
<p>
sidrees
<p>This post helped me<br>
<a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/topic/15434-adding-derived-values-in-grand-total-column/'>http://developer.actuate.com/community/forum/index.php?/topic/15434-adding-derived-values-in-grand-total-column/</a></p>
;
nvkumar
<p>Can anybody please provide sample design file for above report desgin</p>