Counting How many times a result has been displayed

KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

Counting How many times a result has been displayed

Post by KMandalia »

Yesss!

indexcount was the one. Thanks for all your help.
KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

Counting How many times a result has been displayed

Post by KMandalia »

BTW, how precise the CTR populated with the statement above will be?

I think I want the same precision as the rank. How to do that? Do I have to write 3 sql statements?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Counting How many times a result has been displayed

Post by mark »

CTR is a double precision floating point field. It will have values between 0 and 1 inclusive based on the math described above. Rank is an integer value from 0 to 1000.
Post Reply