issue with the start expression example from the docs

Former Community Member
Not applicable

Hi, I'm new to appsheet, right now I'm making a template, however, when I try to do my start expression like google did in the example from this doc it failsstart expression from appsheet docsstart expression from appsheet docs

that doesn't work for me, is [Order Details] the name of the table?

the way it works for me is if I apply a filter to the expression like this(from my own dataset):
<<Start: FILTER(โ€œquote_detailโ€,[quote_ID] = [_THISROW].[quote_ID] )>>

in the end I'm able to achieve what I want for this case, however, I'm trying to do a "group by" and the one example I find is using the start expression without the select as well so it's not working for me.

Please any advice or guidance will be appreciated.

 

0 2 74
2 REPLIES 2

For grouping you would need to wrap the existing Start & End with another Start & End and one way to do it is to have it outside of your existing table.


@Former Community Member wrote:

that doesn't work for me, is [Order Details] the name of the table?

 


It's the name of a column that has a list of ref values from a table. In this case, the order items or detail. You can compare it to the "Related something" virtual columns that are created when you create a reference to another table

Top Labels in this Space