Image and Text in the same column table

Hello.

I have one table (TEAMS) with 2 columns (LOGO, SERVIDOR).

How can i put on table view the 2 columns in the same column, like you can see in image above.

Thankslixo.jpg

 

0 8 208
8 REPLIES 8

Hey man,

you can create a Virtual Column and Concatenate The Contents of both Columns:'
All you gotta do is create a Virtual Column, use Longtext as FieldType with HTML Format and use CONCATENATE() in the App Formula.

e.g. CONCATENATE([TextColumn1], " ", "<img src='", [ImageColumn2], "'>")

Hey,

i try your solution, but the final result is the text and the path of the image. Does not show the image, just text.

Hey,

make sure you selected HTML Format in the Options of the Longtext Field

Hey,

in my type details of the Longtext Field, only appears maximum lenght and minimum lenght. The options formatting doesn't show.  It's because i'm a free user?

Hey, 

I'm a free user too.
Denny774_0-1705517585022.png

 

Olรก, Joaquim. 
Na verdade o que voce mostrou ai foi um exemplo de Referencia com 2 labels. Uma de imagem e uma de texto. Toda vez que vocรช cria uma referencia entre planilhas o aplicativo vai trazer para a tela ativa o rรณtulo (label) da planilha que estรก como referencia. Appsheet permit e apenas um valor textual e uma coluna de imagem. Apenas isso. Mas fora isso vc nao conseguirรก criar uma coluna que mostre a imagem e o testo do lado.

Olรก meu amigo,
Nรฃo sei se entendi corretamente sua dรบvida, mas vamos lรก.


Tente colocar o como LABEL, a sua coluna logo e servidor. Sendo assim ambos apareceram juntos em suas views.

Segue foto abaixo para uma explicaรงรฃo melhor:
IsraelCIcero_0-1705506315498.png

Vocรช pode usar 2 label ao mesmo tempo, desde de que um seja IMAGEM ou THUMBNAIL.

Atรฉ mais.

CONCATENATE([TextColumn1], " ", "<img src=", [ImageColumn2], ">")

Try this one and it will work, as long as it is a long text and you select the HTML option.

The problem is that the expression that our friend shared had some extra '   '  symbols

Top Labels in this Space