Hello,
would be great if you could implement option to create more complex selection queries in policy nodes selection.
Currently you support only simple AND and OR when selecting the Nodes which is not sufficient.
Example i want to target policy to certain region and lets say 2 out of 8 types of device. In current situation query would look sth like this:
Select nodes:
Region = region1 AND Device = devicegroup1 OR Device = devicegroup2
which will not give the correct result:
accurate would be :
Region = region1 AND ( Device = devicegroup1 OR Device = devicegroup2 )
cheers
mark