
Brock Taffe
- Total activity 127
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 75
- Subscriptions 23
Posts
Recent activity by Brock Taffe-
Relationship Search correctly parsing records that use a calculation as a title
When searching for another record in a relationship field that uses a calculation as a title, you are not allowed to search with any natural language, or keywords. It has to be exactly in order of ...
-
Table view not displaying html tags correctly, e.g .italics() on a string
Hey Podio community, When I'm formatting text in a calculation field using tags and javascript e.g .italics() it displays correctly when the record is open, but when in table view it adds all thes...
-
Search in Relationship fields to have the same index Search as the normal Search in the menu bar
Searching in relationship fields for other items is really terrible, I have to exactly type in what I'm searching for, otherwise I won't be able to find it. This includes forgetting a comma, or hav...
-
End date not calculating properly
Hey so this is the code I'm using to get the minimum start and minimum end of shifts for a roster to create it's title, that are linked from relationship fields. Usually this works fine, but I'm ...
-
Odd capitalization through text from relationship field
Hi Podio Forum, So when I copy this field called 'Name' with @All of Name.join(",") to the calculation field 'SessionName' through a related app the capitalisation on one of the letters isn't the...
-
Filtering based on a date in a related app
So I have two apps, one is the list of all the 'volunteers' and the other is the 'rosters' they are related to within the 'volunteers' app, each roster has a date field. I'd like to make a view in...
-
Date field forcing webform to enter date even if not mandatory.
Hi I'm having an issue with my webform, it won't let me submit the application with out the date field filled even though it's not a mandatory field?
-
Basic Switch Statement is not working.
I'm trying to calculate the ticket that will be given based on a number in a number field. I've tried it four different ways and I can't get it to work! FIRST WAY switch (@Number of shifts applyi...