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

Question

Question

Iterating Field Group Values

asked on March 23, 2021

I've been researching this for a couple of days with no luck. Following this post:

Iterating Field Group Values - Laserfiche Answers

I get close, but no cigar.

For each "Address Type":

I've set the rest of the concatenated fields as follows:

However, I only get the "last" set for each. Below, I have the concatenated column first and all the fields separate. You can see it only provided TEST 3, but should have had TEST 1 and TEST 2 as well:

Any ideas on what I am doing wrong?

0 0

Replies

replied on March 23, 2021

The assign token values inside your for each loop should be modifying and appending to a token you made outside of the loop. It looks like you are creating a token each loop.

1 0
replied on March 25, 2021 Show version history

So, the assign token values inside each loop is now modifying and appending to a token I made outside of the loop which now gets me all the data (getting closer!!!!) but not in the order I would like. I want all the yellow items to be together, then the green, then the pink. How do I reorder (or control the order)?

Here's what I have now:

Any ideas how I can get this in the correct order?

0 0
replied on May 3, 2021

Does anyone have ideas on how I can solve this issue?

0 0
replied on May 3, 2021

Hi Gloria-

Kind of hard to tell with the information here (which is quite a lot), but my starting place would be to sort the search results to get those into the order you want. With the Search activity, you can include basically any column you would choose as a user, including system properties and field values. Then you can sort by any of those columns, and can include numerous columns to sort by one, then a second, etc.

Note that for the fields do "display"/sort, it will only show the first value of a multi-valued field.

 

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

Sign in to reply to this post.