Hi there,
Still new to AppSheet, and loving it! I have been struggling with how to achieve a specific outcome.
I have a dataset, and I would like to isolate numbers in specific columns based on two conditions: the value in the “row” column needs to be equal to ONE (or TWO, or THREE), and they all must have the same reference from the REQ ID column. I have attached a screenshot to illustrate.
I can create a slice where [Row]=“ONE”, but that includes everything where the value of “row” is equal to one, including other records that have a different REQ ID. I have not been able to get a the expression quite right for the slice so that it only pulls two rows from the section of the table in the green square.
USECASE
I am building an app where users have to periodically return to a data set, at multiple points in time, and record the values for 5 different columns. Each “row” represents one check at a point in time. The data is cumulative, , which means, it’s not enough to refresh the data - they have to capture new values with each check. I need to sum the cumulative values of each check so they know when they hit their ceiling. When the sum all of the values equals 100, they can stop doing further checks.
Hoping someone has insight. I’ve really struggled with this for days, and I can’t get the right combination of REF_ROWS, SELECT, FILTER or a properly configured slice to achieve the desired result.
