Skip to main content
ahmedm0008
February 2, 2023
Question

Finding third highest value using a!queryentity

  • February 2, 2023
  • 4 replies
  • 0 views

Hi,

Any idea how to find the third largest value using a!queryentity?

4 replies

stefanhelzle0001
February 2, 2023

Sort by that field in descending order and get the first item.

Do you have any specific question or issue?

harshitb6843
February 2, 2023

I think Stefan meant the 'third' item. 

stefanhelzle0001
February 2, 2023

Correct. I missed that one, sorry. Your pagingInfo will be:

a!pagingInfo(3,1)