Jump to content

Adding Columns to Summary Table using Ironpython


Shobhit Sachdeva

Recommended Posts

figured it out thanks.

 

it will something like this: putting it here for others:

 

viz.CategoryAxis.Expression = "" - categorization column viz.Aggregations.AddNew("Sum") - stat column viz.Aggregations.AddNew("Count") - stat column viz.Columns.AddNew("SPC_VALUE") - table columns

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...