Sherry_Morris
4 hours agoQrew Member
Help! Formula Query with multiple conditions.
My query is not returning any value for records that meet the conditions.
ToNumber(ToText(GetFieldValues(GetRecords("{86.EX.'"&true&"'}" & "{15.EX.'"&[mhe_type]&"'}", [_DBID_BTS_METRICS]), 10)))
I need to return the field value (fid 10) from the table [_DBID_BTS_METRICS] when field ID 86 in the queried table is true (checkbox is checked) and the value in field ID 15 is equal to the value in the field [mhe_type] in the querying table.
I have tried:
- punctuation, format, etc numerous times
- using a text field to give the checkbox a yes/no value and using that field (fid 89) in the conditions in case it is the checkbox giving me the problem
- changing it to a SumValues query, but then it returned a value of 0.