Bonjour
Je souhaite faire un regroupement
je fait Une requête à partir d'une table Entête de Parc et ligne de Parc.
Voici les résultats:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 select distinct wpc_tiers,wpn_libelle ,case when patindex('%PAYE%',upper(wpn_libelle))=0 then 'Non' else 'Oui' end as Paye ,case when patindex('%COMPTA%',upper(wpn_libelle))=0 then 'Non' else 'Oui' end as Compta from wparcnome left join wparc on wpc_identifiant=wpn_identparc order by wpc_tiersJe veux regrouper les résultats
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 wpc_tiers wpn_libelle Paye Compta 100317 API BAT Module Financier Entrepreneur 6 - 5 postes Non Non 100317 API BAT Paye Entrepreneur 6 - 5 postes Oui Non 100317 Mise à jour Apibat Module DADS U Paye Entrepreneur V6R3 Oui Non 100317 Mise à jour Sage APIBATIMENT Standard Batigest 2/5 Non Non 100317 Mise à jour Sage APIBATIMENT Standard Comptabilité Non Oui 100317 Mise à jour Sage APIBATIMENT Standard Financier 2/ Non Non 100317 Mise à jour Sage APIBATIMENT Standard Paye monop Oui Non 100322 SAGE Module Financier Entrepreneur 6 - 5 postes Non Non 100322 SAGE Paye Entrepreneur 6 - 5 postes Oui Non 100322 Mise à jour SAGE Module DADS U Paye Entrepreneur Oui Non 100322 Mise à jour Sage BATIMENT Standard Batigest Non Non 100322 Mise à jour Sage BATIMENT Standard Comptabilité 5 Non Oui 100322 Mise à jour Sage APIBATIMENT Standard Financier 2/5 Non Non
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 wpc_tiers Paye Compta 100317 Non Non 100317 Oui Non 100317 Oui Non 100317 Non Non 100317 Non Oui 100317 Non Non 100317 Oui Non 100322 Non Non 100322 Oui Non 100322 Oui Non 100322 Non Non 100322 Non Oui 100322 Non NonCordialement
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 wpc_tiers Paye Compta 100317 Oui Oui 100322 Oui Oui 156690 Non Non 123452 Non Oui







Répondre avec citation
Partager