Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
So, for example, If I have a user select a value from a list lookup at the top of the form, is it then possible to use the value they choose as part of a label further down the form?
Solved! Go to Solution.
Hi Mishaal
use a Calculated value control instead of a label control. There insert the lookup control name as formula.
Kind regards
Manfred
Thank you Manfred
Hi Mishaal
to eleminate prefix 'n:#' when using a list lookup control use formula
replace(Controlname, '^[^#]*#', '')
Kind regards
Manfred
Perfect, thank you.