Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Generating counts of dates

Avatar

Level 2

Hi,

 

I have queried delivery logs based on a particular delivery & I have got the necessary output in the temp worktable....now I need to get the count of same dates like in the worktable attached below there are two dates 2nd Mar and 3rd Mar both repeated many times now I want to get like no. of 2nd Mar which is repeated and same for 3rd mar aswell.

Need some help here....Group by not working

 

Raaghuik1996_0-1584515887803.png

 

1 Accepted Solution

Avatar

Correct answer by
Level 4

Use a query block and add two columns like this:

 

asd.png

And in advanced parameter, check the 4th box.

asd.png

View solution in original post

2 Replies

Avatar

Level 2

Hi @Raaghuik1996 

 

You can use the DateOnly () function to create a temp field which does not gives you the full time stamp but just the date. You can work with the new date field to see the distribution of the dates. 

 

Thanks,

Anup

Avatar

Correct answer by
Level 4

Use a query block and add two columns like this:

 

asd.png

And in advanced parameter, check the 4th box.

asd.png