Based on my understanding, what you need is a virtual dimension with two
members: Is_Priority_client and Not_Priority_client. In the dimension
table, the prty_clnt_fg has two possible values: 1 and 0. Am I correct?
If it's true, you could:
1. Create a view on the dimension table, using "case when ... then...
else..." to convert the column prty_clnt_fg from 1/0 to a character column
with the values Is_Priority_client\Not_Priority_client.
2. Create the client dimension on the view, adding a member property based
on the new prty_clnt_fg column.
3. Create the virtual dimension based on the member property.
This posting is provided 'AS IS' with no warranties, and confers no rights.
Regards,
Haiwei Xu
member property basedQuote:>-----Original Message-----
>Hi ,
>Based on my understanding, what you need is a virtual
dimension with two
>members: Is_Priority_client and Not_Priority_client. In
the dimension
>table, the prty_clnt_fg has two possible values: 1 and 0.
Am I correct?
>If it's true, you could:
>1. Create a view on the dimension table, using "case
when ... then...
>else..." to convert the column prty_clnt_fg from 1/0 to a
character column
>with the values Is_Priority_client\Not_Priority_client.
>2. Create the client dimension on the view, adding a
Quote:>on the new prty_clnt_fg column.
>3. Create the virtual dimension based on the member
property.
>This posting is provided 'AS IS' with no warranties, and
confers no rights.
>Regards,
>Haiwei Xu
>.
1. Linking virtual dimension to its base dimension
Can a formula defined on the base dimension be applied to
the virtual dimension ?
is there a way to travel from
[virtual dimension].currentmember to [base
dimension].currentmember ?
In general can the virtual dimensions be linked back to
the base dimension member?
Thanks,
Ashu
3. Problems with dimension based security on virtual cubes
5. Virtual dimensions and multi-role base tables
6. WEb server
7. SQL: want to create index based on part of column value
8. How to install Server Agent
9. Member Key Column for Virtual Dimension
10. Creating a Virtual Dimension using DSO
11. Create a virtual cube from two cubes with different time dimensions(levels)
12. Creating virtual dimensions via DSO???
13. Problems creating Virtual Dimension