Juan Luis Hernandez-Briz Posted March 4, 2019 Share Posted March 4, 2019 could someone tell me how to set the value of a variable defined in Document.Properties of type boolean that comes from a checkbox defined in Javascript (in spotfire it can not be done). I have developed the code in Javascript: function alertaChecked () { alert (document.myFormulario.miCheck.checked) } On Going But I can not set the value of a variable to ON / OFF depending on the value of the check so that when I change it, I execute an ironPython script. Thank you. 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