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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
userid128223
Creator
Creator

Straight table to show latest comment log from similar dates

Hi Everyone

I have straight table like below.

Company name

Case #

issue opened date

last comment date

last comment log

I am trying to summarize the log and show only the latest log from last comment date. I am able to get to the latest date, however the last comment log from that date is not showing up.

Dimension

Company name

Cast#

Issue opened date

Expression

=max(last comment date)

last comment log.

The above is not showing latest log.

Note: there could be multiple log entry for same date based on different timings.

1 Reply
whiteline
Master II
Master II

Hi.

You could try a firstsortedvalue() function.