Not contains function combined with or
Hi,
I am using not contains function along with or, but this is not working, can any one suggest the correct format for this to achieve.
<?if:not(contains(ITEM_OBJ,'cycle_forward')) or (not(contains(ITEM_OBJ,'cycle_arrear'))) or (not(contains(ITEM_OBJ,'usage'))) or (not(contains(ITEM_OBJ,‘cycle_forward_niltax’))) or (not(contains(ITEM_OBJ,‘cycle_arrear_niltax’))) or (not(contains(ITEM_OBJ,'usage_niltax'))) or (not(contains(ITEM_OBJ,'adjustment'))) or (not(contains(ITEM_OBJ,'payment'))) or (not(contains(ITEM_OBJ,'dispute'))) or (not(contains(ITEM_OBJ,'settlement')))?>
Thanks