ping Li Posted March 23, 2022 Share Posted March 23, 2022 Is there a way to get result kpi chart value into document properties using iron python Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted April 1, 2022 Share Posted April 1, 2022 Dear lip_6126, Please have a look at this post on our community:access KPI properties with API | TIBCO Community. You will find an example dxp file which seems to be doing what you are looking for. The script being used is this one, added as an action on the KPI Settings: v = Context.Value Document.Properties["MyKPIValue"]=str(v) cv= Context.ComparativeValue Document.Properties["MyKPICompValue"]=str(cv) When you click on any KPI tile, you can use a text area (label) to display the values of the document properties. Kind regards, David Boot-Olazabal 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