<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 Dec 2019 08:40:16 Z</lastBuildDate><pubDate>12 Dec 2019 15:18:19 Z</pubDate><description>Bonjour,&#13;
&#13;
Je n'arrive pas à trouver la bonne méthodologie pour selon une problématique simple.&#13;
&#13;
J'ai une table avec plusieurs colonnes liée à un fichier. Sur une rubrique de type texte, je cherche à compter les occurrences des chaines. &#13;
Je m'explique : (exemple)&#13;
&#13;
DescDomaine		Péridodicité	DonneurOrdre&#13;
EAU				12			Toto&#13;
GAZ				6			Tata&#13;
GAZ				10			Titi&#13;
ELEC			32			Toto&#13;
EAU				3			Titi&#13;
&#13;
Je voudrais récupérer le nombre de fois qu'un "DescDomaine" revient. Ex : EAU = 2&#13;
&#13;
Je m'enlise complètement là ... :(&#13;
&#13;
Si quelqu'un à une idée, je suis preneur !&#13;
&#13;
Bien à vous&#13;
&#13;
Nicolas</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp</link><title>Recherche occurrence de chaîne dans une table</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Nicolas</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235445/read.awp</comments><pubDate>13 Dec 2019 08:40:16 Z</pubDate><description>Merci à tous pour vos réponses ! :merci:&#13;
&#13;
Y'a plus qu'à ;)</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235445/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235445/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>cf2icourrier</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235440/read.awp</comments><pubDate>12 Dec 2019 19:15:20 Z</pubDate><description>Salut&#13;
&#13;
Vite fait pas testé mais bon, cela peut t'intéresser :&#13;
On lit chaque ligne&#13;
si le mot n'est pas dans le tableau RESULT…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235440/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235440/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>Nicolas</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235428/read.awp</comments><pubDate>12 Dec 2019 17:08:39 Z</pubDate><description>Ici concrètement je cherche à compter dans une rubrique de fichier HFSQL le nombre d'occurrence d'une chaine.&#13;
&#13;
Un truc du genr…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235428/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235428/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>François C.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235427/read.awp</comments><pubDate>12 Dec 2019 17:04:47 Z</pubDate><description>Pourquoi ne pas faire une requête ?&#13;
[code:wl]&#13;
&#13;
&#13;
Req est une requête SQL = &#13;
[&#13;
SELECT Count(*) AS Occurence FROM  MaTable WH…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235427/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235427/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>go24</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235424/read.awp</comments><pubDate>12 Dec 2019 16:47:39 Z</pubDate><description>Oui , depuis un fichier texte on peut aussi faire &#13;
&#13;
&#13;
MyFile est une chaîne  = fChargeTexte("H:\Partage1.txt")&#13;
nMynumb est un…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235424/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235424/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>Nicolas</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235423/read.awp</comments><pubDate>12 Dec 2019 16:41:22 Z</pubDate><description>Merci Quentin ;)&#13;
&#13;
Je n'ai pas été assez précis dans ma description car c'était dans un fichier HFSQL, mais ton approche me don…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235423/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235423/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>Quentin Lec.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235418/read.awp</comments><pubDate>12 Dec 2019 16:27:17 Z</pubDate><description>https://hostimage.windev.io/images/Capture_e2fe89b26791371a0ba593824ca0d75f.PNG&#13;
&#13;
Les deux lignes Compteurlayer = ChaineOccurre…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235418/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235418/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>Quentin Lec.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235417/read.awp</comments><pubDate>12 Dec 2019 16:24:52 Z</pubDate><description>Re,&#13;
&#13;
Pour faire simple, on cherche un fichier (FichierNonTraité), on l'ouvre et obtient on état (1 ou 0) (IDFichier), puis on …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235417/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235417/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>Nicolas</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235407/read.awp</comments><pubDate>12 Dec 2019 15:30:50 Z</pubDate><description>Bonjour Quentin,&#13;
Du fichier c'est parfait !</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235407/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235407/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item><item><author>Quentin Lec.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235406/read.awp</comments><pubDate>12 Dec 2019 15:26:54 Z</pubDate><description>Bonjour Nicolas,&#13;
&#13;
Tu souhaites compter ces données à partir de ta table ou de ton fichier?&#13;
Car je peux t'aider avec une boucl…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235406/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table-235406/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235404-recherche-occurrence-chaine-dans-table/read.awp">Recherche occurrence de chaîne dans une table</source><title>Re: Recherche occurrence de chaîne dans une table</title></item></channel></rss>
