Posts by Enato • 127 points
5 posts
-
-4
votes2
answers1849
viewsQ: Add a line at the end of the query in MS-SQL
I have a query and it returns the following table: I wonder if it is possible to add one more line (in this case to 3) to make the difference between the two years. I wanted a new line that would…
-
2
votes1
answer1118
viewsQ: VBA Excel - Change Cell between True and False
I’m making a code but since I’m still very green in the VBA I don’t know how to make it work. It’s very simple, I want to press a cell and it will change a Boolean between True and False. When I…
-
6
votes1
answer270
views -
1
votes2
answers11358
viewsA: How to customize upload file button?
You have to add a class to the bar via CSS. for example: <input id="file" name="file" type="file" class="file_customizada" /> and then is to style the CSS:…
-
3
votes2
answers222
viewsQ: SQL Contar ROWS
Good! I have two tables: A: PRENUMERE (ID), DATE, STORAGE, TYPE B: Autoreg (ID), PRENUMERE, PRODUCT And I wanted to have a result like: Totalcombustible, Totalloja, Misto Where the Fuel is when the…