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 bkrike 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: Nassy
  • Content: Threads
  • Order by date
  1. Nassy

    ASP.NET and OLAP Access Question - Pls help as I am so confused!!

    Hi Can anyone give me pointers on how to configure a machine so that it is possible to run .NET applications with Analysis Services? I will be using HTTP not HTTPS. Currently I have IIS, Visual Studio and the SQL Server Client connectivity tools. If I look at my installation I can see 2...
  2. Nassy

    Access to MDX using .NET Question.

    Hi all, I am a relative newbie to the world of .NET and am trying to write an OLAP application using the ADOMD sdk - COM version. For example I am using the following statements in my code Imports ADODB Imports ADOMD Imports System.Data.OleDb Dim cn As New ADODB.Connection...
  3. Nassy

    Help required with PERIODSTODATE function that stops at CURRENT DATE!

    Hi I am trying to create an MDX query which will return the CURRENT YEAR year to date revenue value. I have spent ages with this and have so far ended up with the following: WITH MEMBER Measures.[Current YTD Revenue] AS Aggregate(PeriodsToDate([Date].[Fiscal Calendar].[Fiscal Year]...
  4. Nassy

    Problem with Quarter To Date function

    Hi I am trying to return a query that will return just one cell showing the Quarter to Date revenue for the current quarter. I have defined a QTD Revenue calculated member and am then trying to return its value by referring to it in a subsequent MDX select query. Exact code used is shown...
  5. Nassy

    How to Apply a Background Colour to a Dashboard

    Hi I am really struggling with something that I think ought to be simple... I need to change the colour of the background on all my dashboard pages (ie each page on my Corporate Dashboard). I have tried editing the main dashboard stylesheet and unless there is a very easy customisable option...
  6. Nassy

    How to Apply Custom Sort on Month Name in Universe Designer

    Hi I have this niggling issue that is really getting to me - as I have tried all sorts of things and nothing works. I have created a Universe to use in conjunction with the dashboard builder and in my DimTime dimension there is a field Month and a field MonthName. All I want to do is to tell...
  7. Nassy

    70-445 - Any Advice Much Appreciated!

    Hi My query relates to the Microsoft 70-445 certification. My understanding is that the 70-445 exam is far from easy (not surprisitng since SSIS, SSAS and SSRS are all fairly substantial bits of software). I have also been told that Data Mining makes up to 20% of the exam so although I...
  8. Nassy

    Using Reporting Services with Navision Data - Ideas Needed!

    Hi Background I am currently on client site. Currently a set of financial reports within Navision are being copied into Excel where changes are made to them ie reformatting etc... The client would like all their reports to be done within Reporting Services because they want to have...
  9. Nassy

    Undeclared Variable in Expression Issue

    Hi I have been experimenting with creating my own Counter variables having read an interesting thread by 'Catadmin'. I am trying to create a counter that will return the Group Number. So far I declared a Shared Counter variable and have written 3 functions, one that increments the...
  10. Nassy

    [b]Need to Apply Formatting to First Group Only - Help!!![/b]

    Hi, I am completely stuck so hoping somebody can help me... would hugely appreciate any input even if the answer is that what I am looking to do is not possible. Contextual Information I have a basic report with just a few rows and two groups. The report shows the number of peak and non peak...
  11. Nassy

    [b]Issues with Decimals in the SCD Component Task[/b]

    Hi, I was wondering if anyone could provide any input into a particlar problem I have been having. I have been doing some work for a client designing and populating their datawarehouse. Just recently I have encountered a problem that relating to the use of fields with a decimal data type in...
  12. Nassy

    Handling Weeks Correctly in SQL

    Hi all, I have written a routine that creates a calendar that contains a list of dates (dating back from 01/01/2000) and that assigns each date a Week Number, Month Name, Quarter and Year. The Issue I am having I simply use the function DatePart ie DatePart(wk,Table.Day) to assign a Week...
  13. Nassy

    Best Way to Split a Table into Smaller Tables Based on A Field Value

    Hi, I am looking to create SQL that performs the reverse of a UNION statement. A table has been set up for me that contains a list of week start dates (starting on a Sunday). The table tells you the week number each week start date relates to for a particular customer. WStartDate...
  14. Nassy

    [b] Simple Function Using Tables Variables Painfully Slow[/b]

    Hi Background Info I am currently in the process of writing code to load a Fact Table that stores information on supply and demand of crops for a company that sells bouquets of flowers. The code I had originally written to do this was a mess of many temporary tables all bunged together...
  15. Nassy

    [b]Unusual Multiple Calendar Issue[/b]

    Hi everyone, I have a requirement to build 3 cubes for a company which sells bouquets of flowers to different retailers. Describing the issue The client would like one of the cubes to be designed in a way so it makes use of multi-calendars. The client has a handful of customers who each...
  16. Nassy

    Dealing with Calendars in OLAP

    Hi, I have a customer that wants a cube that displays 52 weeks worth of future data ie 52 weeks after the current date and 2 weeks of past data ie 2 weeks before the current date. Problem is, I have no way how to find an OLAP solution to this. I have searched the web but can find nothing...
  17. Nassy

    Building Cubes with No DataWarehouse

    Hi, I do a lot of on-site client work. I just wanted to get some general advice on something. Suppose a customer asks for some cubes to be created. If it is clear that the star schema created to source these cubes would have no function other than to serve these very same cubes then would...
  18. Nassy

    YTD() Function with Fiscal Time Dimension

    Hi I have a problem with Time and am wondering if anyone could be of any help... I am working on a cube that has a Calendar Date and Fiscal Time Dimension. I have written a SalesYTD Calculated Member (under Measures) with the following MDX code: Sum(YTD(),[Measures].SalesAmount) This...
  19. Nassy

    [b]YTD and Previous YTD Comparisons - Assistance Required [/b]

    Hi everyone, The Background I have been asked to add some 'to date' time analysis to a cube developed by one of our clients. This cube has two measures: Invoiced Amount Units Sold The client wants to make Year to Date and Month to Date comparisons for both these numeric values...
  20. Nassy

    [b]Record Selection Performance Issues [/b]

    Hi, I am on a client site and have been asked to help speed up some reports. On one particular report the user is asked to enter two string values: Start Period and End Period . These 2 string input values then get converted into numbers: 200401 represents May 2003, 200402 represents 200402...

Part and Inventory Search

Back
Top