Start Free Trial

Alteryx Designer Desktop Discussions

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

Filtering Data in Multiple Columns

cchueh
7 - Meteor

Hello,

 

I currently have the below output for Test 1 -3 as output from the filter I have integrated in the second screenshot. 

Test 1 is to indicate "review" if the last column file attached is blank.

Test 2 is to indicate "review" if the short text column is blank with no content.

Test 3 is to indicate "review" if the short text column does not include a valid license plate. 

 

cchueh_1-1611094187615.png

 

 

cchueh_0-1611094157625.png

 

However, I cannot seem to merge the filters to have the output I want as per below, for example if Test 1 is indicated as review, however the workflow will still go through test 2 and test 3 and indicate if it should have "review". In the first row, there is no file attached in the last column nor short text in the second last column, therefore Test 1 to 3 should all have "Review", but right now only Test 2 - 3 have "Review".

 

*Red fonts "Review" are the outputs I want in addition to the first screenshot. 

 

cchueh_2-1611094199470.png

 

 

4 REPLIES 4
Qiu
21 - Polaris
21 - Polaris

@cchueh 

You are doing the way I usually not.

Just one question is that how do define a valid License Plate?

In my sample I assume it should a format AAA-1234.

If you could more data sample, I sure can calibrate the workflow more accurately.

0120-cchueh.PNG

cchueh
7 - Meteor

@Qiu 

 

Thank you for the quick response.

 

Unfortunately I do not have more data sample, however any format in AAA-1231 or AAA 1234 or AAA1234 can be filtered out!

Qiu
21 - Polaris
21 - Polaris

@cchueh 
In that case, we will just need to change the Reg Match part to below.
If you find it useful, appreciate you would mark it as useful.

 

\w{3}.*\d{4}

Qiu_0-1611099112598.png

 

cchueh
7 - Meteor

@Qiu

Thank you so much!!

Labels
Top Solution Authors