Oh, right! Now I remember! I never use it; it's too buggy.
It's probably choking on you because you're using it to define two attributes that are directly related.
Just use aliases.
TJM2, I'm sorry. You're absolutely right. My interpretation was that the report would contain the Year attribute in the column heading and a single YTD metric. The user would select 2/15/2005 and 2/15/2004 in the attribute element prompt and this would give two columns, 2005 and 2004, in the...
What is an attribute role? Is this a new 7.5 feature?
Based on what you are describing, though, it sounds like the existing Table Alias feature.
Go into the Schema Objects\Tables folder. Right-click on the Employee table, and select Create Table Alias from the pop-up menu. Rename this table...
You can point the report to a specific XSL, and modify that XSL to not display the attribute name for that specific attribute.
Someone else on the forum can help you with that. I need a refresher.
TJM2, I don't think that your approach would work. If the transformation is done right, a filter isn't necessary.
Just to review:
The purpose of a transformation is to take a single attribute element and transform it into one or more different elements.
A Last Year transform would take one...
I've had to do this before. You have an attribute that you need to be called A in some reports and B in others.
Let A refer to the attribute with the long name. Let B refer to an attribute with the abbreviated name. Just build another attribute B one-to-one parent of the attribute A.
Use B...
Ah... You simply need an extra version each of the Qty 1 and Qty 2 metrics. In this extra version, set the dimensionality to ignore the Group filter. We'll call these Qty 1 A and Qty 2 A.
Place them in the report filter in a "[Qty 1 A] > 0 Or [Qty 2 A] > 0" filter expression. This way, when...
Oops, sorry. Didn't see the Prompt the first time around.
Why are you filtering on ID in the subquery? As it stands currently, you will get a list of names and addresses with names shown only for the IDs chosen. The prompt won't filter the addresses returned.
Is this what you want? Is this...
It's not a VLDB setting. Your PAY_PERIOD_END_DATE attribute isn't set up properly. You probably have two forms in your ID attribute form group. The first form is "PAY_PERIOD_END_DATE". The second form is "PAY_PERIOD_END_DATE - 365". Both forms are grouped in the ID form group.
Is this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.