Alteryx Designer Desktop Discussions

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

Filter out truncated cells

knozawa
11 - Bolide

Hello,

 

Is there any way to filter out truncated cells?

Here is the sample:

Truncated Sample.png

In this case, I would like to filter the Affiliation field and would like to filter out this truncated cell.

 

Thank you,
Kazumi

2 REPLIES 2
DanS
9 - Comet

Could you try something like this in a filter tool? 

Length([Field1]) <= *Length of field size* 

Thanks,

Dan

knozawa
11 - Bolide

@DanS,

 

I also did the same method using following formula:

Length([Affiliation])<300

 

The field size is 2528, but I wasn't exactly sure the length.

The above formula seems working though.

 

Thank you!

Kazumi

Labels