Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : ODBC report 'Time by Name' formatingSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v9 Forum

 New Topic 
 
 Post Reply 
[1]  
 ODBC report 'Time by Name' formating 
 Author   Message 
  Doug 
  
 Group: Members 
 Posts: 4 
 Joined: 2009-01-06 
 Profile
 Posted : 2009-01-06 14:17:39

In quickbooks, when you use the report 'Time by Name' , there is a choise 'Display time grouped by xxxxxxx as row data.  The choises are 'Time by Name Only', 'Time by Name by Job', 'Time by Name by Item', .....

When calling the timebyname odbc report from sp_reports, it appears to default to the 'Time by Name by Job' format.

Is there a way to filter the call so it only returns the 'Time by Name Only' data?

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2009-01-06 19:49:11
The report runs by employee names for me, see: Table Relations for TimeByName and TimeTracking  

  Top 
  Doug 
  
 Group: Members 
 Posts: 4 
 Joined: 2009-01-06 
 Profile
 Posted : 2009-01-07 02:52:37

Right, your example returns the 'Time by Name by Job' data for each employee.  It show employees with the job data for that employee.

What I'm looking for is just the employee total data without the job data, that's what you get with the 'Time by Name Only'.

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2009-01-07 10:56:30

Try:

sp_report TimeByName show Duration_Title, Label, Duration
parameters DateMacro = 'ThisYearToDate', SummarizeColumnsBy = 'TotalOnly'
where RowType = 'SubtotalRow' or RowType = 'TotalRow'

 

  Top 
  Doug 
  
 Group: Members 
 Posts: 4 
 Joined: 2009-01-06 
 Profile
 Posted : 2009-01-07 12:01:00
Excellent, thank you! 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to