Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Slice filter

hi.  Im newbie

table = people

sheet = activity


i have a table that has id, name , loan, payments, balance, date/time

i need a slice filter to only show the last entry for each name.  Now it shows every row so the same name shows up more than once.

i just want the balance for each name to be the list returned 

0 3 90
3 REPLIES 3


@Tommyfish29 wrote:

i need a slice filter to only show the last entry for each name


Please try with a slice filter expression something like below. Please replace table and column names as actual you have.

[ID]= MAXROW("Table Name", "Date/Time", [Name]=[_THISROW].[Name])

MAXROW() - AppSheet Help

 

Hi thanks

it didnt work. Still shows same name more than once.  Name is a "ref" from another table.  Is that what is making it not work?

In general, it should not be an issue if you have used the reference column name in the expression. You may want to share more details of the expression screenshots etc. You may also want to take a look at the help article shared on MAXROW()

Top Labels in this Space