negate boolean variable
yahia soliman <[email protected]> Thu, 3 Oct 2024 14:41:18 +0300
| Newsgroups | gmane.comp.jakarta.jmeter.user |
|---|---|
| Message-ID | <CAMQmPwhJ8Ceo1FXZ_QruaXWj1NPMXHr0tb9+G=xCECWRsfEbKw@mail.gmail.com> |
i have a Boolean variable stop_auto_assignment and want to send the
opposite value in the request body. so if the variable value is FALSE i
want to send TRUE and vice versa. any suggestions?
i already tried to set exclamation mark before calling the variable but it
failed
this is a part of a body of request:
{
"max_orders_assigned": 5,
"stop_auto_clock_out": false,
"max_threshold_waiting_time": 3600,
"interval_weight": 4.0,
"stop_auto_assignment": ${stop_auto_assignment},