Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlik community,
is there a way to only show the dimensions with the maximum/latest date per an specific dimension in a table diagram?
In my example, I have a table as following:
For each "Production line" I only want the table to show the "Test Names" with the maximum/ latest "DateTime".
In my example table I only want to see the green marked ones.
Thank you.
try firstSortedValue()
=FirstSortedValue(TestName,-DateTime)
Hello, thank your for the reply.
I have already tried this, but then every dimension (TestName) with the latest DateTime from that dimension is shown.
I only want to show the dimensions (TestName) with the latest date per, in my case, production line.
Thank you.