| If( |
| Toggle1.Value = false, |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode.Text <> "", |
| Filter( |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ), |
| DataCardValue26.Selected.Value = 'Group'.Value && TextInput_City_1.Text = City && TextInput_PostCode.Text = 'Postal Code' |
| ), |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode.Text = "", |
| Filter( |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ), |
| DataCardValue26.Selected.Value = 'Group'.Value && TextInput_City_1.Text = City |
| ), |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text = "" && TextInput_PostCode.Text <> "", |
| Filter( |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ), |
| DataCardValue26.Selected.Value = 'Group'.Value && TextInput_PostCode.Text = 'Postal Code' |
| ), |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text = "" && TextInput_PostCode.Text ="", |
| Filter( |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ), |
| DataCardValue26.Selected.Value = 'Group'.Value |
| ), |
| If( |
| IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode.Text <> "", |
| Filter( |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ), |
| TextInput_City_1.Text = City && TextInput_PostCode.Text = 'Postal Code' |
| ), |
| If( |
| IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode.Text ="", |
| Filter( |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ), |
| TextInput_City_1.Text = City |
| ), |
| If( |
| IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text = "" && TextInput_PostCode.Text <>"", |
| Filter( |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ), |
| TextInput_PostCode.Text = 'Postal Code' |
| ), |
| |
| |
| |
| Filter( |
| 'List', |
| 'User E-mail_not visible_1'.Text = 'User'.Email |
| ) |
| ) |
| ) |
| ))))), |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode.Text <> "", |
| Filter( |
| 'List', |
| DataCardValue26.Selected.Value = 'Group'.Value && TextInput_City_1.Text = City && TextInput_PostCode.Text = 'Postal Code' |
| ), |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode = "", |
| Filter( |
| 'List', |
| DataCardValue26.Selected.Value = 'Group'.Value && TextInput_City_1.Text = City |
| ), |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text = "" && TextInput_PostCode <> "", |
| Filter( |
| 'List', |
| DataCardValue26.Selected.Value = 'Group'.Value && TextInput_PostCode.Text = 'Postal Code' |
| ), |
| If( |
| !IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text = "" && TextInput_PostCode.Text = "", |
| Filter( |
| 'List', |
| DataCardValue26.Selected.Value = 'Group'.Value |
| ), |
| If( |
| IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode <> "", |
| Filter( |
| 'List', |
| TextInput_City_1.Text = City && TextInput_PostCode.Text = 'Postal Code' |
| ), |
| If( |
| IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text <> "" && TextInput_PostCode = "", |
| Filter( |
| 'List', |
| TextInput_City_1.Text = City |
| ), |
| If( |
| IsBlank(DataCardValue26.Selected.Value) && TextInput_City_1.Text = "" && TextInput_PostCode <> "", |
| Filter( |
| 'List', |
| TextInput_PostCode.Text = 'Postal Code' |
| ), |
| |
| 'List' |
| ) |
| ) |
| ) |
| ))))) |