Forum Discussion
Bergh
2 years agoHelper II
How to find them without data
I have two tables. One with departments and one with educations. I see which departments have done a training. But I want to see who hasn't done training. For example. Food there I would like to see...
- 2 years ago
Hello Bergh ,
you could have department on the row level and education on the column level and the count of dep in the values.
something like this
Idrissshatila
2 years agoSuper User
Hello Bergh ,
you could have department on the row level and education on the column level and the count of dep in the values.
something like this
Bergh
2 years agoHelper II
It is to easy!!! Thanks!