Skip to main content

Hello, 

 

I want to make some of the fields, which they are private, to be shown something like this: ******ing.

Is there a possibility for that?

 

Thank you  

You can hide the input with the password domain control. Partially hiding is as far as I know not possible by default. You could write your own procedure to do this. Or partially decrypt the password using an expression column and show the last few symbols, however I am not sure how safe this would be. If you consider this option I could consult with the indicium / universal team regarding the security issues doing this. 

 

 


SQL Server does offer Dynamic data masking - SQL Server | Microsoft Learn. This is most likely what you are looking for but we haven't tested, implemented or supported it in any way. Feel free to look into it.


Hi @ElenaTodirenchi,

Were these reactions sufficient?