Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show values in line chart?

Hi Team,

How to show values in Million(m) foramt and thousand(k) foramts in line chart

if(sum(Amount)>=1000000

,num(sum(Amount)/1000000,'#,##0.0 M')

,num(sum(Amount)/1000,'#,##0 K'))

I applied above formula ,but the trend line shows bleow

Millions shows down trend and Thousand shows up trend

Thanks

LINECHART1.JPG

11 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Please close the Post by clicking correct answer.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

=IF([Student Version] = "no",
[TOTAL SEATS BILLED] * INDEX(SeatSalesFactors[Factor], MATCH([Market] & ":" & [Segment], SeatSalesFactors[Joined Key], 0)),
[TOTAL SEATS BILLED])

if((segement='Post-Secondary') and (market='Emerging') then ((([TOTAL SEATS BILLED])*75)/100)*18),


elseif((segement='Post-Secondary') and (market='Mature') then ((([TOTAL SEATS BILLED])*75)/100)*3),


elseif((segement='Secondary') and (market='Emerging') then ((([TOTAL SEATS BILLED])*75)/100)*15),


elseif((segement='Secondary') and (market='Mature') then ((([TOTAL SEATS BILLED])*75)/100)*5)


else

end if