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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use exponential function in expression ?

Requirement in Excel :  ^(1/2)-1

Qlikview expression :

($(vABC1) + $(vABC2) / ($(vABC3))  ^(1/2)-1

How do I write the last part of this expression in Qlikview  ? ^(1/2)-1

Do I use the exp or pow function ?

2 Replies
trdandamudi
Master II
Master II

Look at pow() function: pow(x,y)

Anil_Babu_Samineni

May be this?

(Pow(1, 2)-1)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful