Viewing 15 posts - 1 through 15 (of 19 total)
Thanks, this seems to work for me. I will see if DBA can create function on the database.
Scott
October 9, 2020 at 12:23 am
Hi All,
so i met with business users and it seems i had the requirements a bit mixed up. I think it might even be a bit simpler now. So i...
October 8, 2020 at 12:21 pm
Hi,
sorry, it's hard to put in words. So if the claim id, damage id and location id are the same, then I need to sum the reserve amt only for...
October 8, 2020 at 1:08 am
i get this:
Use of DISTINCT is not allowed with the OVER clause
August 3, 2016 at 8:21 am
wow, i way overlooked this one. thanks
May 25, 2016 at 12:29 pm
I think the Dense_Rank will work.
we should never have a scenerio where we have 2 renewals and have to remove just one.
March 28, 2016 at 8:47 pm
thanks! that worked.
here are the drivers in case anyone runs into same issue:
http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
March 23, 2016 at 7:36 pm
so how do i fix it?
March 23, 2016 at 2:20 pm
Hi,
yes that was a typo on my part. The policy should be 1000124.
I'm trying to join the tables together and at the same time capture that there is a...
March 23, 2016 at 12:32 pm
Yes, finally!!!
thanks so much for your help. You were a great source for information.
Scott
March 3, 2015 at 1:24 pm
Martin,
Basically, this is an SSRS report that sits over an SSAS cube. What the report is supposed to do is show which accounts for a given Quarter, Operations, Division,...
March 3, 2015 at 11:12 am
Martin,
thanks for your help on this.
i changed the query to include the filtered set using the "OR" logic:
WITH MEMBER PREM AS
StrToMember("[Measures].[" + @PremiumType+ " Premium]")
SET FilteredBrokers AS
{STRTOSET('{[Broker].[Account Broker Name...
March 3, 2015 at 9:45 am
Thanks Martin,
Being new to MDX, i usually start off with the Designer then modify the query as needed. Probably not best practice...
In regards to creating the named set, i...
March 2, 2015 at 9:08 pm
Viewing 15 posts - 1 through 15 (of 19 total)