Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
saivsr
Contributor
Contributor

How to create gauge or pie chart in talend

Hi Team,

 

I need to create a gauge based input value as % in TALEND and i have to send that gauge chart to mail component to business,

 

Could you please help me out on same.

 

Ex.

 

Input value  : 80%

 

Output:: please have a look into attachment

 

0683p000009M2gK.png

 

 

Thank you so much adv.

Labels (2)
4 Replies
saivsr
Contributor
Contributor
Author

Thanks for your reply Abhishek kumar..

there is no solution in the link which you provided
Anonymous
Not applicable

@saivsr 

 

It means Talend is an integration tool and it do not support construction of graphical charts of its own. You can load the data to an excel or to a database over which you can create charts using separate reporting tools.

 

There are Jaspersoft components in Talend in case you are planning to use Jaspersoft for reporting.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

 

 

akumar2301
Specialist II
Specialist II

otherwise you could create some java code to do so

 

 

https://stackoverflow.com/questions/13662984/creating-pie-charts-programmatically

 

you might need to load external libs using tLibraryLoad