Hi to all,
I am faced with a “trivial” problem but, which is blocking me.
With a Select Item I have to select the specific name that is passed by a path.
The problem is that on the database, the data is passed in lowercase, while in the list, it is uppercase?
from DB: Tim
in select item is TIM
Since, not all names in the list are always capitalized, and apparently there is no exact rule, is there any way to make it work?
I would like to avoid a decoding table, as it could be variable data.