PROFESSIONAL NEWSGROUPS
WINDEV
,
WEBDEV
and
WINDEV Mobile
Home
|
Recent messages
|
Connect
|
Sign out
|
English
Home
→
WINDEV 2024
→
Compter des éléments divers dans une requete ou un fichier
Compter des éléments divers dans une requete ou un fichier
Started by laurent.chareille, Apr., 20 2006 7:44 PM - 1 reply
Connect yourself…
laurent.chareille
#1
Posted on April, 20 2006 - 7:44 PM
Bonjour
Je cherche à compter un certain nombre de chose dans une requète afin d'afficher les résultat dans des champs différents, j'y parvient mais je suis pas sur d'utiliser la méthode appropriée..
Voici mon code
ReqComptageProspects.pIdCollabo=vIdUtilisateur
ReqComptageProspects.pTelSurNeufMin=""
ReqComptageProspects.pTelSurNeufMax=1
ReqComptageProspects.pArchiveMIn=pArchiveMin
ReqComptageProspects.pArchiveMax=pArchiveMax
ReqComptageProspects.pInfoAppelMin=1
ReqComptageProspects.pInfoAppelMax=1
HExécuteRequête(ReqComptageProspects)
BoutonRapp="A rappeler"+CR+HNbEnr(ReqComptageProspects)
ReqComptageProspects.pIdCollabo=vIdUtilisateur
ReqComptageProspects.pTelSurNeufMin=""
ReqComptageProspects.pTelSurNeufMax=1
ReqComptageProspects.pArchiveMIn=pArchiveMin
ReqComptageProspects.pArchiveMax=pArchiveMax
ReqComptageProspects.pInfoAppelMin=2
ReqComptageProspects.pInfoAppelMax=2
HExécuteRequête(ReqComptageProspects)
BoutonRdv="Rdv"+CR+HNbEnr(ReqComptageProspects)
et ainsi de suite
jle probleme est que j'execute plusieur fois la meme requete avec des critères différents
afin de pouvoir compter chacun d'eux donc c'est un peu longt..
Merci de vos conseils
Laurent
Report
0
0
pascal.cazin
#2
Posted on April, 21 2006 - 11:12 AM
Bjr,
Ne visualisant pas ta requette il est difficle de t'aider. Je me base donc sur une interprétation.
Ce qui change sur les clients à rappeler c'est le PinfoAppel qui est egal à 1
Pour les Rdv PinfoAppel=2.
Tu peux peut être faire un select count(Idclient) From tatable where (tesconditions) group by infoappelmin
bon dev.
Report
0
0
→ Go back to WINDEV 2024
WINDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV (earlier versions)
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 25
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (earlier versions)
WINDEV (earlier versions)
WEBDEV (earlier versions)
WEBDEV (earlier versions)
WINDEV Mobile (earlier versions)
WINDEV Mobile (earlier versions)
Reports & Queries
Reports & Queries
Off-topic
Off-topic
Tools
Tools
Français
English
Español
Portuguesa
Close this window
Search type
Only topics
All the messages
Search period
Any time
Past hour
Past 24 hours
Past week
Past month
Past year
Cancel
Preview of your message
Adding an image
Import an image from a URL
Send an image from a file of your disk
Drop a file or click "Browse..."
or
Cancel
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Text