Jump to content

Kpi chart value and comparative value


ping Li

Recommended Posts

  • 2 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...