Re: how to set a dimension attribute as a simple "note" field?
- From: "Alessandro" <alexbelli@xxxxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 10:14:32 +0200
Thank you for you suggestion, but is not clear to me how to make a
relationship between name and address.
Is enought to set address.keycolumn= customers.name and
addess.namecolumn=address?
Or what I have to do to make the realtionship?
The key of the dimension is a field named "code". Do I also have to set
name.keycolumn=customers.code?
After this when I browse the cube and I right click the name cell->Show
properties in report->Show All
properties in report the option is grayed.Thank's
Alessandro
"Peter Yang [MSFT]" <petery@xxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:gdsQ4cR4GHA.2336@xxxxxxxxxxxxxxxxxxxxxxxx
Hello Alessandro,
I understand that you'd like to specify an dimension attribute as a
property not to be aggregated. If I'm off-base, please let me know.
You may want to consider define attribute relationship bewteen attribute
name and address, thus you could display address as member property of
name
and do not necessary to drag name attribute to the browser which cause
more
calculations and overhead even if they are 1:1 relationship. When you drag
a dimension attribute into the browser it is used as normal attribute
anyway though at running time, it will gain performance improvement when
engine may find it has 1:1 relationship with another attribute.
By default, dimension attribute are related to key dimension attribute by
a
attribute relationship. In VS 2005, you could open the dimension in VS
project, and check the attribute relationships defined on the key
attribute
( I assume it is "id" in the dimension).
You may want to create a attribute relationship directly on name attribute
and define the relationship bweteen name and address. You will be able to
see address as the member property of the name attribute in browser. You
could right click the a name cell->Show properties in report->Show All
properties in report.
The other option that you could display name/address at the same time ( I
assume it is 1:1 relationship) is that you create a new column on
dimension
source table, and merge (name, address) column to a new column such as
name-address. You could use this new column as a attribute directly in the
dimension attribute.
If you have further questions or concerns on the issue, please feel free
to
let's know. Than you.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
<http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
<http://msdn.microsoft.com/subscriptions/support/default.aspx>.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: how to set a dimension attribute as a simple "note" field?
- From: Peter Yang [MSFT]
- Re: how to set a dimension attribute as a simple "note" field?
- References:
- how to set a dimension attribute as a simple "note" field?
- From: Alessandro
- RE: how to set a dimension attribute as a simple "note" field?
- From: Peter Yang [MSFT]
- how to set a dimension attribute as a simple "note" field?
- Prev by Date: ETL usage
- Next by Date: Re: how to set a dimension attribute as a simple "note" field?
- Previous by thread: Re: how to set a dimension attribute as a simple "note" field?
- Next by thread: Re: how to set a dimension attribute as a simple "note" field?
- Index(es):
Relevant Pages
|