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: 
danialier
Creator III
Creator III

Formula not working


Hello,

Any idea why this formula is not working ?

  =num(sum({<[Product Line]={'Hardware'},Measure={'CI'},Category={'Lseries'},Month#=max(Month#)>}Units),'#,##0')

thks,dani

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

=num(sum({<[Product Line]={'Hardware'},Measure={'CI'},Category={'Lseries'},Month#= {‘$(= max(Month#))’}>}Units),'#,##0')

View solution in original post

4 Replies
MK_QSL
MVP
MVP

=num(sum({<[Product Line]={'Hardware'},Measure={'CI'},Category={'Lseries'},Month#= {‘$(= max(Month#))’}>}Units),'#,##0')

Colin-Albert
Partner - Champion
Partner - Champion

Can you test that max(Month#) returns a valid value?

Is the case of 'Lseries' correct? Could it be 'LSeries' perhaps?


Not applicable

  =num(sum({<[Product Line]={'Hardware'},Measure={'CI'},Category={'Lseries'},Month#={'$(=max(Month#))'}>}Units),'#,##0')

danialier
Creator III
Creator III
Author

cool !