Hello,
My goal is to make it where only the first item in a gallery is selectable, forcing the user to select the item that is next line, but still be able to see what's coming up.
This question is two part, is the solution I'm attempting the best approach or is there another solution for making only the first item returned in a gallery selectable.
The best solution I've been able to come up with is so far is to have two galleries on the page one which displays all filtered items and one that only displays the first item of the filtered gallery. I've tried using the following, which doesn't display errors but doesn't produce any results -
SortByColumns(Filter(FirstN('Job Managements', 1),Not(IsBlank('Pick End'))&&IsBlank('Build Assigned To')), "cr70d_jobdue", If(sortAscending,Descending))

Report
All responses (
Answers (