First off thanks for your collective help, I've been using Alteryx for a few months and wouldn't have any idea what to do without the help of this community!
Question:
If I have the following table, what would be your suggestion for an IF statement that will give me the results in the 3rd column-
| Business Number | Business Type | Businesses w/ only a single type |
| 1 | House | - |
| 1 | Apartment | - |
| 2 | House | 2 |
| 3 | Apartment | 3 |
| 4 | Apartment | 4 |
| 4 | Apartment | 4 |
I only want businesses that are associated with a single business type. (they can multiple of the same type i.e. business number 4)
Hope this is clear..