I'm trying to make a section (or table) with only values pulled from other tables

I want to make a page/table on my app which only has virtual rows including sums of other tables' rows. Since I need values from more than one other table, I'm assuming a slice won't work. Is there a way to basically have a virtual table which pulls slice type data?

Solved Solved
0 1 72
1 ACCEPTED SOLUTION

You could try creating a table with one stored column, which is the key of the table, and add virtual cols as you see fit. You may want to create stored cols to be used in the AppFormulas of your VCs..

View solution in original post

1 REPLY 1

You could try creating a table with one stored column, which is the key of the table, and add virtual cols as you see fit. You may want to create stored cols to be used in the AppFormulas of your VCs..

Top Labels in this Space