Got any "Show" column formatting tips?

Hello friends, I've started developing a couple of apps that require quite a bit of user hand-holding and I'm wondering how can a "Show" column be used to split areas on form views in aesthetic and intuitive ways, things like separators, images, html wizardry, all that stuff.

I know the basics, but there isn't much more to go around regarding the "Show" type column as far as I'm aware of, so, got anything you'd like to share? hehe

Solved Solved
1 8 231
1 ACCEPTED SOLUTION

He estado aprendiendo sobre HTML/CSS por lo cual te recomiendo lo mismo.
Puedes ver mi post sobre reportes con plantilla hmtl:

Part 1 - Almost pixel perfect pdf reports from aut... - Google Cloud Community

Ahora, una forma bรกsica serรญa la siguiente. (Puedes copiar y pegar el contenido en un AppFormula de columna tipo LongText configurada como Rich Text HTML.)

<hr/>
<h1>Esto es una prueba<h1/>
<h2>Este es un tรญtulo 2<h2/>
<p>Esto es un pรกrrafo<p/>
<hr/>
<img src="https://cultofthepartyparrot.com/parrots/hd/parrot.gif"/>

View solution in original post

8 REPLIES 8

Las Show no son muy flexibles, solo te permite lo siguiente:

SkrOYC_0-1647955828229.png

Te recomiendo usar columnas LongText en HTML.

Ahรญ podrรกs agregar separadores, negritas, cursivas, listas ordenadas y no ordenadas, tรญtulos, etc.

Que bueno verte de nuevo @SkrOYC , como podrรญa implementar las columnas LongText en HTML? tienes algรบn ejemplo? ese es justamente el tipo de sabidurรญa que estaba buscando jeje

He estado aprendiendo sobre HTML/CSS por lo cual te recomiendo lo mismo.
Puedes ver mi post sobre reportes con plantilla hmtl:

Part 1 - Almost pixel perfect pdf reports from aut... - Google Cloud Community

Ahora, una forma bรกsica serรญa la siguiente. (Puedes copiar y pegar el contenido en un AppFormula de columna tipo LongText configurada como Rich Text HTML.)

<hr/>
<h1>Esto es una prueba<h1/>
<h2>Este es un tรญtulo 2<h2/>
<p>Esto es un pรกrrafo<p/>
<hr/>
<img src="https://cultofthepartyparrot.com/parrots/hd/parrot.gif"/>

Por cierto, en caso de que no encuentres la configuraciรณn.

SkrOYC_0-1647956750903.png

 

Al parecer no tengo disponible esa opciรณn

Rafael_ANEICPY_0-1647957885862.png

Esa funciรณn estarรก en beta o algo? probรฉ tanto en una columna fรญsica como en una virtual

Estรก en Preview.

Tienes que activar esa opciรณn

SkrOYC_0-1647961007262.png

 

Hola @SkrOYC, estuve probando esa opciรณn pero tengo este error al copiar y pegar ese html de la forma que indicaste:

Rafael_ANEICPY_0-1648346381360.png

la coloque en la app formula de una columna longtext que tiene marcado "html"

Hola @Rafael_ANEIC-PY meter todo como un string.

Puedes dejarlo entre comillas simples ''

O puedes tambiรฉn en una CONCATENATE() con comillas simples (esto para que no tenga problemas con las comillas dobles del tag <img>)

Top Labels in this Space