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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vgadang1
Partner - Contributor III
Partner - Contributor III

Table - Distinct by recent day accessed

Hi,

Here is the sample data I have in a Table, I want to show each app only 1 time by recent access date, for example  App 1 was accessed multiple times and I want to bring in only Row 3 for app 1 (recent access date).  How can I achieve this

Row AppName App Reload date Days Last Accessed
1 App1 10/19/2022 64
2 App1 10/20/2022 63
3 App1 10/21/2022 62
4 App2 10/22/2022 61
5 App2 10/23/2022 60
6 App3 10/24/2022 59
7 App3 10/25/2022 58
8 App3 10/26/2022 57
9 App3 10/27/2022 56

 

Labels (6)
1 Solution
2 Replies
AronC
Partner - Creator II
Partner - Creator II

@vgadang1 

You can use the AppName as dimension ant FirstSortedValue as expression for the other columns. For example: =FirstSortedValue([App Reload date],-Row)

See the expressions in the other columns in the table below.

AronC_0-1671747277632.png