Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have created an expression using fractile that returns a value of 5% for physicians. When comparing all physicians, the correct value is returned. However, when I select one or more physicians from a list, my return value changes. Can anyone tell me what I need to add to my script so that the value stays static (meaning it will ignore any selections I make from a list of physicians.
fractile(aggr(count({<IBEX_DISPOSITION_ATN_NAME=, RETURN_QUALIFIER={'1'}>}IBEX_NUM) / (count({<IBEX_DISPOSITION_ATN_NAME=, RETURN_QUALIFIER={'1'}>}IBEX_NUM) + count({<IBEX_DISPOSITION_ATN_NAME=, RETURN_QUALIFIER={'0'}>}IBEX_NUM)),IBEX_DISPOSITION_ATN_LOGIN_ID),0.05)
Thanks!!
Scott
Use physician = inside your Set Analisys statements {<physician =, ... >}
Thanks for your reply.
The IBEX_DISPOSITION_ATN_NAME is actually the physician name. Assuming that I have the syntax of my set analysis correctly formatted, I have already have the physician placed inside my set analysis with "=" following it. Any other ideas?
Thanks
Scott