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)
listbox on report page!!!
birtq
Hi
Is it possible to have a listbox on report page fetching value from database and on selecting a particular value in list box the value displayed inside a table (in report) will change but the problem is i dont want to reload the whole page because that will take time so is it possible to realod just the table /change the values in the table(in report) without reloading the whole report page.
PS:Wihtout using Actuate.
Thanks
Birtq
Find more posts tagged with
Comments
mwilliams
Hi Birtq,
What you'd have to do probably is to build a table for the data that you want for each of the things listed in the list box. Then you'd have to add a text box to your report that had an onClick method that called some javascript you would have to write to hide all of the tables in the report except for the one you want displayed.
Hope this helps.