Viewing 4 posts - 1 through 4 (of 4 total)
here is what I was going for
CREATE MEMBER CURRENTCUBE.[CRED IVR END REASON DIM V].[IVRCALL VC CALLENDREASON].[All].[Out %]
AS
([CRED IVR END REASON DIM V].[IVRCALL VC CALLENDREASON].&[Hung Up]+[CRED IVR END...
January 27, 2016 at 3:42 pm
gotcha.....but how do i set the parameter to be the correct agentname on that row then pass it to the agent report?
T
June 5, 2015 at 11:15 am
the solution was to click the "Add Current User" as a SQL Server Admin at the Database Engine Configuration screen.
tuk
March 26, 2015 at 2:19 pm
so after altering my expression to the following:
=iif(Month(Fields!Month.Value)<First(Month(Fields!Month.Value), "InboundMetricsYeartoDate"),true,false)
i'm getting closer. the results show data for the months >= to Apr 2014 but are not showing the 2015 months....
February 10, 2015 at 11:48 am
Viewing 4 posts - 1 through 4 (of 4 total)