Boa tarde! Estou precisando de uma dica para o seguinte problema:
Tenho várias categorias de serviços colocados em uma escolha e vários bairros colocados em outra escolha. Não estou conseguindo concatenar e mostrar o resultado das opções marcadas em cada escolhas para uma lista.
Where are you trying to concatenate the values? Is it on a detail View screen, or on an Add, Edit, or Form screen? It should be easy on a View screen. Your choices would ideally be written to User Specific columns. Then you can create a template column to join the values together. I assume you want to take the concatenated choices and use them for a relation to another sheet where you want to display the rows that have a matching values. In the case you will also need to create a template column in the related sheet that will contain the two values you are tying to relate to. The relation column would link the template from the first sheet (with the choice components) to the template on the second sheet. You would then display as an inline list.