Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

first and last date of the month


Hi I have the following table:

NAmeDateAmount
a05/05/19992
a18/05/19993
a27/05/19994
b24/05/20015
b26/05/20017
b28/05/20019

For each distinct Name I need a list of the lowest date in the month and a list of the max date in the month.

I need to convert it to the following:

NAmemin datemin amountmax datemax amount
a05/05/1999227/05/19994
b24/05/2001528/05/20019

What is the easiest way to do this?

Thanks

0 Replies