Hello,
i would like to ask, if have a my problem any solution.
I have Label1 where name of SQL column is made from Concatenate text and Dropdown.
I have this lookup function in other Label2
LookUp(CachedBallances, ComboBox3.Selected.helpEtalon = CodeBalance, here i need refer to Label1 with column name)
If i use LookUp(CachedBallances, ComboBox3.Selected.helpEtalon = CodeBalance, Label1.Text) in Label2 i have name of the column but i need his value.
Exist any way?
Thank you very much
Br
Jakub