Hi I have a mobile application in that MobApp, customer can see the information about
money,news,forecast,advice in that i need to find out the count for how many times customers visited
money,news,forecast,advice separately on daily basis based on date.
The log table consists of columns like
id user_key url_accessed parameters timestamp
.. ......... ............ .......... ............
1 sdhbhjbh /user/money mobile_no=9999999 2015-01-08 13:06:33
2 cnbjknjk /user/news user_key=534d2135 2014-09-06 26:02:25
Here I have to find how many times user accessed the url daily on date basis and count for accessing
the url of money,news,forecast,advice
Here I am using SQL Server with Pentaho data integration
Please help in this issue