I need a formula that will count occurances of records that are between number ranges within a group.
For Example:
if (table.fieldname)>=1 and <=3 then count (table.fieldname)
I am just unsure of the syntax.
I am trying to create 6 "bins" of data so I can have an accurate histogram. I'm a little new to these.
Thanks
For Example:
if (table.fieldname)>=1 and <=3 then count (table.fieldname)
I am just unsure of the syntax.
I am trying to create 6 "bins" of data so I can have an accurate histogram. I'm a little new to these.
Thanks