- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 07:20 AM
We have a report gauge on our portal, when clicked it takes around 15 seconds to load. I have tried reducing the data in the report significantly but it still takes a while to load.
Is there a workaround or another method for this without using an image? It needs to be dynamic.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2016 03:19 AM
This issue was obvious and staring me right in the face!
I used the published report URL in an Iframe then used that iframe on a page. It now loads the How are we performing page, then the report loads in the background.
Problem solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 09:51 AM
What is the runtime of the report? I think that's where your hangup is. When you run the report, it runs your query and then brings the results up on the next screen. I think that's what is happening here and I'm not sure there is a way to get it to show you a different screen before that report populates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 09:59 AM
Hi Travers... Yes.. when i run the report from Reports it takes about the same amount of time, so its definitely that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 09:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2016 03:19 AM
This issue was obvious and staring me right in the face!
I used the published report URL in an Iframe then used that iframe on a page. It now loads the How are we performing page, then the report loads in the background.
Problem solved.