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)
Hiding an instance of a chart
kevinshih
Hi all,
I have an outer table which is linked to a dataset and has 2 detail rows. The first detail row contains a chart. The second detail row contains another (inner) table. Both the chart and the inner table are linked to a second dataset, and are filtered by the data value of the row they are in in the outer table.
What I would like to know is if it is possible to hide the chart based on the data in its dataset, without hiding it for all rows of the outer table. I've got the script to hide the chart if the criteria are met, but it seems once the chart is hidden for 1 row, it is hidden for all rows.
When there are multiple instances of a chart in a report, are they created as an array that I could address and hide that way?
Find more posts tagged with
Comments
thuston
Could you just hide using a visibility expression?
kevinshih
<blockquote class='ipsBlockquote' data-author="'thuston'" data-cid="72185" data-time="1294844931" data-date="12 January 2011 - 08:08 AM"><p>
Could you just hide using a visibility expression?<br /></p></blockquote>
<br />
When I hide the chart once, it is hidden in all rows of the outer table, so unfortunately, no.