the bottom axis isn't displaying the "Contract Number" it's just displaying a number, not the Contract Number.Dim = PU_COUNT( DOMAIN_TABLE( )KPI = COUNT(DISTINCT "")
Question
the bottom axis isn't displaying the "Contract Number" it's just displaying a number, not the Contract Number.Dim = PU_COUNT( DOMAIN_TABLE( )KPI = COUNT(DISTINCT "")
What is it that you are exactly trying to achieve? In your current setup, the dimension basically counts the number of cases. Your KPI then counts the number of times the case count occurs in the dimension.
In order to display contract numbers, you should change the dimension. Let us know if you need more help!