- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello Experts,
I want to create a button to refresh my report. Yes, I can use the More Options > Refresh Report, actually this is exactly what I need, but in a new button, one inside my report, not in the SAS page head.
Is there a way to do that?
I already looked in this two others questions:
https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-Refresh-Report/m-p/192590#M1443
But they don't have a clear solution.
Thank you guys!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
At the least, this happened to me when i tried.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It was worth to try.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Depending on your report you could try something like this:
Create calculated item
choose result type Character
Type the text you want shown on button e.g. "Refresh report"
OK
Put a Button Bar in your report and assign the calculated item
Now make interaction to the objects in your report that you want to refresh.
As the user hit the button bar the objects interacting with button bar should refresh.