Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a box plot with the following data:
Dimension = Referral Number
Y axis = Reason for treatment
X axis = (Referral commenced date-referral date)
I only want the box plot to display patients aged 0-25 - where do I add age?
Thank you
Thank you
Assuming that Referral Number is unique to a patient, you could try the following as your dimension:
Aggr(Only({$<[Patient Age]={">=0<=25"}>} [Referral Number]), [Referral Number])
Thanks for your help
yes the referral number is unique to the patient, I added this to the dimension and the chart said ‘the chart is not displayed because it contains only undefined values’