
Master
2018-05-14
09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1,039 Views
5 Replies

MVP
2018-05-14
09:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use Pow() or Sqrt() function. For example
Pow(2, 0.5)
or
Sqrt(2)


Master III
2018-05-14
10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
may be this?

Master
2018-05-15
07:10 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot Sunny, i will try and will report you
931 Views

Master
2018-05-15
07:10 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
931 Views


Master III
2018-05-15
07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
931 Views
