Passing Dashboard filters by URL Parameters
Published 10-19-2021
Hi Ophir_Buchman ,
Please fix this line:
var urlParams = encodeURIComponent(JSON.stringify(prism.activeDashboard.filters
With:
var urlParams = encodeURIComponent(JSON.stringify(prism.activeDashboard.filters.$$items));
Thanks