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)
Dynamic parameter
hatra
<p>Hi all,</p>
<p>I have already posted this on Eclipse community but I thought I may get a quicker respond here.</p>
<p> </p>
<div> </div>
<div> I have a requirement as below;</div>
<div>We have got a column "Type" returns A,B,C,D ( this could be static value , for know we assume "Type will return these " )</div>
<div>We want to group this values if "A" group by aa, ab, ac, ad, if "B" group by bb , bc, if "C", ca, cb, cd and if "D" group by da, dc, dd , then have total of each group individually as well as grand total of all groups, </div>
<div>any suggestions or sample you can share.</div>
<div>thanks </div>
<div> </div>
<div>Version: 4.3.1</div>
<div>Build id: M20130911-1000</div>
Find more posts tagged with
Comments
micajblock
<p>Create computed fields based on the parameter and group on the computed field. Example here: <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/files/file/1-dynamic-grouping-example/'>http://developer.actuate.com/community/forum/index.php?/files/file/1-dynamic-grouping-example/</a></p>
;
hatra
<p>Thanks Mica, </p>
<p>I give it go, it seems to be what we need.</p>
<p>Only one question, in our case we need 4 computed columns? </p>