Profile image or Name

0
Hi community How I can display the profile name if the profile  image is added like this.     Thanks in advance.
asked
3 answers
9

Hi Andrew

You can do that by using the string function

you have to check whether the profile image is linked with the user

for example:

==========

substring($dataView1/FirstName,0,1)

substring($dataView1/LastName,0,1)

I hope it helps.

answered
7

Hi,

You can use drop down container.

 

https://marketplace.mendix.com/link/component/111568

 

answered
2

Hi Andrew S,

 

Use a Substring of First name and Last name and add that in the Account entity Event handler in BCO and add the initial attribute.

answered