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

Use of Column() in expression with min and aggr

Hi!


It's possible to do this or ther is an alternative way for the calculation below???

COLUMN(1) is a very complex formula calculated in the previous column

min(  

  aggr(

             if( sum(field)>COLUMN(1), do something...),

                                     field1,field2,field3)) 

                 

     Thanks.              

1 Reply
swuehl
MVP
MVP

No, I believe it's not, unfortunately.