Answered
18 Jan 2023
Link to this post
I'm having trouble configuring a lookup filter
I have 2 lookups on my form, City and Street.
I'm trying to configure it so that when you select a city, the street lookup field is filtered based on the selected city.
In the street lookup I have configured a filter with name @cityId@ with filter type "Field Value" and selected the city field (nrq_address1cityid) as the value.
In the fetchxml for the street lookup I've added the following filter
<condition attribute="nrq_maincityid" operator="eq" value="@cityId@" />
But no matter what city I select, the street lookup stays empty.
However, if I check the network traffic, I do see that the query for the street lookup does return values.
So it seems this is an issue with the displaying of the data, not the underlying query
Last modified on 18 Jan 2023 10:01 by Missing user