I have made a database that contains 42 png Icon in a list and numbers 1 to 42. This i want to link. I have a input element that shows only number with max of 2 charakters and an image element. I dont know how to make it possible that when i type in the input element the number 1 it shows in the image element the icon number 1. Thank you for the help.
This is my problem. In the image element i insert a dynamic data. I ad search for icon add a constraint Icon number and here the problems starts = input´s value . I dont get it.
Change the field type for your icons numbers from “text” to “number”. Right now it is “text” that’s why you get only operators relevant for text values.