Hi All,
Hoping to get some assistance. I have two tables. One with Apartments and another with Incidents. The incidents table can have multiple apartments allocated to it (using EnumList) which shows up as “100A, 101A, 102A” in the table.
select(Cases[JobNumber],(contains(Cases[Apartment],[_THISROW].[Apartment]),true))
*The above formula is in the Apartments table and is trying to build a list of “JobNumber” to use as a reference, by selecting all Cases where the apartment number appears in the Apartment column of the cases table.
The formula however actually just says ‘if it finds the apartment in the table, then return all cases’.
What should happen is this:
Can someone help?
Solved! Go to Solution.
User | Count |
---|---|
15 | |
11 | |
10 | |
8 | |
3 |