
Dave Irving
Dave_Irving
Joined: Mon May 15 17:36:14 UTC 2023
Latest Posts
-
Matching Phone Area Codes to Region
So, for a lot of Data I receive, I don't have any location material besides one's phone area code. I know that the area code is not the most accurate in todays cell-phone age,…
-
Re: Proper Syntax for counting any combination in a multiple choice field that includes at least one selection.
Some more clarification. The result value should equal 20. I want it to count each record where Phone Call was selected. The problem is that Phone Call can be selected with other items in Type of… -
Proper Syntax for counting any combination in a multiple choice field that includes at least one selection.
I have been trying all sorts of syntax along with using +, and, or to no avail. Here is my formula. let xStart := 'Start Date'; let xEnd := 'End Date'; count((select Chronos)['Date + Time' >= xStart…