Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Reply
tresB
Champion III
Champion III

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