Relevance Substitution

(imported topic written by hotlanta198091)

Hello

I am trying to use location by ip range for my clients and relays for thier affiliation and seeklist info. I cannot get this to work any ideas would be appreciated

setting “_BESRelay_Register_Affiliation_AdvertisementList”="{if (exists settings “Location By IP Range” whose (value of it != “”) of client) then (value of settings “Location By IP Range” of client) else (“NotFound”)}"

setting “_BESClient_Register_Affiliation_SeekList”="{if (exists settings “Location By Subnet” whose (value of it != “”) of client) then (value of settings “Location By Subnet” of client) else (“NotFound”)}

Any help would be welcomed

(imported comment written by BenKus)

Looks like there is a missing end quote in the second setting… What failure do you see?

Ben