Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

get only 2 min numbers

HI All,

I have a field where it has some random numbers.

For example: 1,10, 2,4,14,6,7,8...

Now i need to get only 2 min numbers.

Output should be 1,2.

Can you please tell me on this.

Thanks,

Bharat

1 Reply
tresesco
MVP
MVP

=Concat(DISTINCT {<Number={"=Rank(-Number)<3"}>} Number, ',')