kisang han Posted July 19, 2023 Share Posted July 19, 2023 I'd like to modify the table value with Python script inside the spotfire.I want to change the value like code 2: below, but I don't know how to specify the address (arrow part).Code 1: I want to know the command that will go into the arrow part of the .Code1:dtSpec = Document.Data.Tables["Spec"]itemCol = dtSpec.Columns["item"]for i in range(0, dtSpec.RowCount): n=n+1 here ?????? →[table.column(i).value]← = nCode2:var(1 to 10, 1 to 10)for i = 1 to 10 here ↓ var(i,1) = i next i I want to use it like an arrow in the code Is there a way? Link to comment Share on other sites More sharing options...
Gaia Paolini Posted July 26, 2023 Share Posted July 26, 2023 Please can you rephrase and clarify? 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