user picture
Hello everyone,
i would like to know if there is way to attribute to every user in BOARD his personal picture and to show it up in Screens!
Thank you!
Answers
-
Dear Fethi Zerara,
thanks for your request.
Starting from BOARD 10.3 you are able to insert Pictures for the Users in HTML5 Client. This can be used e.g. for the Chat.
If you want to use in Screens you have the following opportunity.
You insert User Dimension (Entity) inside your Database and create a BLOB Cube on this where you can insert the pictures.
The User Dimension can be loaded through DataReader or filled manually.
Hope it helps.
regards
Alexander Kappes
1 -
but how can i detect which user is using the screen?
0 -
really easy.
You just insert custom selection script inside your database profiles like:
The Name User on the left must be the Name of your Entity.
When you have done this and the users Connect to BOARD only one member of the user Dimension is selected.
When you insert a DataView with the BlobCube which contains the Picture you just see the Picture of the Special user.
Hope it helps
regards
Alexander Kappes
1 -
Hi,
Fethi Zerara wrote:
but how can i detect which user is using the screen?
for me this sounds like a different question. If you need to know which user opens which screen (or when a screen was opened by a user), just use or standard logging: BOARD LOGs in detail
Regards
Björn
0 -
Thank you so much!
now i'd like to know if i can put BlobCube in a label ? i want to put the picture in a label!
0 -
unfortuantely it is not possible to use a Blob Cube inside a Label.
But you can Format a DataView, that only the value cell is shown.
When you overlay the dataview with a empty Label all functions of the dataview are diabled and nobody will see the difference.
Hope it helps
regards
Alexander Kappes
0 -
hi Alexander Kappes,
i try to do this on my local db, and now board tell me i'm not autorized to acces at this database
Do you know i can solve that?
thank you
reguards
0 -
Hi @Andrea Floria,
for that case I think that you have no entry or wrong entry inside your user Entity.
Do you have inserted in the same way you inserted in Security Tab (same spelling, Domain Suffix, ...)
Do you have inserted the Database Profile correctly in the security Profile of your user?
regards
Alexander Kappes
1 -
Thank you so much!
0