Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
siva0606
Contributor III
Contributor III

Purchase frequency of Items

Hi all,

For Example,

I have many number of items in item table and i have to calculate Which item is purchased more number of times(frequency of item)?

Please help me in the expression part.

Regards,

Sivasu

6 Replies
Anonymous
Not applicable

Hi,

Maybe post some examples, or your application.

Antoine

ashwanin
Specialist
Specialist

Textcount(Distinct PurchaseItem )

MK_QSL
MVP
MVP

COUNT(Distinct ITEMS)

Not applicable

See attached.

Not applicable

Hi,

You can use count(item).

HTH

-Shruti

Anonymous
Not applicable

=Max(Count(Itemname))