Questions tagged as 'filtro'

1
answer

VBA: Filter multiple items of a PivotTable containing certain text

I am trying to run a code that filters all the items in a PivotTable that contain a certain text. I figured that just using asterisks (*) before and after mine keyword would get results, but VBA reads asterisks as literal characters. How do I fi...
asked by 21.03.2017 / 15:18
1
answer

Filter dates that user entered our system

Hello, how are you guys? I'm trying to filter the dates that users connect to my system. It has a but, first need to filter so it does not have duplicate users. I'm already doing this with the DISTINCT command. With the result that D...
asked by 09.12.2016 / 13:45
1
answer

PHP does not consider listing when it has filter

Top of page: <?php include "funcoes.php"; session_start(); $grupo_produto = $_SESSION['grupo_produto']; ?> <!DOCTYPE html> <html> <head> <title></title> <meta charset="ut...
asked by 05.12.2016 / 20:06
2
answers

Random search in the listview via editext on android?

Hello, I'm very new to programming, I'm really enthusiastic, I'm just looking for a type that editext looks for the letter or word in the text so that, for example, if my string is written "Mr. Jose Ventura "and I type only" Ventura...
asked by 10.08.2015 / 23:51
0
answers

Result of searching for two tables without relation

I have a question if it is possible to return in a query, records of two distinct tables, these tables having no relation. I have the table clothes and table accessories. I will make a dynamic filter to list clothes (color, size and price) an...
asked by 13.07.2015 / 16:37
1
answer

Check frequency of records in the table

I have a table where all services performed on several cars are saved. The key is the car license plate. A car can have more than one service a day. And for each service performed a new service id is created, even if it is for the same car. I...
asked by 23.11.2017 / 20:06
1
answer

Possibility to use MAX in fields DateTime expression Lambda

There is the possibility of using MAX in expression queries lambdas , for example: I would like to get all the records at the age of 18 and get the only last record inserted in the database, that is, with the longest registration...
asked by 06.04.2018 / 16:04
1
answer

Pagination of results with search in two fields

Hello, I'm looking for help because I'm having trouble creating a result page, I made a page that contains two search fields, "what to look for" and "where to search", it works and filters correct, but I'm not able to do paging to limit the searc...
asked by 01.08.2015 / 13:46
2
answers

How do I search by NAME in PHP?

I've tried it in many ways, but all of the problem in the query ... Exemplo : <form class="form-inline my-2 my-lg-0" method="post" action="home.php"> <input class="form-control mr-sm-2" type="text" name="palavra" placeholder="Pesqu...
asked by 11.09.2018 / 16:19
1
answer

Search by filter using mysql

Hello! I need a search with filter relative to the page of product by category, that is, when searching for products by a certain category show in the sidebar filter options like: new or used, minimum price up to maximum price, etc. for better u...
asked by 03.06.2016 / 04:16