Hi there.
I tried to use Single value in Glide big table but it doesn’t work. And I tried to use Relation from that big table. And also, it doesn’t save. Please help.
Hi there.
I tried to use Single value in Glide big table but it doesn’t work. And I tried to use Relation from that big table. And also, it doesn’t save. Please help.
There are limitations to Big Tables, which are documented below:
If you tell us more about your specific use case, we may be able to suggest a workaround.
And also, I have just found that. It cannot use Roll up over than 100 rows. And why it named as Big table???
In Glide AI described how to solve this problem by using multiple relation. But it still doesn’t work out.
It depends what you are trying to rollup. If you are rolling up a non-computed column, there is no limit. If your are rolling up a computed column, yes the limit is 100 rows.
I tried this instruction step-by-step. But when I clicked save. It doesn’t allow to save.
“To create a Multiple Relation:
In the Data Editor, add a new column
Select Relation as the column type
Specify matching values between tables (values must match exactly)
Enable Match multiple option
Click Done
Then use Single Value → First:
After creating the Multiple Relation, you can add a Single Value column that targets your Multiple Relation and select “First” to get a single value from the related data.
This approach lets you access Big Table data through the relation, then extract the specific value you need with Single Value → First.”
@Plai_Official , if you wanna extract a single entire row form a relation that is pulling data from another Glide Big Table.. then try these steps:
Hope this helps
Because in practice, it can hold much more rows than a normal table. But as Darren said, there are limitations on the calculation side so that your device doesn’t have to do an enormous load of work when you use the app.