Questions tagged as 'porcentaje'

2
answers

Percentage in SQL grouped by column

I have the following table structure: From which you want to take the percentage of the value that comes in the loans column grouped by number. of cuit. I have tried this but in all cases 100% comes to me SELECT cdd.NumeroI...
asked by 19.04.2018 / 17:06
0
answers

How to calculate the percentage in a Python calculator with the eval function?

I have written a calculator in python with PyQt5 and so far all the operations are performed correctly minus the percentage, for the evaluation of data I use eval, I appreciate your help. The code used is the following: import sys, math from...
asked by 04.09.2018 / 06:41
2
answers

Develop an experience bar

I am developing a minigame in Processing and I am in a dilemma, I have a functional exp bar to some extent, when the bar reaches the max of experience it resets to 0 (which is fine) but the issue is that for example I have this case: -exp c...
asked by 08.12.2018 / 23:27