Hi,
I have a table with the following structure,
Name | Project | January
Silvia | Project 1 | 0.3
Silvia | Project 2 | 0.7
Silvia | Project 2 | 0.3
Ruben | Project 2 | 1
Is it possible to create a view in model driven apps where I can get the users that the sum for each month in the project is not equal to 1?
In this situation the output should be, Silvia in Project 1.
Thank you,
Ruben