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

Conversion

Hi,

I have data something like 185012499.98, I want to convert into 185.0 in qlikview. Its a pivot chart and Million and thousands are disabled.

Please help me with this.

I want the above data in this format 185.0. Its in Million

Thanks,

Keerthi KS

2 Replies
MK_QSL
MVP
MVP

=Num(Value / 1000000,'#0.0M')

jagan
Partner - Champion III
Partner - Champion III

Hi,

Divide the numbers by million in expression

=Num(Sum(SomeMeasure)/1000000, '#,###.0')

Hope this helps you.

Regards,

Jagan.