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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

maya180504

Hello!. I have a doubt. I like to do a query on a table something like

TblTemp:

Load Cantidad,CCY

Resident SPSH_NORMAL

In this table multiply the result by another field in another table. The result of the operation is summary.

Please help me with this question. Thanks in advance

Labels (1)
1 Reply
Miguel_Angel_Baeyens

Hello,

The result should look like the following

FieldToMultiplyMap:MAPPING LOAD ID, MULTIPLIERFROM Source; TableMultiplied:LOAD ID, CANTIDAD, APPLYMAP('FieldToMultiplyMap', ID, 1) AS CANTIDAD_MULTIPLICADARESIDENT Table;


Hope this helps