on ‎2018 Jan 29 9:26 PM
Hello,
We are trying to decrypt the data in web intelligence report. There is an encrypted data column that needs to be decrypted. Please suggest an option to decrypt the data in run time or when report is refreshed or any other alternative...
Appreciate the response. Thanks and looking forward to suggestions.
Regards,
Mohammad
Request clarification before answering.
You definitely need the encryption and decryption logic in order to achieve this.. I would suggest you to build the decryption logic at database level as function and make use of it in object definition in universe level.
Thanks
Mani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mani,
Function being used before data is loaded in database is
publicstring Encrypt'FIELD'(string 'FIELD'){returnthis.EncryptStringAES('FIELD);}
Now, in Universe object definition,
modifying the sql expression using the function ....Decrypt'FIELD'...would yield to intended result?
If there is an additional need of 'PlainText' or 'Ciphertext' etc.. I can try that as well.
Thank You,
Mohammad
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.