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
Our URL template
https://search.library.uvic.ca/discovery/search?query=any,contains,{MMSID}&tab=LIBALL&search_scope=MyInst_and_CI&vid=01VIC_INST:01UVIC&offset=0
"Edit formula" on MMSID column
Change
"Bibliographic Details"."MMS Id"
to
'https://search.library.uvic.ca/discovery/search?query=any,contains,' || "Bibliographic Details"."MMS Id" || '&tab=LIBALL&search_scope=MyInst_and_CI&vid=01VIC_INST:01UVIC&offset=0'
Go to Column Properties -> the Interaction tab -> Change Primary Interaction (under Value) to Action Links -> Navigate to a Web Page -> Create New Action -> Define Parameters
Use URL https://search.library.uvic.ca/discovery/search?query=any,contains,{MMSID}&tab=LIBALL&search_scope=MyInst_and_CI&vid=01VIC_INST:01UVIC&offset=0
Make all Fixed and Hidden
click Options on bottom left corner and check Open in New Window