Jump to content

Recommended Posts

Posted

Hi,

I am in a position where for various reasons I want to combine two strings to refer to a document property in the context of a spotfire expression.

For example

DocumentProperty(Concatenate("string1", "string2"))

This will error, while

DocumentProperty("string1string2")

will not.

How do I get it to recognise combined strings I'm aware I can do this in ironpython but would ideally like to stay in an expression.

  • 10 months later...
Posted

I'm having this same issue and can't figure out a solution. Seems like the DocumentProperty() can only take a string and not an expression that results in a string as the argument. I've been trying to find a workaround either by using a custom expression function that evaluates the string (can't figure out how to reference a doc prop in the expression function) or an expression function that returns the expression I want as a string (can't figure out how to make spotfire convert a string to an expression).

 

 

 

If you've figured out a solution please post it here as this has been extremely frustrating and it pretty critical to how I want to set up my analysis.

Posted

Unfortunately, this is not possible in spotfire.

You can raise this idea in ideas portal describing your usecase

https://ideas.tibco.com/

This is the most effective way for you to interface directly with our product team and see the status of your enhancement ideas. For more details, please refer tohttps://community.spotfire.com/wiki/introduction-spotfire-idea-portal.

Posted
Hi Jeff, this question is nearly a year old; we didn't find a solution and the answers seem to indicate there isn't one. You can accomplish this via iron python scripting, which is a bit of a pain to incorporate.

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