Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Scripting
Created by Guest
Created on Dec 8, 2016

Access elements in a string list property within custom expression

It would be useful it there was a way to access a string list document property in the same way you would access a dictionary or list in python.

i.e.

    Document Property (DocProp) = ['Item A', 'Item B', 'Item C'] could be called in the customer expression ${DocProp}[2] and would return the respective element within the string list.

  • Attach files