Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Count of Items Aggr?

Hi everybody, I have a table with 3 fields CalendarDate, Item and Price. I would like to achive how to know if i have more than one Item per day. Do I have to use aggr function? If so, in which way?

Thanks in advance.

1 Solution

Accepted Solutions
sunny_talwar

‌what if you do count(items) with CalendarDate and Item as your dimension?

View solution in original post

3 Replies
sunny_talwar

‌what if you do count(items) with CalendarDate and Item as your dimension?

Anonymous
Not applicable
Author

It works. Thanks.

sunny_talwar

Great