CMoore Posted April 9, 2019 at 02:25 PM Share Posted April 9, 2019 at 02:25 PM We are trying to perform a 'custom where' that is efficient so that we don't have to create more than one geomap module we have embedded in a layout. The module is already filtered to match a specified option of a specified field: Field.jr_facilitytype LIKE '%skilled-labor%' , this gets us half way there. Next we need to further filter using that 'custom where' to include a variable but we are not sure how to do this. This is ultimately what we are trying to achieve: Field.jr_facilitytype LIKE '%skilled-labor%' AND jr_referringfacility LIKE {$VARIABLE} I understand the syntax is not correct but was the easiest way to communicate what we are trying to achieve. We could place the variable in the controller? Link to comment
Alejandro Posted April 9, 2019 at 04:12 PM Share Posted April 9, 2019 at 04:12 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CMoore Posted April 9, 2019 at 04:30 PM Author Share Posted April 9, 2019 at 04:30 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted April 9, 2019 at 06:33 PM Share Posted April 9, 2019 at 06:33 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CMoore Posted April 9, 2019 at 06:52 PM Author Share Posted April 9, 2019 at 06:52 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted April 9, 2019 at 07:15 PM Share Posted April 9, 2019 at 07:15 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.