cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mplanchart
Level 5

How-to? String Resolver ...

Hi,

Is it possible to obtain a substring from a string obtained from a string resolver pointing to the version of the product?

Example:
I require the version and major revision only, so if the version is set to 2.2.0, I only need 2.2

How can I do this with a string resolver?

I greatly appreciate someones help!

Thanks
Labels (1)
0 Kudos
(1) Reply
gamlidek
Level 4

Try this, exactly as it's shown:
$P($P(beanId).key.version.major).$P($P(beanId).key.version.minor)

cheers,

/gam/
0 Kudos