Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
Categories
All categories
Analyses
(469)
End-user Environment
(158)
Admin and Developer Functionalities
(386)
Data Set
(111)
Data Source
(68)
Business Model
(63)
Analytical Driver
(33)
Cross Navigation
(15)
Settings
(180)
Integration
(84)
Installation
(273)
Source code
(43)
Most popular tags
cockpit
dataset
error
chart
datasource
installer
datasets
installation
widget
parameters
business-model
olap
knowage
knowage_7_1
integration
login
knowage_7_1-ce
report-designer
cross-navigation
analyticaldriver
how to decrypt column data(by java utility) before showing in report
0
votes
1
view
I have a requirement in which data is stored in encrypted form in DB. I have to show that data in decrypted form in report. To decrypt I have one java utility (jar) in project. so how can I actually use that in Knowage for Report.
Thanks in advance.
Environment
Knowage version:7.2, OS:macos big surf, application server: tomcat, browser:safari
dataset
java
column-computation
knowagebirtreportengine
report
asked
Mar 3, 2021
in
Data Set
by
viping
(
1.3k
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
+1
vote
Hello,
try to create a dataset of type JavaClass and see if this suits your needs. Check out the official documentation for more detailed information.
Bye,
Marco
answered
Mar 8, 2021
by
mbalestri
(
9.3k
points)
Thanks @Marco. This is the one way. but I don't want to use java data set. so as an alternative I used the event handler DataItemEventAdapter for modifying( in my case decryption) any data item before showing in report.
I created a new java class eg. 'MyDecryptionDataItemEventAdapter' And assigned this class to data item where ver I need in the report.
Hi viping,
if you found my answer useful please select it as "best answer" so that other people can see it.
Thank you very much!
Other than Java dataset is there another option to customise my data in cockpit like event handle in Birt report?
Please
log in
or
register
to add a comment.
...