Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
3 Points
114 Posts
May 21, 2012 08:08 PM|LINK
Hi Everyone,
i would like to know how can i make this given options possible.
i have label name say logintimelbl
and total number of task allocated
now i want to achieve the total number of task worked on within the given logintime
the information should be pulled out from database.
at first what came to my mind was using sql command with
SELECT * FROM [test] WHERE ([Datentime] LIKE '%' + ? + '%')"
but then i realised that the details will be pulled for the complete starting from 12:00 AM or in other words 00:00hrs.
Can someone gimme some solution on what should i do to get the total number of task worked on from the login time.
rakesh121189
Member
3 Points
114 Posts
Time Range issue
May 21, 2012 08:08 PM|LINK
Hi Everyone,
i would like to know how can i make this given options possible.
i have label name say logintimelbl
and total number of task allocated
now i want to achieve the total number of task worked on within the given logintime
the information should be pulled out from database.
at first what came to my mind was using sql command with
SELECT * FROM [test] WHERE ([Datentime] LIKE '%' + ? + '%')"
but then i realised that the details will be pulled for the complete starting from 12:00 AM or in other words 00:00hrs.
Can someone gimme some solution on what should i do to get the total number of task worked on from the login time.