Como retirar o cabeçalho das colunas para não aparecer na view?

Olá, gostaria de saber como retirar o cabeçalho do texto e inserir dentro da View type CARD.

O cabeçalho vem de minha tabela, como faço para não aparecer?

It sounds that you are building a KPI like dashboard to display some summary values.

You may want to take a look at the following “Tips and Tricks” posts for building such dashboards with Card or gallery views.

Dashboarding Options With Card Views - Google Cloud Community

Dashboards with dynamic text overlay on SVG images - Google Cloud Community

However please be aware that SVG images may not render in certain OS versions.

For your current specific case also you could use some SVG type image column to display card headings as follows

The card headings is a image type VC with expression something like

CONCATENATE(“data:image/svg+xml;utf8,<svg xmlns=”“http://www.w3.org/2000/svg”" viewBox=““0 0 80 50"”>
<rect width=”“700px”" height=““20px”” fill=““rgb(67, 135, 191)””/>

<text font-family=““Verdana”” font-size=““5px”” text-anchor=““left”” fill=““white”” x=““5%”” y=““25%””>“,[Product Name],”

")

You will need to replace the [Product Name] column with column name from where you wish to populate headings. Please configure this column as main image column in the card view.

1 Like

Prezado, Suvrutt, infelizmente me falta muito mais aprendizado, pois não consegui fazer pela sua expressão, tentei varias vezes (me falta muito mais estudos do appsheet).

Mas consegui algo similar com outra técnica (imagens abaixo). Agradeço a ajuda de todos e estou estudando diariamente para chegar ao nivel de vocês.

1 Like

Hi @Edmundo ,

Thank you for the update. Your app views images look beautiful. You have creatively used the card view.

From your posts, it is clear that you are creative and fast learner. We all start sometime with a new platform and we all have learning curve. I am sure you will create useful and creative apps.

Best wishes.

1 Like