Exctract value from mulivalues

How can i exctract some (nth) value from multivalue item with formulas?

Subject: exctract value from mulivalues

If you’re using R6 you can use the singlevalue := multivalue[index] method, or if using R4 or R5, you can use nested @Subsetsregards,

nigel

Subject: RE: exctract value from mulivalues

… or you could implode the multivalues using @implode and then use @word to pull out the one you want. As with most things there are a ton of different ways to do the same thing…

Regards,

wmoze