I have several Excel VBA documents that are sometimes automated and sometimes not, so they check the app.visible property to determine whether to display a message box. this works fine, except these documents will often be opened in internet explorer where the excelapp.visible property is always...
Hi all,
In Excel 2000, I want to be able to return the results of an SQL stored procedure that requires parameters which I will get from the user using 3 combo boxes which will get their data from some simple SQL queries. Now, I'm pretty sure I can do all of this except running the stored...
Hello all,
I have a snowflake dimension, 4 levels
1. Region (table1)
2. Building (table2)
3. Group (table2)
4. Name (table2)
Most records are unique but sometimes there are duplicates. What's happening is when there are dups the data is getting double counted in my cube. Basically I just want...
Hello,
I have a query that looks like this:
select convert(varchar(12),querydatetime,101) as date,
count(uniquefieldId)
from CMquery
where datepart(month,querydatetime)=datepart(month,getdate())-1
and (majorTrigger=45 or thisfield='aaaa')
group by convert(varchar(12),querydatetime,101)...
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.