Posts by Elton Santos • 187 points
8 posts
-
0
votes1
answer40
viewsQ: Use LEAD to catch the next date
I am trying to set up a query that will answer the following question: Number of customers (registration in the case) that has a reading date of 26 days, number of customers that has reading of 27…
-
-2
votes1
answer171
viewsQ: Tool or website that views percentage of the most commonly used languages on your github
Some time ago, I found a tool that showed the percentages of languages used by repositories on my own github. It was a tool or web site, unfortunately I saw it very fast and I could not remember…
-
0
votes1
answer44
viewsA: Zoom in on the value found after searching
Opa I managed to solve, to whom if interested and have going through the same problem, here is my solution: $("#txtSearch").autocomplete({ source: setoresComerciais.features.map(function(d,i){…
-
2
votes1
answer433
viewsQ: Print in A3 and A4 format
I need to develop something that can print in A3 and A4 formats, exactly the same as this site: http://mapas.fortaleza.ce.gov.br Note that by clicking on the print icon first it resizes in the…
-
0
votes1
answer44
viewsQ: Zoom in on the value found after searching
Hello! I am developing a map here and I have a search field and a map with the layers. I am using leaflet and the search I am doing customized, because the plugin does not meet my needs. I’m having…
-
2
votes1
answer118
viewsQ: Access level and hierarchy when checking checkboxes
Speak up, all right? Can you help me with something? I’ll explain: I enter the admin user and it shows all system permissions. As an example, suppose you have 10 (index, show, create, update, delete…
-
1
votes2
answers89
viewsQ: Why only save the last record in the table?
Guys, a little help here, please! <%= form_tag(portabilizar_portabilidades_path, name: 'form', method: :get) do %> <table class="table table-condensed table-bordered table-hover">…
-
3
votes1
answer126
viewsQ: Multiple submits calling multiple methods in a single form
Hello! I have a form that contains two buttons, each button, when clicking, leads me to a different method within the same controller. How do I do what I need to do? Because I’m not getting it. form…