Viewing 5 posts - 1 through 6 (of 6 total)
Sorry for being vague early. Are you familiar with MDX query? I actually need the SQL query formatted to MDX.
John R. you suggested the below:
SELECT *
FROM @Table
WHERE RIGHT(GLnum,2) <>...
March 26, 2010 at 9:46 am
Sorry this is all new to me. Awesome! Thanks, I will give it a shot.
March 25, 2010 at 3:05 pm
John, for your query, I would have to list out all the accounts, correct? Is there a way to avoid that?
March 25, 2010 at 2:59 pm
Thanks guys, these are great suggestions. However the problem I encounter is that this account is made up of over 50 accounts. I am trying to avoid writting out each...
March 25, 2010 at 2:57 pm
But what happens when a new account is added, then I have go and tweak the formula, too much work. Is there a way the system can look at only...
March 25, 2010 at 2:51 pm
Viewing 5 posts - 1 through 6 (of 6 total)