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: 
bmensing
Contributor III
Contributor III

FirstsortedValue(Aggr())

Dear Community,

the schema for the database is as follows:

order id | date of production | date of material demand | date creation of material demand | time creation of material demand

24555     01.02.2018              14.02.2018                       02.02.2018                                      14:45

24555     01.02.2018              16.02.2018                       03.02.2018                                      12:01

24555     01.02.2018              18.02.2018                       03.02.2018                                      14:03

24555     01.02.2018              23.02.2018                       01.02.2018                                      18:20

24555     01.02.2018              22.02.2018                       01.02.2018                                      18:40

in my table the Dimension should be "date of material demand" and the value should be the last data set

order id | date of production | date of material demand | date creation of material demand | time creation of material demand

24555     01.02.2018              22.02.2018                       01.02.2018                                      18:40

like

if(date creation of material demand = date of production, then take the latest value of "date of material demand" according to the time (last column)

1 Solution

Accepted Solutions
sunny_talwar

Check the attached out

Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Check the attached out

Capture.PNG

bmensing
Contributor III
Contributor III
Author

that's it - thank you so much