Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a slider dimension that drives the variable vTopPhysicians and limits one result set to the top N Physician's using a dimension limit.
The second part i'm attempting to limit my express results to the Top N using the following:
SUM({<ProcedureSurgeonName = {"=RANK(COUNT(DISTINCT SurgicalCaseSk),$(vTopPhysicians)-1)"}>}SurgicalUsedQTY)
My Syntax shows it's correct, but it's not working correctly.
SUM(
{<
ProcedureSurgeonName = {"=RANK(COUNT(DISTINCT SurgicalCaseSk))<($(vTopPhysicians)-1)"}>}SurgicalUsedQTY)
SUM(
{<
ProcedureSurgeonName = {"=RANK(COUNT(DISTINCT SurgicalCaseSk))<($(vTopPhysicians)-1)"}>}SurgicalUsedQTY)