Computed Filters for Components Using Glide Big Tables

Hi All –

The data growth in my app is a lot heavier than I expected, so I have to convert a good number of tables from Glide Tables to Glide Big Tables (GBTs). I’ve created a sandbox instance to test this, and the Glide dev team has been helpful in using a backend tool to do the conversion.

The only issue I see thus far is that I can’t filter a component against a Glide Big Table computed column. For example, on this calendar view, I want to make sure that it doesn’t show any jobs (SRs) that are cancelled. I have a lookup column in the calendar entries to pull the SR status. If it is “Cancelled”, it filtered out. Now, that column doesn’t exist as a possible filter.


(note: that “relation table not found” goes away once I take the attempted filter off)

I know that this is a known limitation of using components against GBTs. But does anyone have a good workaround for being able to filter off of even just a Lookup value?

Thank you!

I am not sure if this is the same kinda thing, but it might help: