This topic is locked

count matching item on list page

4/28/2011 7:25:11 AM
ASPRunnerPro General questions
K
kimz author

Hi, is it possible to use the count option to count matching items instead of all items?
example:
column1 column2

prod1 blue

prod1 blue

prod1 blue

-count 3

prod1 red

prod1 red

-count 2
now it just says
column1 column2

prod1 blue

prod1 blue

prod1 blue

prod1 red

prod1 red

-count 5

Sergey Kornilov admin 4/28/2011

The same idea - you can create a report, use column1 and column2 as group fields and add a count option.

K
kimz author 4/28/2011



The same idea - you can create a report, use column1 and column2 as group fields and add a count option.


thanks, but i do not wish to use reports. isn't there a way to count the data in the list view?

Sergey Kornilov admin 4/28/2011

Here is the example (for PHPRunner though) that allows you insert subheaders between groups of records on the list page. You can extend it to calculate and display subtotals as well.
Contact support directly if you need help with coding.

K
kimz author 4/28/2011



Here is the example (for PHPRunner though) that allows you insert subheaders between groups of records on the list page. You can extend it to calculate and display subtotals as well.
Contact support directly if you need help with coding.


where is it?