Hi, I have 3 tables: Alumnos, Profesoras y Classbook.
And in the Classbook table I have a Enumlist in Alumnos Ausentes, ref to a slice
I need that in Classbook form , when I select the Alumnos Ausentes dropdown, show me only the values of that Profesora.
My Alumno DB
What I'm missing?
Solved! Go to Solution.
Sin slices, con Ref a Alumnos, puedes simplemente poner en "Valid if" y "Suggested Values":
FILTER("Alumnos", [Profesora] = [_ThisRow].[Profesora Encargada])
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |