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)
Report Item values
preethilk
Using JavaScript,
How to get a Table data and store it in an array, so that it can be used by different report item.
For example, I need to use a table's particular(single) cell data and display it using another report item.
Find more posts tagged with
Comments
mwilliams
You can grab the data that's used in a table either in it's onCreate event of the row or individual elements, or you could grab the data as it's fetched in the table's dataSet's onFetch script.
Hope this helps.