Decision Table use IS IN condition within range

I am trying to use dmn IS IN condition, I can use it when the variable inputs are separated by comma, (100,101,102) , Is there any way I can define range in between like (100 - 104).
I tried 100 - 104 but it failed so Is there any other way to define starting and ending values rather than all inputs.

Thanks,
Abhishek

Hi,

Using the structured editor it’s not possible to define ranges.
You can however use a custom expression.

You could also use other variables to define the ranges;

Hope this helps.

Regards,

Yvo