Hi,
In my scenario i have a List. In my list i have a two columns called Department and People. Like Following,
| Department | People |
| Development | 4 |
A People column is a Number field in a list and Department is a Single line of text.
Am using following formula,
LookUp (List, Department=Label1.Text,People).
The above formula not showing a Correct a Value in Button's OnSelect.
But when am checking on a Label's Text it's showing Correct value 4.
Why? It is Anything wrong in my formula?
Thanks,
Dhinesh