Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
=(Invoice * 2.5) solved it!
=(Invoice * 2.5) solved it!
1st expression: sum(Invoice) suppose its Label name is Total Invoice
2nd Expression: [Total Invoice] * 2.5
Hi!
check the correct answer for closing question.
try with using variables too.
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?