Viewing 8 posts - 1 through 8 (of 8 total)
For example I have a colmn with total of "Motivo", group by "Motivo".
Now I need add a colmn that calculat the percentage.
how ?
Percentage = Count(Motivo) group by "Motivo"
...
May 5, 2008 at 3:20 pm
Gooa idea 🙂
this is working
tks!
but a saw other situation...
Is possible have two condition in the IIF ?
April 29, 2008 at 5:34 am
Thanks rbarryyoung !
I get the solution hehe
was one condition wrong .
Tks again
Ayres
April 17, 2008 at 11:39 am
thanks for answer
I Did
SELECT prod.*, B.Bounce AS Bounce, NTF.NTF, (Bounce - NTF.NTF) AS B_Real, ROUND((NTF.NTF/(Bounce)*100),2) AS SDEF, ROUND((B_Real/(prod.ENC)*100),2) AS INDB, ROUND((Bounce/(prod.ENC)*100),2) AS TTB
FROM ([SELECT...
April 16, 2008 at 6:08 pm
Folks,
I move my query let's see
SELECT teste.tecnico,teste.nome (select sum(teste.qtd) from teste where teste.setor_dest= 'IRMOT' ) AS HF, (select sum(teste.qtd) from teste where teste.setor_dest= 'QCC') AS TT
FROM teste
GROUP BY teste.tecnico,...
December 13, 2007 at 4:45 am
Thanks for answer again!
I will wait to news answer hehe
Tks!
November 30, 2007 at 6:11 am
Tks for answer
but I don't how why ... when run the query faile!
I'm using BD access, theses comand suport th access?
this query I'm runing in the VB.net hehe
this...
November 30, 2007 at 5:25 am
Viewing 8 posts - 1 through 8 (of 8 total)