Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Data Manuplation

amnac
7 - Meteor

I have this input data:

amnac_0-1667581858312.png

and following output is required:

amnac_1-1667581894616.png


I want to check every location get all the Bandwidths on it then finding the vale corresponding to Name with Bandwidths not equal to 1Gbps like 400MBPS and 200 MBPS in oue example

 

Thanks

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

Hey @amnac,

I have started this off but I don't quite follow the logic:

IraWatt_0-1667582765661.png

I used regex to get the number in the name. Then I said if its 1Gbps its goes to true or if the number in the name is contained within the bandwidth its true. Could you help explain what else is missing?

 

binuacs
21 - Polaris

@amnac I don't understand the logic of 1gbps the rest of the records can be extracted using the below logic

 

binuacs_0-1667636049363.png

 

Labels
Top Solution Authors