hi all,
i am trying to create a trigger where i like to check if the current Used Storagememory is > than 90% of the Total Storage memory...
i did it like this...but it seems there are no calculations allowed in Trigger Expressions??
is their a possibility or do i first have to create an calculated item where is calculate 0,9*total storagemem and then setup the trigger??
actually i don“t want to create an extra item for each calculated value?
has someone a solution??
THX
i am trying to create a trigger where i like to check if the current Used Storagememory is > than 90% of the Total Storage memory...
i did it like this...but it seems there are no calculations allowed in Trigger Expressions??
Code:
{swi19zps1cs001:omOverallStorageUsed_CS001.last(0)}>{swi19zps1cs001:omOverallStorageTotal_CS001.last(0)*0,9}
actually i don“t want to create an extra item for each calculated value?
has someone a solution??
THX

Comment