JonFroderberg
3 years agoQrew Cadet
Formula Query Error - The way this formula is built will take too long to process.
Is URLEncode() not functional inside of a Formula Query? When I attempt to use it, I receive this error message.
Here is my formula:
------------------------------
Jon Froderberg
PRIME Developer
Harder Mechanical Contractors
https://www.harder.com
Portland, OR
801.946.0576
------------------------------
Here is my formula:
Size(GetRecords("{52.EX." & URLEncode([Job]) & "}AND{276.XEX.2}AND{276.XEX.3}AND{276.XEX.5}AND{55.EX.''}", [_DBID_FABRICATIONS]))
// fid: 52 [Job]
// Issued For Fabrication Status
// fid: 276 [Related IFF Status] is not equal to:
// 2 - On Hold
// 3 - Cancelled
// 5 - Prerelease
// fid: 55 [Scope Item Name] is equal to null
Trying to avoid creating a table to table relationship to get this value. I'm getting this same error on another formula query to a different table where I am also using URLEncode().
// fid: 52 [Job]
// Issued For Fabrication Status
// fid: 276 [Related IFF Status] is not equal to:
// 2 - On Hold
// 3 - Cancelled
// 5 - Prerelease
// fid: 55 [Scope Item Name] is equal to null
Trying to avoid creating a table to table relationship to get this value. I'm getting this same error on another formula query to a different table where I am also using URLEncode().
------------------------------
Jon Froderberg
PRIME Developer
Harder Mechanical Contractors
https://www.harder.com
Portland, OR
801.946.0576
------------------------------