MOKSHA SHAH Posted July 8, 2020 Share Posted July 8, 2020 I have migrated JS from 7.1 version to 10.6and my script is not working. Script: var hideEmpty = function(){ document.querySelectorAll("#filter .sf-element.sf-element-filter-item:last-child")[0].style.display='none' } if(this['ps']) clearInterval(ps) ps = setInterval(hideEmpty,100) Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted July 9, 2020 Share Posted July 9, 2020 You can use the steps mentioned in the below article to enable development tools in Analyst and then inspect the HTML of the property controls to see if your JS is as expected or not, https://support.tibco.com/s/article/How-to-enable-Development-tools-in-t... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now