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

Custom column using Aggregate ( chart table)

hello team,

 

im trying to create a custome column in chart table as highlighted in the picture.

i tried several options , but couldnt get lucky to get desited output.

can someone suggest some ideas to it.?

 

code tried:

MinString(Aggr( MinString("Exam date")),Name))

 

Function.JPG

 

 

 

 

 

Labels (3)
1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

Min(Total<Name> [Exam date])

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

2 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

Min(Total<Name> [Exam date])

Help users find answers! Don't forget to mark a solution that worked for you!
vimalthehero
Contributor III
Contributor III
Author

Excellent, thank you it worked 🙂