Hi all
I am having trouble with some syntax that someoine might be able to help with.
I am opening a list page with the following filters and it works perfect:
RunPageLink = Customer = FIELD(Customer), "ID" = field(ID), ParentID = filter(0);
However I want the "ID" to not equal the current field(ID)
i have tried this but it throws errors:
RunPageLink = Customer = FIELD(Customer), "ID" <> field(ID), ParentID = filter(0);
Any idea's what I am doing wrong.
Thanks Neil.