Posts by Diogo Jesus • 13 points
3 posts
-
1
votes1
answer113
viewsQ: Query in sql server with different value depending on some variables
Good afternoon I have the following query: select distinct(T.Grupo) 'Grupo', MAX(G.Descricao) 'Grupo', sum(E.QtdCat*S.FactConvEst) 'M2 cativos' from EncLin as E INNER JOIN Stock as s on…
-
0
votes2
answers248
viewsA: Text overflow in jQuery modal and Bootstrap
At the moment it is like this. But it does not pass the value to the modal. <?php include('../includes/ligacao.php'); $sql = "SELECT * FROM objetos WHERE numero='AFS1848'"; //executa a query…
-
0
votes2
answers248
viewsQ: Text overflow in jQuery modal and Bootstrap
Good afternoon, I have a function in jQuery to know the number of characters in a given element and needed when more than 300 characters appear the text "see more" and opened the modal with all the…