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

Number Format on Formula

Hi, I am trying to convert the output to 0.0M format. It works for other formula but not this one. The output is 0.0, not 0.0M.

num((sum({<monthkey = {">=202401<=202412"}>} Inflow) +sum({<monthkey = {">=202401<=202412"}>} InSpecieTransferIn))/1000000,'#,##0.0M')

Labels (1)
1 Solution

Accepted Solutions
pravinboniface
Creator III
Creator III

@GDunn1 Can you please check if your number formatting property is set to Auto or Measure expression?

pravinboniface_0-1711509453384.png

 

View solution in original post

2 Replies
pravinboniface
Creator III
Creator III

@GDunn1 Can you please check if your number formatting property is set to Auto or Measure expression?

pravinboniface_0-1711509453384.png

 

GDunn1
Contributor III
Contributor III
Author

That fixed it ! Thanks @pravinboniface