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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Gabbar
Specialist
Specialist

Select Latest Data

Gabbar_0-1666869049451.png

I want only latest data to be shown,

Now if suppose no date filter or a filter in which both of those can come is selected than only row number 1 should be visible as that is the latest one with latest created on,
If Date range is selected upto date 44830(which excludes row 1) then only row 2 should be selected.

Please Help

Labels (3)
2 Replies
vinieme12
Champion III
Champion III

use firstsortedvalue()

https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/Ba...

 

Dimension

Count

LicenseNo

Measure

firstsortedvalue(LicenseType,-LicenseCreatedOn)

firstsortedvalue(LicenseCreatedOn,-LicenseCreatedOn) 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Gabbar
Specialist
Specialist
Author

I am unable to do it dont know where i going wrong with equation.