Currently i'm using this code shown below the url provided, to get the outcome i wanted previously.
http://community.qlik.com/message/361113#361113 (Previous post)
=f((object_operator <= stuffs_operator), object_operator & ' <-> ' & stuffs_operator ,
if(( object_operator > stuffs_operator ), stuffs_operator& ' <-> ' & object_operator
))
How should i code in order to ensure (object_operator <= stuffs_operator) is equal to 10, more than 10, equal to 40 and less than 40 WITHOUT TOUCHING ON SCRIPTS?
Basically, what i want is :
object_operator => 10 and object_operator <= 40
stuffs_operator => 10 and stuffs_operator <= 40