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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculate of another expression

Hi,

Noobie question maybe. But basically What I want to do is that I have a expression that sums a value [Invoice], then I want to make another expression that takes this [Invoice]value and multiplies it by 2.5

1 Solution

Accepted Solutions
Not applicable
Author

=(Invoice * 2.5) solved it!

View solution in original post

5 Replies
Not applicable
Author

=(Invoice * 2.5) solved it!

tyagishaila
Specialist
Specialist

1st expression:     sum(Invoice) suppose its Label name is Total Invoice

2nd Expression:     [Total Invoice] * 2.5

t_chetirbok
Creator III
Creator III

Hi!

check the correct answer for closing question.

Anonymous
Not applicable
Author

try with using variables too.

Not applicable
Author

I would like to make this factor dynamic så the 2.5 applies for client a,b,c for example and 3.5 applies for client d,e,f and so on.How would you do this in a smart way?