Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

General Discussions

Discuss any topics that are not product-specific here.
RESUELTAS

When working with multiple record, how to I return one value in a particular field

fmitchell50
Átomo

Hello,  I am requesting some help on this please. 

 

The file attached will show what I am trying to achieve.

 

You will see two records have the same Policy Number but different Types.

 

For the Face Amount column, I want it to return one value in column G for either type. What's the best way to do this in Alteryx? In other words, the 3,500,000 should only show one time in column G. 

 

Thanks in advance for any input! 

 

 

2 RESPUESTAS 2
gawa
16 - Nebula
16 - Nebula

hi @fmitchell50 

Multi Row Formula tool would help. Specify group by "PoliceNumber" in configuration of Multi Row Formula tool, and write expression so only if the record is at top of that group, show FaceAmount(else NULL).

Refer to the attached WF.

image.png

fmitchell50
Átomo

Thank you!! Works perfectly!! 😊

Etiquetas
Autores con mayor cantidad de soluciones