Help with a Query Entity

Certified Senior Developer
Hello,

I am trying to configure a query entity to return the following:

I have Four columns as follows in a view:

ID | FK | Decision ID | Date&Time

1 1 1 9/23
2 2 1 9/23
3 2 2 9/24
4 3 4 9/25

Where FK = 2, I would like to return the Decision ID with the maximum date, therefore ID = 3.

How can I configure this in a query entity?

Thanks!

OriginalPostID-237805

  Discussion posts and replies are publicly visible