Labels

Replace datatable with Information Link


from System import Array,Guid,String,Object
from Spotfire.Dxp.Data.Import import InformationLinkDataSource, InformationLinkParameter


ilDataSource = InformationLinkDataSource(myGUID)

Document.Data.Tables[myDataTable].ReplaceData(ilDataSource)

Input
myGUID: GUID of the Information Link to use for the replacement
myDataTable: Datatable to replace