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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jodes
  • Order by date
  1. Jodes

    DateTime to Month format

    This sorts out the problem: ApplySimple("concat(to_char(date2, 'YYYY'),(to_char(date2, 'MM')))") The attribute must have an attribute ID Form, as this applySimple only works as a Description Form.
  2. Jodes

    DateTime to Month format

    Thanks reisw. I'll take a look at the Applysimple stuff & see if I can make sense of it. I spoke to MSTR yesterday who advised creating a solution in the database - ie a new column in the db that extracts the month for me. In addition to this, they also recommended creating a db table that...
  3. Jodes

    DateTime to Month format

    I have a datetime field in the database, that I need to extract just the month from. I can do this in Oracle sql but I cannot figure out how to achieve this in MSTR. At the report front end, I can alter the format of the datetime which will give the Month, but I need to create an attribute to...
  4. Jodes

    Report is taking too long

    If you can get your DBA to review the SQL, they'll probably be able to advise on the most efficient tables/joins to use. Try to hit Indexed fields in your attribute ID's (again, check with your DBA if you're unsure which are indexed). Try to keep attributes simple (ie, don't complicate the...
  5. Jodes

    Attribute Cross Join

    A fix has been recommended by MicroStrategy (which works perfectly): The problem is with the Relationship between the tables. When using a Star Schema, the joins need to be Many To Many. Using a 1:Many relationship creates Cross Joins when used in a Star Schema set up.
  6. Jodes

    Attribute Cross Join

    I have 3 tables: A, B & C. A joins to B & B joins to C. When I pull data from A & B, or B & C, everything works fine, but the moment I pull from all 3 tables, I get a cross join on one table. Any ideas why the Join suddenly fails? All the objects are Attributes. The joins are...

Part and Inventory Search

Back
Top