BookmarkSubscribeRSS Feed
cristydavidd
Calcite | Level 5

The reload() function takes an optional parameter that can be set to true to force a reload from the server rather than the cache. Since window.location.reload(true) has been deprecated, changing location.reload(true) to location.reload() to resolve this issue. Also, you can use:

 

window.location.href = window.location.href;

 

There are multiple ways to Refresh/Reload a page with jQuery/JavaScript, some are:

 

location.replace(location.pathname)
window.location = window.location
window.self.window.self.window.window.location = window.location

 

KarunaTiwari
Obsidian | Level 7
We are using SAS VA 7.4.
KarunaTiwari
Obsidian | Level 7
Thanks for your help, Mike!!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 17 replies
  • 1939 views
  • 4 likes
  • 5 in conversation