January 2017
Beginner to intermediate
372 pages
5h 55m
English
You can also filter your model to return the data you need for your analysis using the FILTER function. Using this function, you can limit the results on a table by applying an expression that is evaluated on each row of the table. For example, if you wanted to know the total number of crashes that had more than two major injuries, the FILTER function has a required syntax of FILTER(<table>,<filter>).
In this recipe, you will create a filter to sum the total fatalities on crashes that have more than two major injuries.
Total_Fatalities_GT2_MajorInjuries ...
Read now
Unlock full access