We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Help with a very simple expression

hubyh
7 - Meteor

Hello all, I'm trying to build an expression that will find a value <26 in a single row, this will only occur once once in my current build, then add that number to a new column.  Sure this is very simple but I am still new to this. 😁

4 REPLIES 4
binuacs
21 - Polaris

@hubyh something like below

image.png

hubyh
7 - Meteor

I do want it to look across one row of columns to find the <26 value. I don't want it to look at just one field.

 

Qiu
21 - Polaris
21 - Polaris

@hubyh 
For multiple columns, we usually can use the Transpose and Cross Tab tools combination.
Kindly share a sample Input and desired Ouput data, so we can take a closer look.

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @hubyh 

 

I guess you want to add all the numbers less than 26 for each row.

I hope this is what you mean.

(As @Qiu mentioned, it would be easier for us to understand your needs if you attach the input and expected output data.)

 

Input

RecordIdCol1Col2Col3Col4Col5
12022242628
22928272625
34080201050

 

Output

RecordIdCol1Col2Col3Col4Col5Sum_Values_LT_26
1202224262866
2292827262525
3408020105030

 

Workflow

1267475.png

Labels
Top Solution Authors