Jump to content

Qs on DataRelationShip using IronPython


Deepak Mathew

Recommended Posts

Hello

This is a continuation of the query in the threadhttps://community.spotfire.com/questions/how-create-instance-datarelationsh...

This query is about invoking Data Relationship operations using IronPython. Shandilya Peddi has helped with the basic code to get this done(Thank You very much) . So can anybody help me in adding 2 more feature tothat code snippet

1.Is there anyway to do Data Relationshipon a filtered version of an existing table(using IronPython)

2.How to add multiple columns in X and Y columns Should it be done using a for loop)

Link to comment
Share on other sites

You can use the AddRange method instead where you can pass multiple columns list as argument,

https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a...

If you filter on the data table that you apply this DataRelations Tool on, then you should generally see an Refresh icon for the Data Relations visualizations that should recalculate your result

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