Questions tagged as 'filtro'

1
answer

Error Restricting Dates in SQL Server

I get 3 bases that are mounted in different places, these bases come to me in text file (.txt) and I do the import to SQL Server. I'm doing a query in which I want to restrict the records only for the year 2014 but even putting Data >...
asked by 21.11.2014 / 13:43
2
answers

@Autowired bean in Filter

I'm trying to inject a bean into a filter but with no success, it always gets null causing error. Below is the code for bean : @Named @Scope("session") public class LoginBean { filter : @Component("filtroAutenticacao") publi...
asked by 15.02.2015 / 03:00
0
answers

PRESTASHOP - create cascading dropdown category

Sirs, I am trying and banging my head to create a cascading filter for Prestashop, based on its categories, and the plugins I found are paid for. What would be the best way to do it? If only Prestashop returned me a json, I would get popul...
asked by 17.11.2016 / 16:42
2
answers

Filter through the href

Well, I'm new using Javascript and I'm having some difficulties. I have a box that has 6 links, this is involved in a dom-repeat, that is, there are many 'boxes' with 6 links inside. I need to check if there is a link within each box, if it has...
asked by 18.06.2018 / 14:38
1
answer

Using JQuery DataTables with ASP.NET MVC 5

I have questions about how to use DataTables with the MVC 5 and submit button by returning a Json as per the site: DataTables $(document).ready(function() { $('#example').dataTable( { "processing": true, "serverSide": true, "ajax...
asked by 14.11.2014 / 02:49
2
answers

Filter query with java android sqlite

public ArrayList<Contato> filtrar(String filtro) { ArrayList<Contato> contatoArray = new ArrayList<>(); //Consulta que traz todos dados de todas colunas Cursor cursor = database.query(BaseDAO.TABELA_AGENDA, BaseDAO....
asked by 18.09.2017 / 15:54
2
answers

Apply filter in only part of the image

I have an image in the background of my site and I would like to apply the filter brightness to the whole image except for one part as shown in the image: Any tips on how to do this? I've tried tag map , but it only...
asked by 02.08.2017 / 15:54
2
answers

Get any variable of an array that has a certain id in AngularJS

With the following code, I am saying that in the second array contained in the object $scope.listademercadoria there is the property "quantity", and I am declaring it as value 0. $scope.listademercadoria[1].quantidade = 0; Is there a...
asked by 12.10.2017 / 06:43
1
answer

Filter PivotTable by ListBox

Private Sub Filename () .. From this post here Filter PivotTable by Word in a Cell ... It is very efficient in searching the column A .... I would like to get the values that are in the Listbox and apply them as filters in TD ... (Act...
asked by 21.06.2018 / 22:49
1
answer

Python - filtering data into text files

I'm trying to write a code to read a .txt file and extract numeric coordinates, except that this file contains lines with text as well. I can not do the filter. see a part of the file. So far I have been able to write the following: file...
asked by 06.06.2017 / 23:56