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: 
beck_bakytbek
Master
Master

Calculation with roots

Hi Folks,

i have a question, how to solve the issue with calculcation of roots (please see attached screenshot)

my values are:

J = 10000

B = 100

E = 80

L = 0,10

Does anybody have any idea?

thanks a lot

Beck

5 Replies
sunny_talwar
MVP
MVP

You can use Pow() or Sqrt() function. For example

Pow(2, 0.5)

or

Sqrt(2)


Capture.PNG

sasiparupudi1
Master III
Master III

may be this?

beck_bakytbek
Master
Master
Author

Thanks a lot Sunny, i will try and will report you

beck_bakytbek
Master
Master
Author

Thanks a lot Sasidhar,

do you have this issue in Qlik Sense-file. i am not able to open your Qlik View -file

Thanks a lot

Beck

sasiparupudi1
Master III
Master III

If you create variables

J,B,E,L

with values

10000,100,80,0,10

then , you may use the below expression

sqrt((2*B*J)/(E*L))

hth