My spotfire tips and tricks, Iron Python code, few do's and don'ts in spotfire...!!!
if (Document.ActivePageReference.DetailsOnDemandPanel.Visible == False): Document.ActivePageReference.DetailsOnDemandPanel.Visible = True else: Document.ActivePageReference.DetailsOnDemandPanel.Visible = False
Why does the same code not work for the Data Panel (obvsiously after changing DetailsOnDemand to Data?
Why does the same code not work for the Data Panel (obvsiously after changing DetailsOnDemand to Data?
ReplyDelete