I have a Purchase table, purchase detail tabl...

I have a Purchase table, purchase detail table(products), and I am creating a products list by filtering the purchase detail table(slice), the problem is that there are a lot of virtual column that are being calculated that are not necessary, if I use an "if constant for each virtual column, would that speed up the

table.

I know it would be better to create a separate products table but because of automation I am hoping to use the purchase order details.

Is there a different way I should do this?

0 2 327
2 REPLIES 2

The virtual columns are computed on our backend server during sync. Is that what youโ€™re looking to speed up?

@praveen Yes, I noticed that it is taking longer to sync when I make changes. I am worried because there isnโ€™t hardly any data in the app yet.

Top Labels in this Space