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
Solved! Go to Solution.
Views
Replies
Total Likes
Use a query block and add two columns like this:
And in advanced parameter, check the 4th box.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Use a query block and add two columns like this:
And in advanced parameter, check the 4th box.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies