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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multiplication Using Talend .

Greetings, 
I need to do multiplication of two fields  one is Int and other is Big Decimal and out put filed is on Big Decimal . Please help me to wirte an expersssion in talend . I tried to a.quanity*b.Item.Price 
Please let me know if you need any assistance 
Thanks
Raj
Labels (2)
2 Replies
tjohn
Contributor
Contributor

HI,
plz convert Int to Big Decimal then apply java multily method
Thanks
JC
tjohn
Contributor
Contributor

HI,
plz convert Int to Big Decimal then apply java multiply method
----> a.quantity.multiply(b.Item.Price)
Thanks
JC