Hello Forum users. I am trying to create a realy complex expression for a trigger. Can i use some kind of variable in it? Just like in PHP. For example:
$value = {server1template:vfs.fs.size[{$HDD},pused].last()} * 0.75
Does that work? If so that would be very handy! So that when i want to do math on that i can do for example:
$value2 = $value1 * 2
$value = {server1template:vfs.fs.size[{$HDD},pused].last()} * 0.75
Does that work? If so that would be very handy! So that when i want to do math on that i can do for example:
$value2 = $value1 * 2
Comment