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)
Hide Details
nuno
Hy,
Is it possibel, to hide detail rows in a table and show them after a click on the headline? I only found the function to hide the row static.
I have a report which shows invoices. One SQL-Query/Table, for each Group (>20 Groups, i.e.: North, West, etc.) with a sum in the headline. First, the User want see an overview, later drill down to the invoices of each group. Link to an other page is no problem, but much work and double to code.
Overview:
North 3000
South 4000
West 1000
Detail:
North 3000
.Company A 1000
.Company B 3000
South 4000
West 1000
Kind regards
Find more posts tagged with
Comments
JasonW
You could use a master detail report. Alternatively you could make use of the script tag in a text element to do it. Look at the attached example.
Jason
nuno
hello jason,
Thank you.
You choose the script option, but if i would like to use a mater detail report it would mean the details would open in a new window right?? I think the solution you sent is better because you can see the details in the same window, instead of opening a new window.
Nuno