All New Data Editor & Computed Columns

The new Array handling options are incredible! Finally a way to manipulate arrays including a simple way to eliminate an entry within the array.

Goodbye Trebuchet it was fun whilst it lasted…

2 Likes

Yes, it does work. It has nothing to do with your actual spreadsheet. It uses coding to interpret your Excel formula.

1 Like

Sounds good, but I failed on my first attempt… why doesn’t this work?

It probably does handle all Excel formulas, but you can get Today() by creating a math column with a replacement that points to Now.

3 Likes

Formulas must start with =

5 Likes

Ok, but not quite the result I was expecting…

vs Excel:

image

That’s giving you a numerical representation of today, which is actually the same as what Excel does under the hood. You’d need to apply some formatting to it.

But as Jeff pointed out, you’re better off just using a Glide Math column for this use case.

5 Likes

I think Google and Excel store that underlying date serial number. The only difference is that they usually have the column formatting applied.

Instead I think you would have to do
`=TEXT(TODAY(), “m/d/yyyy”)

I’d still use a math column for this particular case.

2 Likes

Thanks for diving down that rabbit hole with me… appreciate the Glide version is of course the best route… I was just trying an Excel formula and that was the first that came to mind… all those Excel wizards must be feeling smug today! :slight_smile:

3 Likes

These new computed columns add a ton of value. Thank you. I can now implement my email validation using Onesimpleapi without setting up the code (very no/low code of you).
Screen Shot 2021-11-04 at 9.49.57 AM

5 Likes

Great job :trophy:

3 Likes

What @Darren_Murphy are @Jeff_Hager meant by numerical value of a date is that whether in Excel or Google Sheets, dates are but an integer. If you select a column in Excel/GS, format it to date, put a date in any cell of the column, you’ll see the date displayed as a date. Change the format of the same column to number and you’ll get an integer. The origin of the counter is around January 1,1900.

Exce vs. Google Sheets trivia: the counters don’t start exactly on the same date. I used to know the exact dates but I don’t anymore. You can test it out in Excel and GS directly :slightly_smiling_face:

3 Likes

I spent my holiday playing with the new plugins and it was amazeballs!

It really moves no-coding up a notch.

3 Likes

My literally exploded now :exploding_head:
This absolutely amazing.

Well done team glide :clap::clap::clap::trophy:

1 Like

Right mouse click on any table :slight_smile:

More complex things to play with :tada:

10 Likes

Hi, here some feedback for Pluralize Plugin

  • does not work with 0 value > should not indicate plural
  • Use case : could be also with “Complete Plural text” : example : 2 / item / items … could return “2 items” directly without need to implement a “Template column” .
    Thanks
1 Like

screenshot-go.glideapps.com-2021.11.05-10-31-29

Excellent and super fast QR-CODE management. Instead, it may interest someone how I solved their display, through RT instead of Image or Title.
I encoded the base64 via a template.

3 Likes

WOW!!! This is incredible.

2 Likes

Can anyone confirm that this works for you, or just a selected few have it? I can’t see anything when I right click on the Glide Tables… Thanks in advance!

Idem