Back to the tutorial : [Single Table Analyses (Exercise 4)]

Single Table Analyses (Exercise 4)

In this analysis, we want to check that customers are not under 18.We need to exclude other person types: beneficiary and prospect.To do this, we will add a constraint on the cust_table analysis. Add a data filter by typing:Cust_type="customer"Save and run this analysis.

73