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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.