Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
tas_taba1
Contributor III
Contributor III

Number of decimal places considered in TINV() function

Hello Qlikkers,

I am using the TINV() function to calculate the t-value in my application. I want to know the number of decimal places that are calculated in Qlik sense for this function. Also, I want to know if there is a way to increase the number of places to be considered after the decimal point in the front end of the application?

Any help regarding this will be really great. Thank you.

1 Reply
Cullin_Tripp
Former Employee
Former Employee

Hi,

You should be able modify the number formatting (which in turn will make the calculation expand out to additional places) in the properties panel for your chart. Toggle it to custom formatting, and then specify the number of places after the decimal (example below with 10 places).

Cullin_Tripp_0-1607467188819.png

You can also do this in the expression editor with the Num function:

Num(TINV(myMeasure),4),'#,##0.0000000000')

 

Hope this helps!