Hi Mark,
Just wanting to embed some data from the reports we can generate onto our website, we have our website and stats website separate.
For example - Matches played in 1st XI, this report has a max of 250 lines which can be viewed from the stats website.
What i would like to do is show only the top 10 or 20 records on our website like a snapshot of the top matches played report or top run aggregates etc, without having the full report displayed.
If someone wants to see more data than the top 20 they can go to our stats site.
Example attached of what i would like be able to replicate from a stats report (this example is typed onto our webpage), having an embeded report means if someone moves into the top 10 during the season the displayed info would update if the report from stats was embeded.
Thanks
Roger
Hi Roger,
You can add the parameter ' &limit=10' to the URL of the report and it will limit to a certain number of lines (in this example it will be 10).
Perfect Thanks