For a countings table (parentid, item, qty) (one scan=one record), is there any way to create virtual table or a list of its summary/aggregrated results for creating UX?

Oran_M
New Member

So that parent UX can show its related summary children UX (parentid, item, sum(qty)) which may contain few items/records instead of related children UX which may have 100 records counted of few items or products.

or how to add table from pivot-table sheet (database style, no โ€˜totalโ€™) ?

0 7 310
7 REPLIES 7

Steve
Platinum 4
Platinum 4

Thank you Steve.

Until the last 3 lines, โ€œIn Google Sheets or Excel, you first copy the data and then use โ€˜Paste Transposeโ€™. Consider an additional spreadsheet with a SUMIF or SUMIFS sheet formula.โ€. Is there any sample to clarify this ?

What donโ€™t you understand?

Oran_M
New Member

By the way, trying to maximize appsheetโ€™s features for aggregrated data, it seems I have found a way, just to implement child_inline table with 2 group bys. However, since I want its summary, child_inline doesnโ€™t group a list as I want. Then, I format child UX the same, it works.

But, how can I replace child_inline UX with that child UX, is it possible to replace inline with any UX ? And how to control โ€˜Addโ€™ button of child_inline ?

3X_d_c_dc3bfbd923a1b5c04959d122c556762a4cecafd0.png

Either set the columnโ€™s Show setting to OFF, or use a Show_If expression.

3X_0_c_0c946100074c0b53eeed1af3b2cc4f75568a2a28.png

  1. Create a new slice on the Picks table that doesnโ€™t allow adds.

  2. Add a new virtual column to the Job Order table with an App formula that copies the existing Related Picks column value, and a Referenced table name that points to the slice.

  3. Give this new virtual column a Show_If expression that evaluates to TRUE only when the Add button should be hidden.

  4. Give the original Related Picks virtual column a Show_If expression that evaluates to TRUE only when the Add button should be shown.

3X_c_1_c1ec1c607c2eb76168d0385d76dfab09040cb311.png

Not possible.

See also:

So far, I can LINKTOFILTEREDVIEW() to solve above.

Relating, I get another question.
Is it possible to dynamically change UXโ€™s display name? I canโ€™t approach any field value neither parent or child.

Top Labels in this Space