
Rob Badhorn
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 6
Activity overview
Latest activity by Rob Badhorn-
Rob Badhorn commented,
Rainer, Awesome as always! Slight mode in your code on var a1=a1 >>> var a1 = a ==.... THANKS! var a = @Phone; var b = @Call Back Phone; var a1 = a == null ? "" : a.map(function (obj) { return o...
-
Rob Badhorn commented,
Hi! I have tried a few solutions here and seems to work. The problem I run into is concatenating the fields and one is null: var a = @Phone; var b = @Call Back Phone; var a1=a1 == null ? "" : a1;...
-
Rob Badhorn commented,
Awesome! Works of course. Thanks!
-
Rob Badhorn commented,
Hi Thanks Rainer, I think I am confused myself therefore confused you. Sorry about that. I do want to obliterate everything Except the Numbers in a PHONE field in an App. Formula: var a = @Pho...
-
Rob Badhorn commented,
LIGHTBULB. thanks again Rainer! This helps a lot! Rob
-
Rob Badhorn commented,
Hi Rainer, I use this formula because I could have more than one contact (App B) related to App A. var a = @Phone;a.map(function (obj) { return obj.value}).join().replace(/[^0-9]/g,"") || "" I use ...
-
Rob Badhorn commented,
Above is the output Below is the Calculation Field. it was working, just not over the last 2 days. Maybe is my Mac Safari? UPDATE: It is my MAC/Safari. I tried Firefox and looks great (See belo...
-
Rob Badhorn created a post,
Section Header Calculated Field Not working anymore
Hi, I am using the below code as a Section headers. It now shows a ? in its place instead of the field BAR Section header. Has some code changed at Podio to not allow this anymore? OR is there a...
-
Rob Badhorn commented,
"@Sebastian - I am having some issues related to opening certain links via the iOS url scheme. Specifically a url where you are creating a new item. For example "podio://x-callback-url/openURL?url=...
-
Rob Badhorn created a post,
Using pre_Match to find a text string
Hi thanks for your support in advance! I am trying to find specific words (IE Wholesale) in the text string parsed out between the preg_match below. What is the best way to do this? other pre_mat...