Hello Guys,
I’m French. I would like to make a list of my English lessons.
I have several teachers and therefore several dates and times.
I would like to have in order :
I mean, I need help creating the Dataview and the METADONNEES:
TABLE WITHOUT ID
Année AS Année,
Date_du_cours AS Date,
Heure_du_cours AS Heure,
file.name AS "Nom du cours",
Nom_du_professeur AS "Professeur",
Sujet_du_cours AS Sujet
FROM #Cours WHERE !contains(file.name,"Template_cours")