Hi,
I have 2 tables named Solutions and Packages
Solutions
Packages table
in the Solution table I have a VC that calculate total hrs for each role for the added packages
Example if a user add 3 packages and each can have multiple roles added
in VC-role1 -- i like to add (package 1 --- role 1hrs) +)Package 2 --- Role 1hrs) +(Package 3-role 1 hrs = 3hrs
Any help how to do this in Appsheet would be appreciated
sum(select(Packages[Total Role1 Hours],IN([_THISROW].[selected Packages],Packages[Row ID])))
I try with this expression and it give me same value for all the packages
Try below for Role 1 hrs. This uses a List Dereference expression.
SUM([Selected Packages][Role 1 hrs])
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |