Questions tagged as 'filtro'

0
answers

Error filtering form values by comparing two arrays

I'm trying to filter the values of fields filled with an array, ie check if a string of an array is contained in any of the values coming from a form. Problems: Only the first field is successfully being filtered, the second and the third...
asked by 19.07.2016 / 00:02
0
answers

php chebox filter

function parseMysqlQuery($array) { $output = ''; foreach( $array as $key => $value){ $output .= !$output ? " WHERE $table.$key " : " AND $table.$key"; $output .= ' IN ("' . implode('","', $value) . '")'; } echo "Key: $key; Value: $valu...
asked by 01.08.2016 / 20:22
0
answers

Help with $ angular filter

I'm doing a modal screen search of a system I'm doing, and am encountering the following problem when implementing the filter: I'm filtering an array of objects in a ng-repeat, each object has 3 fields, however I want to filter only two, I tried...
asked by 04.11.2015 / 17:54
1
answer

Manual filter via VBA with the latest values available

I need to filter, via VBA, the last 30 values available in a dynamic table but in the "manual filter" which is the line ... Is it possible to read the values in the "manual filter" in VB?     
asked by 25.03.2015 / 19:46
2
answers

How to create filters for categories with php and html to use in WordPress page? [closed]

Hello, I would like to create a filter for categories of posts in WP. Like in this example link . But I do not handle a lot of php, so I do not know how to do it, so when I click the 'category1' button only posts from that category appear...
asked by 25.12.2018 / 15:38
1
answer

Select products in a range of discounted values?

I'm trying to make a filter for values for a virtual store, I have a product table, one for stock and one for promotions.    Products CREATE TABLE 'produtos' ( 'id' INT(11) NOT NULL AUTO_INCREMENT, 'codigo' VARCHAR(255) NULL DEFAUL...
asked by 17.11.2014 / 13:07
2
answers

Search filter not specific

I have a page with a search filter with the options "service", "state" and "city" and a submit button that redirects to the page where a table with the already filtered records will appear. But currently the filter only works if all three opti...
asked by 29.11.2017 / 14:02
1
answer

Search within MYSQL search results [closed]

I have a situation more or less like this: A table with the records, I need to do a search with two references, example select * from CARS where dealership = 'VW' or vehicle = 'VW' AND location = 'Sao Paulo' This search returns me all VW c...
asked by 03.11.2018 / 16:27
1
answer

Filter problem using class="selectpicker" in filter select,

Good afternoon, could anyone help me with this problem? I have no idea what's going on .... Next, I have a select that selects the city, and then the follow-up as selected in the city, so far, it works and everything, but I just put the class...
asked by 31.01.2018 / 20:12
1
answer

How to filter checkbox list as you type? (fbuscar neighborhoods)

I have a list of ckeckbox where each one is a neighborhood, there wanted to be typing the name of the neighborhood, it will be confining and leaving only the neighborhoods that contain what is typed, just like that (click on filter by neighborho...
asked by 06.12.2017 / 20:19