Data ModelingFunction ListallOn this pageallRemoves all filters from the current context. Syntax all(<table>) ParameterTypeDescriptiontableTableThe table to operate on. Return values Table Usage Calculates the sum of all order prices, ignoring any applied filters. all(sum(orders.total_price)) Related functions all_row all_selected keep_filters calculate