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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

multipy 2 fields from straight table

Hi all,

How can i multiply two fields in straight table Expression. The below is my data table structure.

A,B

1,10

2,20

3,30

In straight table , it should show  like below

A, B, A*B

1,10,10

2,20,40

3,30,90

Thanks in advance

Regards

Venkat

3 Replies
rohit214
Creator III
Creator III

hi satish

try this in your expression

column(1)*column(2)

may it helps you

thanks

rohit

Not applicable
Author

Hi thanks for your reply,

Instead of Column(1) * Column(2) , can't i place A*B.

In straight table, added dimensions are A,B.

And in Expressions should multiply A*B.

How can i do this ?

Regards

Venkat

rohit214
Creator III
Creator III

hi venkat

u can do that also

please find the attachment

thanks

rohit