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)
Visibility Condition
abhipro
Hi all,
I have a report in which I have an auto-number column based on aggregation function. I want to display only the top 10 rows in the start and then allow the user to click a hyperlink if they want to view the entire report..
in the visibility of the cells, I added this following expression:
if ( row["Aggregation"] > 10)
{
true
}
else
{
false
}
This is working nicely by only displaying rows with numbers up to 10.
But, how to do the other part.. i.e, displaying the entire report..
Any help would be highly appreciated..
Many Thanks,
Abhi
Find more posts tagged with
Comments
mwilliams
Duplicate Thread:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/forum/designing-birt-reports/18237-visibility-condition.html'>http://www.birt-exchange.org/forum/designing-birt-reports/18237-visibility-condition.html</a>
;