~Michelle ElhipilitliFeb 14, 2017, 10:40 AM103 PostsReturns a stringLooking at this :http://www-01.ibm.com/support/docview.wss?uid=swg21501673 shows that [IP] returns a string so you will need something like... @If(@Contains(@GetMachineInfo([IP]);"192.168");"7";"8")
~Holly LopweburakoiFeb 16, 2017, 8:40 AM51 PostsWorks with @Contains based formula...... thanks for tip! BTW: Before submitting my question, I tried @Begins function (to test output of @GetMaichInfo([IP]) - without success (even when the same formula worked in button). Therefore I expected some deeper problem :-)...