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: 
rangam_s
Creator II
Creator II

How to Write Script Expresssions

 

Hi All, 

Can Anyone know on how to write script expressions.

https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/script-exp...

 

 

Like given in above link, as I wanted to write a function for Range Median.

 

Thanks,

Rangam Sheshadri

Labels (2)
2 Replies
Or
MVP
MVP

I'm not sure what you're asking - just write the function you want, e.g.

 

Load Median(YourColumn), YourOtherColumn Resident YourTable group by YourOtherColumn;

https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/Statistica...

 

rangam_s
Creator II
Creator II
Author

Thanks for your reply, I need to calculate the median based on the values from multiple columns.