You are viewing limited content. For full access, please sign in.

Question

Question

Entering more than one multiple value tokens into a single multiple value field

asked on July 15, 2015

I am entering multiple tokens which each contain multiple values into a multi-value field.

For example

Token1 = (1,2,3,4,5)

Token2 = (A,B,C,D,E)

If I enter a single token into a multi-value field I get all the values. If I enter both into a multi-value field in the above order I get this

1

A

B

C

D

E

 

What happened to 2,3,4, and 5?

0 0

Replies

replied on July 15, 2015

Multi-value tokens in single-value fields are treated as a single-value token containing the first value. Indexing can be used to "flatten" multi-value tokens into a separated list.

0 0
replied on July 15, 2015 Show version history

Understood, but I am entering multi-value tokens into a multi-value field.

 

0 0
replied on July 15, 2015

Wait, this is Quick Fields? That is expected behavior, Quick Fields will not expand multiple multi-value tokens in the same field. One would work though.

0 0
replied on July 15, 2015

Ok, I guess I will need to drop them all into one flattened 4k character field.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.