jeffreylCloud Apps09-14-2022SolvedOpen URL When Scatter Map Marker Is Clicked I am building a scatter map and need to open a url (actually a Sisence dashboard) when a map marker is clicked. Thank You harikm00709-16-2022Hi jeffreyl , Try this script: widget.on('beforeviewloaded', function(se, ev) { $.each(ev.options.markersArray, function(index, value){ value.on('click', function(){ window.open( "https://www.sisense.com/", "_blank"); }) }) }) -Hari
harikm00709-16-2022Hi jeffreyl , Try this script: widget.on('beforeviewloaded', function(se, ev) { $.each(ev.options.markersArray, function(index, value){ value.on('click', function(){ window.open( "https://www.sisense.com/", "_blank"); }) }) }) -Hari
harikm00709-16-2022Hi jeffreyl , Try this script: widget.on('beforeviewloaded', function(se, ev) { $.each(ev.options.markersArray, function(index, value){ value.on('click', function(){ window.open( "https://www.sisense.com/", "_blank"); }) }) }) -Hari
harikm007Data Warehouse09-16-2022Hi jeffreyl , Try this script: widget.on('beforeviewloaded', function(se, ev) { $.each(ev.options.markersArray, function(index, value){ value.on('click', function(){ window.open( "https://www.sisense.com/", "_blank"); }) }) }) -Hari
Recent DiscussionsPivot Table widget - column headers and column data out of alignmentBlox conditional formatting up and down indicatorsRemove Widget Title BoxSolvedChange Legend Category NamesRename the Pivot Grand Total