Hi Everyone, I am trying to do a count of r...

Hi Everyone,

I am trying to do a count of records and Iโ€™m am getting now where.

I have a page called โ€œClubsโ€ and a page called โ€œtraining assessmentโ€

On the clubs page, I want to do a virtual column that counts of all of the "training assessment"s that have been completed by staff at each Club. I have tried a heap of different formulas and canโ€™t make it work.

Count(select(training assessment[club],and([Assessment completed?]=โ€Trueโ€,[club]=[_thisrow].[club name and code])))

count(select(training assessment[club],and([Assessment completed?]=โ€Trueโ€,[club]=[_thisrow])))

0 3 339
3 REPLIES 3

Is your โ€œTraining assessmentโ€ table a child table for the parent (Clubs)?

@Aleksi_Alkio its is

Try something likeโ€ฆ COUNT(SELECT([Related Training Assessments][KeyColumn],[Assessment completed?]=TRUE))

Top Labels in this Space