Jul 25, 2016

Spotfire Property control validation using python script



Fund=Document.Properties["Fund"]
Document.Properties["FundError"]="";

if Fund<>"Select":
Document.ActivePageReference = Document.Pages[3]
else:
Document.Properties["FundError"]="Please select a fund."

No comments: