If the search had no results
1. Open the report from the Catalog
2. Note the URL or copy the URL from saw.dll? onward
3. Edit the report
4. Go to Criteria tab and "Edit Analysis Properties"
5. Change No Results Settings to "Display Custom Message"
6. Check the box "Contains HTML/JavaScript/CSS
7. You may enter a header but it is not necessary
8. In the Message box add
<button onclick="window.location.href='[the URL path from saw.dll? onward]'">Rerun the report</button>
9. Click OK
If search came back with results
1. Open the report from the Catalog
2. Note the URL or copy the URL from saw.dll? onward
3. Edit the report
4. Go to Results tab and "New View" > Other Views" > "Static Text"
5. Edit the Static Text box that appears at the bottom of the layout
6. Check the box "Contains HTMS/JavaScript/CSS Markup"
8. In the Static Text box add
<button onclick="window.location.href='[the URL path from saw.dll? onward]'">Rerun the report</button>
9. Click Done