Inserting Inline Function into Label renders to text

  • 20 May 2019
  • 1 reply
  • 3 views

Badge +1

I'm using this in a Label control using the Insert Reference menu and it renders as text. How can it render as the preffered name if the current user?

 

userProfileLookup(Current User,"PreferredName")


1 reply

Userlevel 5
Badge +8

If you are looking to display the UserProfile properties on the form, use a Calculate Value control in place of the label.  This will provide the same look and feel, but will enable the use of Runtime functions (such as the userProfileLookup) within the formula for the control.  

 

2246i58E120BAE691A195.png

Reply