Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Improve the performance of expressions

I have an app to control the entry of materials in my warehouse, so among the things he does, is control the status of each pallet, for example, if the pallet is in transit to my store, or the pallet is in the store, or if the pallet was already collected, the formula counts how many pallets are found in each status. 

 The problem is that I have a lot the virtual columns with many types of formulas and some impact on the performance. for example this expression there is a way to change to another? 

i already create the reference between a tables

daniel_sanchez_1-1660062787947.png

 

Solved Solved
0 6 359
1 ACCEPTED SOLUTION

There may be opportunities for simplification using techniques like Build list dereferences - AppSheet Help.

One detail you can address easily is to remove the superfluous LIST wrapping function. The SELECT function itself returns a list and since you're not combining that result with another list, there's no need to embed it within the LIST function.

View solution in original post

6 REPLIES 6
Top Labels in this Space