Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
saranrajk
Contributor II
Contributor II

Format number using qlik sense.net SDK

Hi, Can anyone tell me that how to set format for numbers(eg 1000=1k,10000=10k ect..)while creating the hypercube using .Net sdk.

2 Replies
Øystein_Kolsrud
Employee
Employee

I believe you need to modify the NumFormat property‌ of the measure definition. Check out this example:

http://branch.qlik.com/#!/project/5818518b9fa7b8156fa73588

In particular, have a look at this method:

https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage/blob/master/HypercubeUsage/Program.cs#L1...

Øystein_Kolsrud
Employee
Employee

That said... I don't think the exact formatting option you are looking for is available natively in that formatting setting. But I found this thread that describes a possible solution for you:

Format Number (in Thousand)