Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarBenSalem

Is there a way to put all the values of a field within a text objet?

Hi everybody,

Is there a way to put all the values of a field within a text objet?

Suppose I have a field dimension that contains A, B , C and D values:

I want to have a text object (the point is to prevent any possible selection) containing :

values of dimension are : A, B, C, D

Is it possible?

1 Solution

Accepted Solutions
OmarBenSalem
Author

It's :

concat(dimension,',')

View solution in original post

1 Reply
OmarBenSalem
Author

It's :

concat(dimension,',')