Inconsistent Error with Reference

Hello Appsheet Community,

I cannot figure out why my app can read one type of related column but not another. Here is what is happening.

This formula works:
COUNT( FILTER( sfr , [siteid].[Site Name] = [_THISROW].[current yes]) )
siteid is a ref column in table sfr. It is a reference to table Caseload Builder. Table Caseload Builder has a column called Site Name. All good.

This formula gets an error:
COUNT( FILTER( sfr , [siteid].[Office] = [_THISROW].[current yes]) )
Office is a field in table Caseload Builder just the same as Site Name is. But site name works and office gets an error. I donโ€™t understand why.

The error I get is: Error in expression โ€˜[siteid].[Office]โ€™ : Unable to find column โ€˜Officeโ€™

Iโ€™ve tried with a few columns in Caseload Builder some work and some donโ€™t but I canโ€™t discern the differnece.

Thank you for any help you can provide.

Solved Solved
0 3 158
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Is [siteid] a Ref to a slice that doesnโ€™t include the Office column?

View solution in original post

3 REPLIES 3

Steve
Platinum 4
Platinum 4

Is [siteid] a Ref to a slice that doesnโ€™t include the Office column?

My thougt exactyโ€ฆ

Yes! This was it. I feel silly. Thank you as always Steve.

Top Labels in this Space