cancel
Showing results for 
Search instead for 
Did you mean: 

co-related sub-query

Former Member
0 Kudos

Hi Gurus,

In SQL I can easily create a co-related sub query, to return the maximum User_Id in each Department.

Can I do the same in an attribute view?

I tried by adding Max(User) id as a calculated field and Department as a regular field. This gave an error on activation. How do I tell an attribute view to do the equivalent of group by on the Department?

Thanks

Cliff

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Cliff,

I think you can do this with analytic view instead of attribute view.

Best regards,

Wenjun