Passing Dashboard filters by URL Parameters
Published 10-18-2021
Hi Ophir_Buchman ,
Please fix this line:
var urlParams = encodeURIComponent(JSON.stringify(prism.activeDashboard.filtersWith:
var urlParams = encodeURIComponent(JSON.stringify(prism.activeDashboard.filters.$$items));Thanks
That gives me an error:
Uncaught TypeError: Converting circular structure to JSON
any advice on why? or a fix?