Hi all..
I'm new to KoolReports and just getting my feet wet.. Many of our database tables have encrypted fields for sensitive data and I'm wondering what the best way to plug our decryption code into it. I'm believing that after the table fields are retrieved from the database, then I can decrypt them as part of the code within my setup() function...
I guess the thing that's tripping me up a bit is the use of the pipe. I understand the functionality of pipes but it's just an area I've got no experience with and am not sure how to insert an extra decryption step in the middle -- between the DB query and the existing pipe(s).
thoughts?