ContributionsMost RecentMost LikesSolutionsRe: Median and Percentiles using Java scriptThanks for the elaborate answer. I have only one table and i want to initiate the process separately when I click on a button or some thing else. Also, since its only 1 table and i want to calculate these stats based on some kind of grouping and filtering of data, how do i supply the separate groups to the javascript to calculate stats. Do i need to use some querying techniques here?Median and Percentiles using Java scriptAs median, percentiles are not allowed in quickbase, is it possible to write a java script to calculate them and call it using the formula url field. Here are the detailed steps would like to do I have a details table with the data. Want to read the data from that table using java script Calculate the necessary values Populate in to other table with the calculated values Trigger this java script using formula URL either by button or an event in the form Please let me know how can i acheive this