Is there a way to dynamically count rows of a table or view, based on a sort that is applied?
Essentially what I want is a row count similar to the row numbers showing outside a table on the left. But as a column that I can reference.
Is there a way to dynamically count rows of a table or view, based on a sort that is applied?
Essentially what I want is a row count similar to the row numbers showing outside a table on the left. But as a column that I can reference.
hi @Konrad_Mertner ,
yes you need a filter as part of your sort and when you linke a controller to the element you filter on, you link to the controller in your formula.
thistable.Filter(fruits.contains(thisRow.fruits)).Find(thisRow)
good luck, cheers, christiaan