Start Free Trial

Alteryx Designer Desktop Discussions

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

Filter on multiple fields

Istwineres
8 - Asteroid

Hi,

I'm looking for a solution for this problem:

 

Field1  |  Field2  |  Field3  |  Field4  |  Field5  |  Field6

---------------------------------------------------------------------

     a     |     b       |     c      |       d     |   blank   |   blank

     a     |     b       |     c      |      d      |      e       |      f

     x     |      y       |     z      |      w     |     p       |      q

     x     |      y       |     z      |      w     |   blank   |  blank  

  

How to keep only the row that has all fields without blanks.

 

3 REPLIES 3
PhilipMannering
16 - Nebula
16 - Nebula

Hi @Istwineres 

 

The solution will probably look like,

PhilipMannering_0-1613670849211.png

Hope that helps. 

P

 

JosephSerpis
17 - Castor
17 - Castor

Hi @Istwineres I came up with an approach to tackle I've attached the workflow let me know what you think?

 

Blanks_18022020.JPG

Istwineres
8 - Asteroid

Sorry for the late response, maybe I wasn't clear enough but I'd like to keep the records without blanks and even if just one field has value keep it. In the original the desired output would be:

a | b | c | d | e | f

x | y | z | w | p | q

 

  

Labels
Top Solution Authors