Sony Hejmady Posted November 29, 2018 Share Posted November 29, 2018 I have a button consisting of Iron Python Script which displays or hides Barchart as attached with Code.This has 3 script parameteres (Type Visualizations). Now my requirement is I need to display a tablealong with the Barchart where the Table is detailed info of the Barchart.Hence when I click button both Barchart and Table should display.On Next click both should hide.Please help me how to incorporate the attached Table script in attached Barchart script. Please help me to collate the 2 attached scripts.Hence when I click a single button,it should display both barchart and Table.In another click both charts should disappear. Link to comment Share on other sites More sharing options...
Sayali Patil Posted July 5, 2019 Share Posted July 5, 2019 Hello, You will just need to incorporate the if and else code in the bar chart script one after the other ,if you have already verified that individually both scripts work fine. You could also create 2 functions ,one to display/hide the bar chart and the other for the table and then call them one after the other. Thanks! 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