![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi To prevent the Loan's measure (Amount disbursed) from being summed twice, you'll have to separate the data into two cubes - e.g. Loans and LoanIndicators - and then combine them into a virtual cube. Make sure the LoanIndicators cube has all the Loan cube's dimensions (only the LoanIndicator cube should have dimension IndicatorDate). On your second question: I think you'd need to use a MDX query to get this result - as you might see from my two recent posts I'm very new to MDX; but hopefully some of the other people here can help you. cheers Seb |
#4
| |||
| |||
|
| Returns a valid measure in a virtual cube by forcing inapplicable |
|
Hi, Tried creating the virtual cube as you have suggested, but the problem is that now if on a particular indicator date I want to see the loan account status, the data from Loans cube goes off because it does not find the records of that indicator date in Loans table. Thanks Charu "sebt" wrote: Hi To prevent the Loan's measure (Amount disbursed) from being summed twice, you'll have to separate the data into two cubes - e.g. Loans and LoanIndicators - and then combine them into a virtual cube. Make sure the LoanIndicators cube has all the Loan cube's dimensions (only the LoanIndicator cube should have dimension IndicatorDate). On your second question: I think you'd need to use a MDX query to get this result - as you might see from my two recent posts I'm very new to MDX; but hopefully some of the other people here can help you. cheers Seb |
![]() |
| Thread Tools | |
| Display Modes | |
| |