Hi,
I’m trying to implement a dropdown that shows a string list that’s returned of database. Allright, simple!
Just use the provider on value properties.
But in this case, i need something like that:
Column A __ Column B
0001 _____ Example Inc.
0002 _____ Test Example
So, my dropdown needs to show the value of column B but i need to work with column A.
How can I do this?
Thanks!