Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
C16
Contributor
Contributor

Multiplication across tables

I am trying to multiply the "Quantity" column in the table "Orders" to the "UnitPrice" column in the table "Prices". How can I multiply these 2 fields in different tables? The tables are associated by a field called "Orders.StockCode".

Labels (3)
2 Replies
PrashantSangle

2 possible way

1: using join

2: using applymap

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

If you want to perform this calculation in the script, see this post for three potential methods. 

https://qlikviewcookbook.com/2020/03/creating-temporary-script-associations/

-Rob