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: 
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

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 !