Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Using column from another table for percentile calculation

Hi, I am trying to calculate percentiles for my sales (coming from 'coverage_revenue' table) but I need to use an ID column in another table ('table_b'). I understand I will need to use the RELATED f...