Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by entaroadun

  1. entaroadun

    Solution to Get Number of Business Days

    JerDale, where does the current "number of business days" come from? Is it already defined as a form of your Month attribute?
  2. entaroadun

    Solution to Get Number of Business Days

    Is the Volume fact at the Product x Month level? Or is it a lower level on the time hierarchy?
  3. entaroadun

    Solution to Get Number of Business Days

    What level is your Volume fact stored at on the fact table? Is it on multiple fact tables with different levels?
  4. entaroadun

    Atrribute Roles

    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.
  5. entaroadun

    Transformation

    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...
  6. entaroadun

    Select statement in Join condition

    A report filter with the proper Attribute Join settings should do it.
  7. entaroadun

    Atrribute Roles

    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...
  8. entaroadun

    Object Prompt and Alias in Report Data Options

    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.
  9. entaroadun

    Object Prompt and Alias in Report Data Options

    Are you displaying in Desktop or Web?
  10. entaroadun

    Select statement in Join condition

    where b.calldate='2004-08-24 10:29:42.000' OR b.calldate IS NULL
  11. entaroadun

    Transformation

    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...
  12. entaroadun

    Object Prompt and Alias in Report Data Options

    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...
  13. entaroadun

    Ignoring attribute in report heading for other attributes below

    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...
  14. entaroadun

    Select statement in Join condition

    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...
  15. entaroadun

    sql

    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...

Part and Inventory Search

Back
Top