Bonsoir tout le monde,

J'ai besoin d'aide, je veux traduire ces requêtes en MDX MERCI d'avance :

1) select count(ID) from Animals where Type = 'Chien'
2) select count(ID) from Animals where Type = 'Chien' or Categories = 'Domestique'
3) select count(ID) from Animals where Type = 'Chien' and Categories = 'Domestique'