Data ModelingFunction Listall_rowOn this pageall_rowReturns all rows from the current context without filtering. Syntax all_row(<table>) ParameterTypeDescriptiontableTableThe table to operate on. Return values Table Usage Calculates the sum for all rows without filtering. all_row(sum(orders.total_price)) Related functions all all_selected keep_filters