Hi All
I am compiling a report which is grouped by (datatype time)time by the hour. Each hour can have many unique people logging on, but a lenghth of stay can drop into other hours. All I am interested in is the hour of their unique login ie. first record of the login, indicating the hour they logged in.
I have used a formula
{lDate} = MINIMUM({lDate},{uniquelogin})
which bring back a boolean and where true placed another formula saying put 1 if true and 0 if not.
What I want to be able to do sum per hour the amount of uniquelogins for that hour.The second formula I have place saying
IF {First Record} = TRUE THEN 1 ELSE 0
comes back as data type number but Iam unable to sum on this.
Any one any ideas....
Many Thanks in advance
I am compiling a report which is grouped by (datatype time)time by the hour. Each hour can have many unique people logging on, but a lenghth of stay can drop into other hours. All I am interested in is the hour of their unique login ie. first record of the login, indicating the hour they logged in.
I have used a formula
{lDate} = MINIMUM({lDate},{uniquelogin})
which bring back a boolean and where true placed another formula saying put 1 if true and 0 if not.
What I want to be able to do sum per hour the amount of uniquelogins for that hour.The second formula I have place saying
IF {First Record} = TRUE THEN 1 ELSE 0
comes back as data type number but Iam unable to sum on this.
Any one any ideas....
Many Thanks in advance