Suggested values with 'thumbnail + text'

Hi everyone,

I was thinkingโ€ฆ Would it be possible to have a โ€œEnumโ€ type field in a Form with suggested values, that show a โ€˜thumbnail + textโ€™ and filter โ€œliveโ€ while typing?
Something like this:
3X_5_e_5efec4110992face8e2b9ac80d6d7e9220a258e0.gif

Has anyone accomplished such thing with AppSheet?

Thanks!

Solved Solved
0 8 534
1 ACCEPTED SOLUTION

Did you delete your old suggested values expression?

View solution in original post

8 REPLIES 8

This is already how Enum and Ref dropdowns work. Are you not seeing it? I think it only shows up when the list of options gets larger than a certain point.

Thanks Marc, Im sorry,
I didnt explain myself very well.

I did accomplish the live filtering while typing.

Now what Im looking for is to have the dropdown list, with the text+thumbnail, not only the text.
Iยดve tried a VC with concatenate(โ€˜textโ€™,โ€˜imageโ€™) but that doesnt work as it just modifies the image file name.

Any ideas?

To get thumbnail image and text, you need to check โ€œlabelโ€ option in text and image columns in reference table

3X_6_0_604d5ab155da5017ac98e49dc71bd6c0289ca47e.png

Thank you @FREDY_ORTEGON!

I have tried this, I already have the columns I want to come up as suggested values marked as labels, but still not showing the image.

3X_f_6_f63f99480c23e906da5d7cd38a64d3b1b37f3ee9.png

Can you confirm please what expression you are using in the โ€œSuggested_Valuesโ€ field?

I only have this: Lista de nombres[Nombres]

Thanks again!

Images AND text will only work for Ref-type column dropdowns, not basic Enums. You can change your Enum column to a Ref column pointing at your Lista de Nombres table.

Thanks @Marc_Dillon,

Iยดm almost there.

Now, Iยดm getting a warning icon instead of the actual image in the column with thisโ€ฆ

3X_5_2_52008da4ab0905c608c4f9150aa7551b36bfc962.png
3X_5_a_5a2dc50cf55a51c07c793053c79926e7c0cbec6a.png

Any ideas why?

Thanks for the help!

Did you delete your old suggested values expression?

That was it!
Thank you @Marc_Dillon and @FREDY_ORTEGON !

Top Labels in this Space