Hello Everyone,
I am a newbie to Alteryx Designer. I have a question regarding the data matching. For Example
Let us say I have two tables
GetRequest
| Source | Destination | Description |
| host | Device_1 | GetRequest |
| host | Device_2 | GetRequest |
| host | Device_3 | GetRequest |
| host | Device_4 | GetRequest |
GetResponse
| Source | Destination | Description |
| Device_2 | host | GetResponse |
| Device_1 | host | GetResponse |
| Device_4 | host | GetResponse |
I want to know what devices are sending the 'GetResponse' after sending the 'GetRequest' and seperate the devices that are not sending.
Please let me know if you have a possible solution
Thanks
Hari