Hello Everyone,
Today we are launching another exciting improvement to make reading and writing formulas in Coda a little bit easier.
We have heard a lot of great feedback from our community that it can be hard to tell why a formula is not working as expected. Two of the most common issues we see are the result of comparing or using values of the wrong data type and picking objects from the wrong table.
We hope to improve these situations and many more with the introduction of formula chips.
Formula chips are stand alone tokens in a formula the are bound to an object in your Coda doc. An object could be any one of Coda’s primitives like a table, view, column, control, or row reference. A formula chip gives us a better surface to convey information about how Coda is interpreting the objects in your formula directly within the formula builder.
Starting today you can find three pieces of information encoded on formula chips. The first two pieces of information are conveyed using an icon that shows the object’s data type and if it is a single value or multiple values. The final bit of information is encoded in the color of the chip. All chips that come from the same source object will have the same color.
Some Examples
Now let’s take a look at how these changes help in practice.
In this example we are trying to figure out how many active deals we have with Dwight. Here we can see that our filter is probably never going to return any results because the Contact column in the Deals table is text and we are comparing it to the row reference for Dwight.
In this scenario we are trying to find out how many of our tasks are complete, but again our filter is not working as expected. We can see that the Status column is text, but the stacking of the chip icon tells us that it is a list of text values because we accidentally selected the entire Status column.
Now let’s try to add a column to our task tracker that shows the set of tasks in progress for a particular project. The color of the Status chip shows us that it is not from Tasks table, and that we picked the wrong Status column. In this case both tables are within view, so we can also see the chips are from different tables using the in app highlighting. In many cases we can’t rely on the in app highlighting because the tables are not immediately visible, and now with formula chip coloring they don’t need to be.
Quick type icon reference
Most of our data type icons should be familiar from our column formats, but just in case here is a quick reference.
If you ever aren’t sure what type an icon represents you can always click on a formula chip and the help text below will describe the data type of the object selected.
More to come
We hope that you find formula chips make a noticeable improvement in your ability to write and understand formulas in Coda. We would love to hear what you think!
We believe that formulas are one of key ingredients in connecting all of Coda’s building blocks together to build a cohesive app. With that said we plan to keep iterating and making more improvements in this space, so stay tuned!
Jason