cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
541
Views
0
Helpful
2
Replies

Category Reporting

Keavon Hunter
Level 1
Level 1

Category Reporting

How would I get a report that would give me information on Categories.  I would like to know what services are associated to what categories all if possible.  I would also like to know if we have services that don't have any categories associated at all.  We are trying to make sure that everyone is following the same rules when it comes to categories etc, thanks!

2 Replies 2

Wendy - MVCI
4:30am, May 27 

Hi - we have code we use to pull this information from the database. Please see below. Hope this helps - thanks - Wendy

Select

  da.name, dc.name

from

  rcuser.defcategory.da,

  rcuser.defcategoryservices db,

  rcuser.defservice dc

where

  da.categoryid = db.categoryid and

  db.serviceid = dc.serviceid and

  dc.isinactive = '0'

Anthony Erickson 
8:19am, May 27 

Wendy, thanks for that - that's something we've been after for a while too!

Cheers,
Ant

Cheers,Ant

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: