Grazia Palmisano Posted May 5, 2020 Share Posted May 5, 2020 Hi all, is there a way to trigger details on demand from IronPhyton and pass a sets of limits by markings (as a table but on demand) Thank you Link to comment Share on other sites More sharing options...
Aditya Singh 3 Posted May 5, 2020 Share Posted May 5, 2020 You can check the below script https://spotfired.blogspot.com/2014/03/on-demand-data-without-using.html Link to comment Share on other sites More sharing options...
Shashank Gurnalkar Posted May 6, 2020 Share Posted May 6, 2020 You can use this script to trigger/toggle DetailsOnDemandPanel if (Document.ActivePageReference.DetailsOnDemandPanel.Visible == True): Document.ActivePageReference.DetailsOnDemandPanel.Visible = False else: Document.ActivePageReference.DetailsOnDemandPanel.Visible = True 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