tags:

views:

40

answers:

2

Is it possible to limit maximum value with ${varible} in the Random variable. Or limt the maximum value in Random variable with other variable.

A: 

You'll have to write a BSH post-processor to give a dynamic value for Maximum Value.

This link has an example.

JoseK
A: 

Couldn't you use the evaluate function within the Random function?

${_Random(min, ${_eval(${MAX})}

BlackGaff