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)
how to schedule a report through from application UI
bcmp
<p>I am a newbie and looking out for a way to schedule the reports through the applications UI. Is IDAPI, the only option to do this?</p>
<p> </p>
<p>Kindly share some samples or related links.</p>
Find more posts tagged with
Comments
JFreeman
<p>You can schedule jobs with specific criteria for when/how to run a report on the iHub through the built in GUI in iPortal.</p>
<p> </p>
<p>Take a look at this documentation for details: <a data-ipb='nomediaparse' href='
http://developer.actuate.com/be/documentation/ihub31-dev/IC/index.html#page/using-ip/VPusing-Jobs.html#'>http://developer.actuate.com/be/documentation/ihub31-dev/IC/index.html#page/using-ip/VPusing-Jobs.html#</a></p>
;
bcmp
<p>Looking out for the option to schedule the jobs from custom application (actuate content embedded in the app) and not from built in GUI provided.</p>
JFreeman
<p>Gotcha.</p>
<p> </p>
<p>IDAPI is one option to achieve scheduling reports through a custom application.</p>
<p>If you are using iHub 3.1+, you can also use the REST API: <a data-ipb='nomediaparse' href='
http://restapitest.actuate.com:5000/ihub/v1/ihubrestdocs/#!/visuals/scheduleRecurring'>http://restapitest.actuate.com:5000/ihub/v1/ihubrestdocs/#!/visuals/scheduleRecurring</a></p>
;
bcmp
<p>Thanks! Jesse</p>