Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20019

Re: ANOTHER Question About Deltas On Custom Reports

$
0
0

Status is not the same as the rate column...

e.g.

RateTotalRawStatusStatus
3.90039733733423939
2.200224161023172222
8.1008253729258181
0.60006114690766
4.100417613859464141

 

I'm not sure what the CustomPoller tool shows you (it crashes on me when I try to look at values -- too much data)

 

try running this in the Database Manager on the server:

 

SELECT TOP 1000 CPA.AssignmentName,CPS.* FROM [dbo].[CustomPollerStatus] CPS

inner join customPollerAssignment CPA

on CPA.CustomPollerAssignmentId=CPS.CustomPollerAssignmentId

where AssignmentName like '%ls001%'

 

the Rate column will tell you if it's it actually generating a rate.


Viewing all articles
Browse latest Browse all 20019

Trending Articles