Alan
- Total activity 389
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 46
- Subscriptions 166
Comments
Recent activity by Alan-
Hi Elwyn, I've simplified and changed the REGEX expression slightly to terminate on a whitespace character rather than #. Can you please see if this helps? REGEX(#B;"#SD-([^\\s]+).*";"$1")
-
Hi Ganesh, I was looking at the error message and the value: 2095.757640000000000000 mentioned is too long to fit as a double. With the decimal this value is 23 characters long, or 22 digits. A J...
-
Hi Pouria, I'm seeing a logical error in the description, you're suggesting a time before 8am and after 8:20am - no time within the same day could ever meet this criteria. I think you mean some ti...
-
Anson, apologies. I had enabled you but tagged you incorrectly, so you got hit by the admin certification trigger I was trying to bypass for you explicitly. You should be able to open tickets now,...
-
Hi Anson, You can achieve this goal with an IF statement. You can do something like this: IF(!Sheet#tags == '';'';JSON_ELEMENTS(!Sheet#tags)) This will first check if there is no value in the tags...
-
Hi Anson, Just wanted to ask you to check your spam again. I've sent you two follow up emails, but haven't heard back. Thanks, Alan
-
Hi Anson, Can you please check your junk mail or spam for emails from me? I've reached out to you on a few occasions directly
-
Hi Natasha, On the Data Details step of your import, you can select and unselect columns to be included. Columns without a sample are automatically set to 'not selected' during this step. You sho...
-
Official comment Hi Phillip, Unfortunately at this time we do not have a placeholder for seconds. I've created an improvement with engineering, DAP-40874 to add the ability to use both seconds and milliseconds in f...
-
Hi Betty, If using advanced filtering, you can do a filter such as TODAY() - 1d and any execution on the first of the month would then be using a filter for whatever the last day of the month is. S...