Assuming the Box Plot viz isn't what you need.
Using SQL statement, you would define calculations such as
PERCENTILE_CONT(0.25) WITHIN GROUP (ORDER BY ... ) OVER (PARTITION BY ...)
PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY ... ) OVER (PARTITION BY ...)
PERCENTILE_CONT(0.75) WITHIN GROUP (ORDER BY ... ) OVER (PARTITION BY ...)
------------------------------
NIGEL CAMPBELL
------------------------------
Original Message:
Sent: Tue July 05, 2022 11:28 AM
From: Alexandre COURJARET
Subject: Interquartile range
Hi,
Cognos Analytics 11.5
I would like to get the interquartile range of a dataset.
The "quartile" function gives me the number of the quartile where the data is (1 to 4) but not the interquartile range.
Any idea ?
Thanks,
Alex
------------------------------
Alexandre COURJARET
------------------------------