ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Passing Dashboard filters by URL Parameters 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