1 2 3 4 5 6 7 8 9 10 11 12
| «fields Categorie, SousCategorie, Titre, Descriptif, Ad1, Ad2, Ad3, Cp, Ville, Tel, Fax, Web, Mail, OrganTitre, OrganAbreviation, OrganNom, OrganPrenom, OrganTel, OrganFax, OrganMail, SucTitre, SucAd1, SucAd2, SucAd3, SucCp, SucVille, SucTel, SucFax, SucMail, OrganSucTitre, OrganSucAbreviation, OrganSucNom, OrganSucPrenom, OrganSucTel, OrganSucFax, OrganSucMail, PublInfo
«if Categorie is not empty and Categorie ≠ prev Categorie»
«endif»«if SousCategorie is not empty and SousCategorie ≠ prev SousCategorie»
«endif»«if Titre is not empty and Titre ≠ prev Titre and (char 1 to 2 of Cp = «01»)»« Titre»
«endif»«if Titre is not empty and Titre ≠ prev Titre and (char 1 to 2 of Cp is not «01»)»« Titre»
«endif»«if Descriptif is not empty and Titre ≠ prev Titre»«Descriptif»
«endif»«if Ad1 is not empty and Ad2 is not empty and Ad3 is not empty and Titre ≠ prev Titre and length(Ad1) +length(Ad2)+length(Ad3)+length(Ville) < 43»«Ad1», «Ad2», «Ad3», «Cp» «Ville»
«endif»«if Ad1 is not empty and Ad2 is not empty and Ad3 is not empty and Titre ≠ prev Titre and length(Ad1) +length(Ad2)+length(Ad3)+length(Ville) ≥ 43»«Ad1», «Ad2»
«Ad3», «Cp» «Ville»
«endif»«if Ad1 is not empty and Ad2 is not empty and Ad3 is empty and Titre ≠ prev Titre and length(Ad1) +length(Ad2)+length(Ad3)+length(Ville)< 43 »«Ad1», «Ad2», «Cp» «Ville»
«endif»«if Ad1 is not empty and Ad2 is not empty and Ad3 is empty and Titre ≠ prev Titre and length(Ad1)+length(Ad2)+length(Ad3)+length(Ville) ≥ 43»«Ad1», «Ad2»
«Cp» «Ville» |
Partager