Hello, I want to gather tables, adding up data, such as the number of "months" and the number of "connections". But I want to create an "ACTIVE" variable. If "Sum Month" is greater than or equal to Connect then Active = "Yes" otherwise "No". Thanks a lot for your help. Table 1 Table 2 Clients Age Thomas 10 Clients Month Connexion Nelson 14 Thomas 30SET2019 1 Xavier 15 Thomas 31OCT2019 0 Florine 15 Nelson 31OCT2019 2 Xavier 31JUL2019 1 Xavier 31AUG2019 2 Xavier 30SET2019 0 Xavier 31OCT2019 1 Xavier 31OCT2019 1 Florine 31JUL2019 1 Florine 31AUG2019 0 Florine 30SET2019 0 Florine 31OCT2019 0 Florine 31OCT2019 0 Want Clients Age Sum Month Sum Connexion Actif Thomas 10 2 1 No Nelson 14 1 2 Yes Xavier 15 5 5 Yes Florine 15 5 1 No
... View more