Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pgarcia75
Contributor III
Contributor III

Initialisation variable

Hello

I created a variable called vIncident

I created a list box, and I want to enter a value for this variable with an input list to be initialized from a field of values ​​of a field of a table (eg table Incidents, the field Domaine_Incident)

Thank you for your help

2 Replies
Miguel_Angel_Baeyens

Hi,

Try using Concat() in the variable, so the values selected in this field are stored in the variable:

=Concat(DISTINCT Domaine_Incident, ',')

Hope that helps.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica

pgarcia75
Contributor III
Contributor III
Author

Thanks

It's working with remplacing ',' by ';'

Thanks for all