I'm drawing a blank here. The cube processes w/o error and I have several other dynamic sets in the cube, but this one set won't show up and I can't figure out why. I confirmed the MDX does return a set in SSMS.... Any ideas?
CREATE DYNAMIC SET CURRENTCUBE.[Last 7 Days]
AS...
The ParellelPeriod code below has worked in other queries, but plugging it into this one is not giving expected results and I can't figure out why. I've also included a simplified view of the output. Simply put I just want the rate increase/decrease between 2/2009 and 2/2010... Any help would...
I have a query that works when I feed it a specific date, but can't seem to get it to work using variable select (LastChild, etc). Trying to create two subsets one for Current YTD and one for Last YTD (ie 1-2008 to 8-2008, and 1-2007 to 8-2007, based on the last date currently in dataset)
Any...
Been a while since I worked with Perl. Can someone help me out with this. I'm reading a directory of comma delimited files. I need to read in all files, add a few variables based on each file's name, and write out another file containing all files' info.
Here's what I have so far, but can't...
Having some problems building a macro using a list of variables that is later used in a scan loop. Here is the following bits of code:
---in macro shell
%let globlistkeep=
tot_bal1-tot_bal25
tot_credit1-tot_credit25;
---in separate included sas program in a data step
%let f = 1;
do...
I'm trying to summarize data that look like this:
Example Data
CLS PCT_LVL VARS1-VARSx
1 A x
1 B x
1 C x
2 A x
2 B x
3 C x
I've been trying to summarize this data, summarizing all financial fields...
I have a site with a couple stacking absolute divs. In FF it's working fine, but IE isn't liking it too much. You can view the example here: www.wgiunderground.com/_prelaunch/ and the css file www.wgiunderground.com/_prelaunch/main.css
Any ideas why IE isn't displaying the divs? Main.css is...
This is my first trip into "no-tables" design. I have a gap at the top of my page and I can't seem to get rid of it. I'm pretty sure the culprit is the relative-position menu bar I'm adding (div#menu). (example here).
So what am I doing wrong?
HTML:
<!DOCTYPE html
PUBLIC "-//W3C//DTD...
Ok, I'm just starting to pick up SAS for my employer and I have my first project I'm trying to sort out. I'm pulling data from a database where the field is a 10-bit code (i.e., 0010000000). Each bit set stands for a different error code (i.e., previous example stands for a P1 error).
Writing...
I have a macro I'm working on in OfficeXP {in Word, querying Access database} and it has been working fine. But, on occasion, the database 'locks up' and the Word macro spits out an error: Could not use ''; file already in use.
The database has multiple users accessing it at any given time and...
Here's an excerpt of the script:
use strict;
use CGI;
my $q = new CGI;
my %query = $q->Vars();
my $userdir = "./ns_forum/profiles";
if ( -e "$userdir/$query{'user'}.dat" )
{
open USR, "$userdir/$query{'user'}.dat" ||
&err_sub('Error', "Failed to open...
Alright, I'm losing my friggin mind here. I've used Split in VBScript projects before with no problems, but in my VBA project with Word/Access I'm getting a 'Sub or Function not defined' error. I'm assuming I need to add a reference to the project, but I can't for the life of me figure out...
Can anyone point out the problem/error in the following SQL query?
rst.Open _
"SELECT * FROM tblClients WHERE [Billing Code] = " & UCase(sClientCode), _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & FileLoc & ";"
For Each fld In...
I've read through and used most of the code from goBoating's faq219-406. I've also read through CGI.pm on file uploading - still can't get this bloody thing to work. It will create the file on the server, but with 0 size - seems to me read isn't doing what it's supposed to. Anyway, if anyone...
So I went and figured out how to programatically navigate Outlook's folder listings last night. My only problem (or minor concern) is that the code I wrote seems overly complex.
What I need to do is go from the {USER}'s mailbox, find the {RECRUITING} mailbox (a separate Exchange account which...
..on this block of code:
ElseIf Config(0) = "Hotel" Then
For i = 1 To UBound(Config) Step 1
aryHotel(i-1) = Config(i)
Next
End If
Perhaps I'm not allowed to evaluation an expression in the array index...? I don't know. The exact error is: "Type...
I'm having a peculiar problem with this program: It's either in full 'maximized' state, or fully 'minimized'. If I try to 'restore down' to a windowed mode, it drops down into the task bar until I right click and select restore - and it then goes back to 'maximized'.
I was going to...
So I'm running a solo win2k box (no network), and I decided to disable this function that is obviously not necessary.
Sounds simple enough, but every time I reboot the bloody thing re-enables itself! Where do I look to destroy/modify the file that's causing this at startup...? Notorious P.I.G.
using this code:
$list = "./blah.dat";
open GEN, $list or die "$!";
Is it possible that this file would be overwritten? I know that the default (above) is to open 'for reading', but I've just had a file accessed from a script using the above syntax get wiped, as if I'd...
I was having excessive IRQ sharing issues, so I reconfigured my system and disabled ACPI and set it to Standard PC under Device Manager.
Everything seemed just dandy as I reinstalled drivers and went through a couple of restarts, but now my system won't shut down. It will 'restart' just fine...
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.