Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Using Bar Chart/Pie Chart from Livereport to Produce Webreport
Jessica_Hixon
Is there a way to take the output from a bar chart or pie chart that was produce in livereport and produce the same graphic chart output in a webreport?
Find more posts tagged with
Comments
Bo Warburton
I am taking cedit here for something done by Arun Vijay, a young whippersnapper who really knows his way around a WebReport. He uses a LiveReport as the data source to send tabular values to JavaScript in the reportview, which is attached. I guess we will put this on our Web site, too. Here are the instructions.1. Assume that your LiveReport has two columns, Name and Count2. Add the attached report view to a new WebReport and select the above LiveReport as source3. Then modify the WebReport row section based on your LiveReport column names as follows:[LL_REPTAG=Count ADDVAR:TOTALCOUNT /] p.add("[LL_REPTAG=Name /]",[LL_REPTAG=Count /])