I have field called suggested_IOPS, allocated iops and throughput avg.What I am looking is if suggested IOPS is less than Allocated IOPS (AND) throughput avg is greater than 80%, display "CHANGE REQUIRED".
Below is the query I tried
eval abc=if((Suggest_IOPS< IOPS_allocated) AND (Average >80) ,"Action")
Any suggestions
↧