
Joseph Polefrone
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Activity overview
Latest activity by Joseph Polefrone-
Joseph Polefrone commented,
I am unable to see this on v.6.6. I have extracted the contents to the plugins folder and restarted IIS services. I have tried from bot an existing dashboard and created another from scratch. The o...
-
Joseph Polefrone created a post,
AD Authentication Slowness
I am having an issue with Active Directory slowness. I have identified that our site users experience a 20-30 second delay in logging into the system. We have the AD setup to pull DC={sitename},...
-
Joseph Polefrone commented,
Correct
-
Joseph Polefrone commented,
Michael, The issue we have is that it does not constitute for the DayOfWeek... Any suggestions?
-
Joseph Polefrone commented,
I am working to create a benchmark in the Elasticube that takes a Unique Count of a value from the same day on the previous year and increases it by 3%. SELECT COUNT(m.[value]) AS [Volume], m.[D...
-
Joseph Polefrone created a post,
Creating Benchmarks from Previous Year
I am working to create a benchmark in the Elasticube that takes a Unique Count of a value from the same day on the previous year and increases it by 3%. SELECT COUNT(m.[value]) AS [Volume], m.[D...
-
Joseph Polefrone commented,
Please see edited version below: SELECT COUNT(m.[value]) AS [Volume], m.[Date] AS [Date] --Temp for Testing,(ToInt(COUNT(m.[value]) * 1.03)) AS [BenchmarkTestValue] --CASE Statement for Last Year...
-
Joseph Polefrone created a post,
Creating Benchmarks from Previous Year
I am working to create a benchmark in the Elasticube that takes a Unique Count of a value from the same day on the previous year and increases it by 3%. SELECT ,COUNT(m.[value]) AS [Volume], m.[...