Re: Calculations with user parameters

2003-10-20 Thread Jordi Salvat i Alabart
Have you had a look at the javascript function? I've never used it myself, but it may help. -- Salut, Jordi. [EMAIL PROTECTED] wrote: Hi, is it possible to modify userparameters by multiplying and adding? I need to have a user parameter which is (100 * x) + y where x = 120 and y = 1...5 I

Calculations with user parameters

2003-10-20 Thread Janne . Mattila
Hi, is it possible to modify userparameters by multiplying and adding? I need to have a user parameter which is (100 * x) + y where x = 120 and y = 1...5 I can create x and y by defining user parameters x ${__Random(1,20,} y ${__Random(1,5,} but the multiplication seems a bit tri