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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
gauthamchilled
Creator
Creator

Firstsortedvalue not working

i would like to show startdate of sales for each country ..my date format is like below

fy2015,20152

my2015,20151

fy2014,20142

my2014,20141

just want to show start date as first sales date or first business started year.

can you help please?

11 Replies
boopeshj
Partner - Creator II
Partner - Creator II

Hi Gautham Prasad

Is this what you were expecting ?

-Boo

Please mark correct answer if you find them.

sales sum.PNG

sunny_talwar

Are you looking for this output?

Capture.PNG

Changed the start date expression to this:

=If(Sum(sales) > 0, FirstSortedValue({<Period=>}Period, PeriodActual))