IsInPageList function compare more than one property?
Hi,
IsInPageList function allows you to compare one value of the current page and based on this it will return true or false. Is there another function or any other way to set more than one condition?
Example:
pxResult(1): TestProperty1 = 3, TestProperty2 = 5
pxRestul(2): TestProperty1 = 3, TestProperty2 = 8
I want to get true only if TestProperty1 =3 and TestProperty2 = 5. In this case I have two possible candidates, but since IsInPageList only allows one condition I can't use it alone. Is there any other way to approach this?
Thanks,
***Updated by moderator: Lochan to update Categories***