Hello
I am trying to do an expression for some nested if, as a formula on the universal device poller, but is giving me evaluate error.
the formula is Truncate({netdid}/(2^24),0)
And based on the result it will tell what type of model is the device
this is the complete formula.
if((Truncate({netdid}/(2^24),0))='100','ModelA','ModelB')
is there any conversion that I am missing?