Hello!
I would like to know if I can SUM up these two as one.
(SELECT(PARTICIPATION[Dosage],[Student ID]=[_THISROW].[Student ID]))
(SELECT(REFERRAL[Dosage],[Student ID]=[_THISROW].[Student ID]))
Please advise. Thank you.
Solved! Go to Solution.
You should be able to read it directly from related child virtual lists likeโฆ
SELECT([RelatedParticiptions][Dosage],TRUE)+SELECT([RelatedReferrals][Dosage],TRUE)
User | Count |
---|---|
21 | |
15 | |
4 | |
3 | |
3 |