Using Enum column type with images and text

Hi,

Is there anyway to use both images and text with the enum column type? Iโ€™m considering creating text in my images but wanted to see if anyone knows a way around this.

Solved Solved
0 3 593
1 ACCEPTED SOLUTION

tony1
New Member

@Taylor_Felt2 An enum type can have a base type of text or image, but not both. If you want to have a text + image combo, you might consider using a ref column instead of an enum. A ref column can point to another table which can use an image + text as the row label, and will show up in a dropdown.

https://www.appsheet.com/samples/An-app-with-map-dashboard-and-charts?appGuidString=0e3e62cd-e712-4f...

View solution in original post

3 REPLIES 3

tony1
New Member

@Taylor_Felt2 An enum type can have a base type of text or image, but not both. If you want to have a text + image combo, you might consider using a ref column instead of an enum. A ref column can point to another table which can use an image + text as the row label, and will show up in a dropdown.

https://www.appsheet.com/samples/An-app-with-map-dashboard-and-charts?appGuidString=0e3e62cd-e712-4f...

This is helpful, thanks.

I want to know how to build this, is it taught in VDO?

Top Labels in this Space