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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression

Hello all,

How to write below exp?please let me know

= [current year data/last 10th year data]^[2/3]

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

May be like this:

pow([current year data/last 10th year data], (2/3))