Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Try,
if(
Count(TestcaseId) >= 10000,
num( Count(TestcaseId)/10000, '#,##0.##', '.' , ',' )&' K',
num(Count(TestcaseId),'#,##0.##', '.' , ',' )
)