Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If in Aggr funcation

Hi all

Im facing the following problem. really appricate your help.

lets say I have the following table:

                                              

Activity   IDType IDType
112A
113A
214B
315A
416B
517A
518A

I want for each activity ID that its type is only "A" Ill display the biggest value.

the request table i would like to show is:

                                                                              

how can I use the aggr funcaiton?

thanks!

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

4 Replies
Anonymous
Not applicable
Author

Hello,

PFA

HTH

agomes1971
Specialist II
Specialist II

Hi,

please see attached.

HTH

André Gomes

Clever_Anjos
Employee
Employee

Use Set Analysis

Capturar.PNG

Not applicable
Author

Thank you all so much you really helped me!!

maybe you could help me to achieve also the following.

lets say I have additional coulmn to the original table:

Activity idType IdTypeerror activities
112A10
113A15
214B10
315A20
416B30
517A40
518A40

I want to display only the error activities of the biggest Type id so the table will be like the following:

Activity idcount of minimal error
115
320
540

is that possible?

thanks!