I'm pulling information back from my UNX Universe (4.0 SP5) that is accessing data that is resident in a SQL Server 2008 database. I have several Dimensions that I am pulling back that are similar in name, and within the Universe those dimensions are using CASE statements to determine what the value should be within the field.
When I bring them back in Preview mode in Visual Intelligence, instead of showing me one field as Clinic Entity Name and one as Clinic Facility Name, I get Clinic Facility Name and Clinic Facility Name (2). Additionally, when I try to use the filter for the Clinic Entity Name, it brings up the date for the Clinic Facility Name field (but it is displaying the correct data before I try to use the filter.
Here is conceptually what the data should look like that I am trying to pull back:
Clinic Entity Name | Clinic Facility Name | Provider Name | Claim Count | Admit Count | Paid Amount |
Clinic 1 | Facility 1 | Dr Who | 10 | 10 | 1000 |
Clinic 1 | Facility 2 | Dr Why | 15 | 16 | 1500 |
Clinic 1 | Facility 3 | Dr How | 7 | 7 | 700 |
Clinic 2 | Facility 4 | Dr Whatever | 11 | 11 | 800 |
Clinic 2 | Facility 5 | Dr Whenever | 25 | 30 | 2500 |
Clinic 3 | Facility 6 | Dr Whoever | 5 | 5 | 300 |
Clinic 4 | Facility 7 | Dr Savealife | 30 | 32 | 500 |
Clinic 4 | Facility 8 | Dr McDreamy | 40 | 45 | 7500 |
Here is what I am actually getting in Preview Mode (notice the column name changes):
Clinic Facility Name | Clinic Facility Name (2) | Provider Name | Claim Count | Admit Count | Paid Amount |
Clinic 1 | Facility 1 | Dr Who | 10 | 10 | 1000 |
Clinic 1 | Facility 2 | Dr Why | 15 | 16 | 1500 |
Clinic 1 | Facility 3 | Dr How | 7 | 7 | 700 |
Clinic 2 | Facility 4 | Dr Whatever | 11 | 11 | 800 |
Clinic 2 | Facility 5 | Dr Whenever | 25 | 30 | 2500 |
Clinic 3 | Facility 6 | Dr Whoever | 5 | 5 | 300 |
Clinic 4 | Facility 7 | Dr Savealife | 30 | 32 | 500 |
Clinic 4 | Facility 8 | Dr McDreamy | 40 | 45 | 7500 |
When I click on what should be the Clinic Entity Name (column 1) in Preview mode, it brings up the values for Clinic Facility Name:
Facility 1 |
Facility 2 |
Facility 3 |
Facility 4 |
Facility 5 |
Facility 6 |
Facility 7 |
Facility 8 |
Any ideas on what might be happening? Same thing happens if I skip Preview mode and bring the data directly back into Visual Intelligence....